{% extends "notification/base.html" %}
{% load i18n %}
{% load bootstrap_tags %}
{% load url from future %}
{% block head_title %}{% trans "Notification Settings" %}{% endblock %}
{% block body %}
{% trans "Use this page to manage all of your notification settings." %}{% trans "Notification Settings" %}
{% trans "Primary email" %}:
{{ user.email }}
({% blocktrans %}change under Account{% endblocktrans %})