{% extends "in_box.html" %} {% load i18n %} {% block body_id %}notification-settings{% endblock %} {% block head_title %}{% trans "Plenum: Notification Settings" %}{% endblock %} {% block body %}

{% trans "Notification Settings" %}

{% url "account_settings" as email_url %} {% if not request.user.email %}

Note: {% trans "You do not have a verified email address to which notices can be sent" %}. {% trans "Add Email" %} now.

{% endif %}
{% csrf_token %} {% for header in notice_settings.column_headers %} {% endfor %} {% for row in notice_settings.rows %} {% for cell in row.cells %} {% endfor %} {% endfor %}
{% trans "Notification Purpose" %} {{ header.title }}
{{ row.notice_type.display }}
{{ row.notice_type.description }}
chevron_left{% trans "Back to Settings" %}
{% endblock %}