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