{% 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 %}
{% comment %} Workaround to use the same logo as webapp to make overriding easier. {% endcomment %}

{% trans 'Email Notifications' %}

{% if valid %}

{% trans 'You are currently subscribed to email notifications.' %}

{% trans 'You are currently unsubscribed from email notifications.' %}

{% else %}

{% trans 'Invalid or Expired Link' %}

{% trans 'The link you used is invalid or expired.' %}

{% endif %}
{% endblock %} {% block footer %} {{ block.super }} {% endblock %}