{% extends "account/layout.html" %} {% block title %}{{ _("Notification Settings") }}{% endblock %} {% block contents %}

{{ _("Notification Settings") }}

{% call form() %}

{{ _('You can configure your notification subscriptions from here.') }} {%- for type in notification_types %} {%- endfor %}
  {%- for system in systems %} {{ system.name|e }} {%- endfor %}
{{ type.description|e }} {%- for system in systems %} {{ form.subscriptions[type.name][system.key]() }} {%- endfor %}

{% endcall %} {% endblock %}