{% extends "layout/navigation.html" %} {* vim: set et ai ts=2 sw=2 enc=utf-8: *} {% block "content" %}

{% trans "Internal Server Error" %}

{% trans %} The server encountered an internal error or misconfiguration and was unable to complete your request. {% endtrans %} {% if system.cfg.general.send_error_mails|makebool %} {% trans %} The server administrator was informed about that incident. {% endtrans %} {% else %} {% trans %} Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. {% endtrans %} {% endif %}
{% endblock %}