{# vim: set ts=2 et sts=2 sw=2: #} {% if user.is_authenticated() %}
{{ csrf() }} {% if is_watching_discussion_locale(user, request.locale) %} {% set watch = _('Turn off emails for discussion in my locale.') %} {% else %} {% set watch = _('Get emailed when there is new discussion activity in my locale.') %} {% endif %}
{% endif %}