{% extends "main.html" %} {% load static %} {% load presentation %} {% load thumbnails %} {% block title %}{{ club.type }} — {{ club.nom }}{% endblock %} {% block head %} {% endblock %} {% block content %}

{{ club.nom }}

{% if club.logo %} {% endif %}
Contacts {% if club.nb_contacts == "xxxx" %} Pas d'informations… {% else %} {% liste_sep club.lien_web br %} {% liste_sep club.lien_blog br %} {% liste_sep club.mailAlias br %} {% liste_sep club.local br %} {% endif %}
Description {{ club.description.as_html|default:"Ce club n'a pas encore de description"|safe }}
Informations Type : {{ club.type }}
Activité : {{ club.activite }}
École : {{ club.ecole.nom_commun }}
Bureau {% liste_sep club.president br %} {% liste_sep club.vicePresident br %} {% liste_sep club.tresorier br %} {% liste_sep club.secretaire br %}
{% endblock %}