{% from 'includes/forms.html' import pretty_field %}

{{ _('Contact the Author') }}

{{ csrf() }} {% if webapp %}

{{ loc("For support questions regarding this app's functionality, please contact the author using the form below.") }}

{% else %}

{% trans %}For support questions regarding this add-on's functionality, please contact the author using the form below.{% endtrans %}

{% endif %}

{% trans name=addon.name %}To: {{ name }}{% endtrans %}

{{ pretty_field(form.text, _('Please describe the issue:'), tag='p') }} {% if webapp %}

{{ loc('Your email address will be made available to the app author for replies.') }}

{% else %}

{% trans %}Your email address will be made available to the add-on author for replies.{% endtrans %}

{% endif %}

{{ _('or') }} {{ _('Cancel') }}