{% 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 js %}{% include("amo/recaptcha_js.html") %}{% endblock %}
{% block content %}
{{ impala_breadcrumbs([(profile.get_url_path(), profile.name),
(None, _('Report user'))]) }}
{{ title }}
{% endblock %}