{% from "layout/errorlist.html" import errorlist %} {% set title = _("Get email updates") %} {{ title }} {% csrf_token %} {{ errorlist(watch_form) }} {% if not user.is_authenticated %} {{ watch_form.email|safe }} {% endif %} {# This is hard-coded to get correct radio layout {{ watch_form.event_type|safe }} #} {{ _('when anybody replies') }}. {{ _('when a solution is found') }}. {{ _('Cancel') }}