{% from "layout/errorlist.html" import errorlist %}
{{ csrf() }}

{{ _('Thanks for letting us know you have this problem.') }}

{{ _('Identifying common problems helps the community answer your questions more quickly.') }}

{{ _('Want to know when a solution is found?') }} {% if not user.is_authenticated() %} {{ _("Please provide an email address and we'll send you an alert.") }} {% endif %}

{{ errorlist(watch_form) }} {{ watch_form.event_type.as_hidden()|safe }} {% if user.is_authenticated() %} {{ watch_form.email.as_hidden()|safe }} {% else %} {{ watch_form.email|safe }} {% endif %} {{ _('No Thanks') }}