{% extends base %} {% from 'macro.html' import breadcrumbs with context %} {% from 'macro.html' import comment_html with context %} {% block content %}
{{- breadcrumbs() }}

{{ page_title }}

{% include 'includes/abuse_report_content.html' %}
{% if can_abuse %} Отменить {% else %} Закрыть {% endif %}
{{- breadcrumbs() }}
{% endblock %}