{% load i18n admin_errors_tags %}
{% for line in frame.pre_context %}{{ line }}
{% endfor %}{{ frame.context_line }}
{% for line in frame.post_context %}{{ line }}
{% endfor %}
{% if ae_can_view_context and perms.admin_errors.view_issue_context and frame.vars %}
{% translate "Locals" %} {% include "admin/admin_errors/issue/includes/dict_table.html" with items=frame.vars %}
{% endif %}