{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans 'Contact and support' %}

{% trans 'By email' %}

{{ branding.email }} {% trans '(general questions)' %}
{{ branding.administrative_email }} {% trans '(administrative questions)' %}
{{ branding.support_email }} {% trans '(technical support)' %}

{% if branding.lists_url %}

{% trans 'Mailing lists' %}

{% trans 'Manage your subscription to the various mailing lists at:' %} {{ branding.lists_url }}

{% endif %}

{% trans 'IRC' %}

{{ branding.main_chat_verbose }}

{% endblock %}