{% extends "error_layout.html" %} {% block title %}{{ _('Zine Internal Error') }}{% endblock %} {% block body %}
{% trans %}Zine encountered an internal error during processing:{% endtrans %}
{{ error.message }} {% if error.help_text %} {{ error.help_text }} {% endif %}
{% trans %} If you have troubles fixing the problem have a look at the Zine documentation. {% endtrans %}
{% trans %} This error is only visible to blog administrators. If a regular user triggered the error an entry to the log is added and a generic error message is displayed. {% endtrans %}
{% endblock %}