{% extends "notification/base.html" %} {% load humanize i18n %} {% load pagination_tags %} {% load custom_date %} {% block title %} {% trans "Notifications "%} - {{ block.super }} {% endblock %} {% block content %}
{% trans notice.notice_type.display %} | {{ notice.message|safe }} | {{ notice.added|custom_date:user }} |
{% trans "No notifications." %}
{% endif %}
{% trans "Primary email" %}: {{ user.email }}
(You can change this in your profile settings.)