{% extends "account/layout.html" %} {% block title %}{{ _("Notification Settings") }}{% endblock %} {% block contents %}
{{ _('You can configure your notification subscriptions from here.') }}
{%- for system in systems %} | {{ system.name|e }} {%- endfor %} |
---|---|
{{ type.description|e }} {%- for system in systems %} | {{ form.subscriptions[type.name][system.key]() }} {%- endfor %} |