{% extends "base.html" %} {% block title %}Contact / Support - {{ block.super }}{% endblock %} {% block content %}

Contact / Support

Courriel

{{ branding.email }} (questions générales)
{% if branding.administrative_email %} {{ branding.administrative_email }} (questions administratives)
{% endif %} {% if branding.support_email %} {{ branding.support_email }} (support technique) {% endif %}

{% if branding.lists_url %}

Listes de discussion

Gérer ses abonnements aux listes de discussion et diffusion : {{ branding.lists_url }}

{% endif %} {% if branding.main_chat_verbose %} {% endif %} {% if branding.phone_number %} {% endif %}
{% endblock %}