{% extends "error.html" %} {% block error %} {% trans %}500{% endtrans %} {% endblock %} {% block heading %} {% trans %}500 internal server error{% endtrans %} {% endblock %} {% block text %} {% trans %}The program running on the server has crashed. This is a problem with the program; you did nothing wrong. Please send it to the server administrator.{% endtrans %} {% endblock %} {% block icon %}mdi:cloud-alert{% endblock %}