{% from "_macros/forms.html" import potato_captcha %} {% macro addon_abuse_prompt(slug) %}

{{ _('Let us know if this add-on is doing something that isn\'t allowed in the review criteria and should be removed from the Marketplace.', criteria_url='https://developer.mozilla.org/en-US/Marketplace/Add-on_submission/Review_criteria') }}

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

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