{% extends 'components/modal.html' %} {% load i18n %} {% load utilities %} {% load humanize %} {% block modal-title %} {% if status %} {% blocktrans with username=reported_user|username %}Report @{{ username }}'s status{% endblocktrans %} {% elif link %} {% blocktrans with domain=link.domain.domain %}Report {{ domain }} link{% endblocktrans %} {% else %} {% blocktrans with username=reported_user|username %}Report @{{ username }}{% endblocktrans %} {% endif %} {% endblock %} {% block modal-form-open %}
{% endblock %} {% block modal-body %} {% csrf_token %} {% if status_id %} {% endif %} {% if link %} {% endif %}

{% blocktrans with site_name=site.name %}This report will be sent to {{ site_name }}'s moderators for review.{% endblocktrans %} {% if link %} {% trans "Links from this domain will be removed until your report has been reviewed." %} {% endif %}

{% if not reported_user.local %} {% else %} {% endif %}
{% endblock %} {% block modal-footer %}
{% endblock %} {% block modal-form-close %}
{% endblock %}