{% extends "page.html" %} {% load i18n %} {% load yauth %} {% block report__menu %}cur{% endblock %} {% block content %}
{# Translators: Bug report #}

{% trans "report.bug_report" %}

{{ html|safe }} {# Translators: Message for unauthorized user #}

{# Translators: Для отправки отчета об ошибке нужно авторизоваться #} {% trans "report.auth.required" %} {# Translators: Для отправки отчета об ошибке нужно авторизоваться #} {% trans "report.auth.login_required" %}


{% endblock %}