{% from "_macros/forms.html" import potato_captcha %} {% macro abuse_prompt(slug, isModal) %}
{% if isModal %}

{{ _('Need to report something?') }}

{% endif %}

{{ _('Let us know if this app is doing something that isn\'t allowed in the review criteria and should be removed from the Marketplace.', criteria_url='https://developer.mozilla.org/Marketplace/Publishing/Marketplace_review_criteria') }}

{{ _('Examples of issues to report here are if the app is broken, contains mature content, contains malware, etc. The app developer will not see your comments.') }}

{{ potato_captcha() }}
{% endmacro %}
{{ abuse_prompt(slug) }}