{% extends 'simple_page.html' %} {% block title %}{{ _("500 - Internal Server Error") }}{% endblock %} {% block modal_body %} {% if g.locale.language == 'ru' -%} {% endif -%}
{% if config['ISSUE_REPORT_LINK'] -%} {{ _("Report an issue") }} {% endif -%} {% if not is_index -%} {{ _('Go to index page') }} {% else -%}
({{ _('There had to be a link to the index page, but this page is index') }}) {% endif -%}
{% endblock %}