{% extends "notification/base.html" %} {% load i18n %} {% load truncatechars %} {% block title %}{% trans "Notification Settings" %}{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {{ block.super }} {% endblock %} {% block doccontent %}

{% trans "Notification Settings" %}

{% trans "See Your Notifications" %}
{% csrf_token %}

Comment Notifications

{% for header in notice_settings.column_headers %} {% endfor %} {% for row in notice_settings.rows %} {% if row.notice_type.label|truncatechars:11 == 'comment_...' %} {% for cell in row.cells %} {% endfor %} {% endif %} {% endfor %}
{% trans "Notify me when..." %}{{ header }}
{% trans row.notice_type.description %}

Book List Notifications

{% for header in notice_settings.column_headers %} {% endfor %} {% for row in notice_settings.rows %} {% if row.notice_type.label|truncatechars:12 == 'wishlist_...' %} {% for cell in row.cells %} {% endfor %} {% endif %} {% endfor %}
{% trans "Notify me when..." %}{{ header }}
{% trans row.notice_type.description %}

Pledge Notifications

{% for header in notice_settings.column_headers %} {% endfor %} {% for row in notice_settings.rows %} {% if row.notice_type.label|truncatechars:10 == 'pledge_...' %} {% for cell in row.cells %} {% endfor %} {% endif %} {% endfor %}
{% trans "Notify me when..." %}{{ header }}
{% trans row.notice_type.description %}

Credit Card Notifications

{% for header in notice_settings.column_headers %} {% endfor %} {% for row in notice_settings.rows %} {% if row.notice_type.label|truncatechars:11 == 'account_...' %} {% for cell in row.cells %} {% endfor %} {% endif %} {% endfor %}
{% trans "Notify me when..." %}{{ header }}
{% trans row.notice_type.description %}

Rights Holder Notifications

{% for header in notice_settings.column_headers %} {% endfor %} {% for row in notice_settings.rows %} {% if row.notice_type.label|truncatechars:10 == 'rights_...' %} {% for cell in row.cells %} {% endfor %} {% endif %} {% endfor %}
{% trans "Notify me when..." %}{{ header }}
{% trans row.notice_type.description %}

Library Notifications

{% for header in notice_settings.column_headers %} {% endfor %} {% for row in notice_settings.rows %} {% if row.notice_type.label|truncatechars:11 == 'library_...' %} {% for cell in row.cells %} {% endfor %} {% endif %} {% endfor %}
{% trans "Notify me when..." %}{{ header }}
{% trans row.notice_type.description %}

Your mailing list subscription

Your email

{% if user.email %}

{{ user.email }}

({% blocktrans %}You can change this under Account.{% endblocktrans %})

{% else %}
{% blocktrans %} You do not have a verified email address to which notices can be sent. You can add one by going to Account. {% endblocktrans %}
{% endif %}
{% endblock %} {% for row in notice_settings.rows %} {{row.notice_type.label}} {% endfor %}