{% extends "notification/base.html" %} {% load humanize %} {% load bootstrap_pagination_tags %} {% block title %}{% trans "Notifications" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% trans "Primary email" %}: {{ user.email }} ({% trans 'change' %})
{% else %}{% 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 %}