{% from "_macros/forms.html" import potato_captcha %} {% macro issue_prompt(pk) %}

{{ _('Let us know if something is missing from this website listing or its information should be updated.') }}

{{ _('For information on show to report a copyright or trademark issue see here.')|format(url='https://www.mozilla.org/about/legal/report-abuse/') }}

{{ potato_captcha() }}
{% endmacro %}
{{ issue_prompt(pk) }}