{% extends 'components/modal.html' %} {% load i18n %} {% load humanize %} {% block modal-title %} {% blocktrans with username=user.username %}Report @{{ username }}{% endblocktrans %} {% endblock %} {% block modal-form-open %}
{% endblock %} {% block modal-body %} {% csrf_token %}

{% blocktrans with site_name=site.name %}This report will be sent to {{ site_name }}'s moderators for review.{% endblocktrans %}

{% endblock %} {% block modal-footer %} {% trans "Cancel" as button_text %} {% include 'snippets/toggle/toggle_button.html' with text=button_text controls_text="report" controls_uid=report_uuid class="" %} {% endblock %} {% block modal-form-close %}
{% endblock %}