{% extends 'account/base_entrance.html' %} {% load i18n %} {% load static %} {% block title %}{% trans 'Manage Email Notifications' %}{% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block menu-bar %}{% if user.is_authenticated %}{{ block.super }}{% endif %}{% endblock %} {% block content %}
{% trans 'You are currently subscribed to email notifications.' %}
{% trans 'You are currently unsubscribed from email notifications.' %}
{% trans 'An error occurred while updating your notification preferences.' %}
{% trans 'You can update your preferences by ' %}
{% trans 'logging into your account.' %}
{% trans 'The link you used is invalid or expired.' %}