{% extends "notification/base.html" %} {% load i18n %} {% block head_title %}{% trans "Notification Settings" %}{% endblock %} {% block body %}
{% trans "Primary email" %}:
{{ user.email }}
({% blocktrans %}change under Account{% endblocktrans %})
{% trans "Note" %}: {% 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 %}