{% from "layout/errorlist.html" import errorlist %} {% if user.is_authenticated() %} {% set title = _("Send an email") %} {% else %} {% set title = _("Send an email to this address") %} {% endif %} {{ csrf() }} {{ errorlist(watch_form) }} {% if not user.is_authenticated() %} {{ watch_form.email|safe }} {% endif %} {{ watch_form.event_type|safe }} {{ _('Cancel') }}