{{ csrf() }}
{% if hide %} {{ _('Report Abuse') }} {% endif %}
  1. {% if addon.is_webapp() %}

    {# TODO(apps): Add link back to apps policies when bug 685602 is done. #} {{ loc('If you suspect this app violates our policies or has security or privacy issues, please use the form below to describe your concerns. Please do not use this form for any other reason.') }}

    {% else %}

    {% trans url=remora_url('developers/docs/policies') %} If you suspect this add-on violates our policies or has security or privacy issues, please use the form below to describe your concerns. Please do not use this form for any other reason.{% endtrans %}

    {% endif %}
  2. {{ abuse_form.text }} {{ abuse_form.text.errors }}
  3. {% if abuse_form.has_recaptcha %} {{ recaptcha(abuse_form) }} {% endif %}