{% extends "impala/base_shared.html" %} {% set title = _('Report user {0}')|f(profile.name) %} {% block bodyclass %}gutter abuse{% endblock %} {% block title %}{{ page_title(title) }}{% endblock %} {% block content %}
{{ impala_breadcrumbs([(profile.get_url_path(), profile.name), (None, _('Report user'))]) }}

{{ title }}

{{ user_report_abuse(hide=False, profile=profile) }}
{% endblock %}