{% extends 'mkt/base.html' %}
{% set title = _('Report Abuse') %}
{% block title %}
{# L10n: {0} is the name of the app. #}
{{ mkt_page_title(_('Report abuse for {0}')|f(product.name)) }}
{% endblock %}
{% block content %}
{{ mkt_breadcrumbs(product, [(None, title)]) }}