{% extends "base.html" %} {% load i18n %} {% block content %}
{{ branding.email }} {% trans '(general questions)' %}
{{ branding.administrative_email }} {% trans '(administrative questions)' %}
{{ branding.support_email }} {% trans '(technical support)' %}
{% trans 'Manage your subscription to the various mailing lists at:' %} {{ branding.lists_url }}
{% endif %}