{% extends "admin/base_site.html" %} {% load i18n %} {% load static %} {% block title %} {% trans "Notification Preferences" %} {% endblock title %} {% block extrastyle %} {{ block.super }} {% endblock extrastyle %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %}

{% trans 'Global Settings' %}

{% trans 'Web' %}

{% trans 'Enable or disable all web notifications globally' %}.

{% trans 'Email' %}

{% trans 'Enable or disable all email notifications globally' %}.

{% trans 'Organization Settings' %}

{% trans 'Fine-tune notification settings for each organization below' %}.

{% endblock content %} {% block footer %} {{ block.super }} {% if request.user.is_authenticated %} {% endif %} {% endblock footer %}