{% extends "cof/base_header.html" %} {% block homelink %} {% endblock %} {% block interm_content %}
{% if open_surveys %}

Sondages en cours

{% endif %} {% if user.profile.cof.is_cof %} {% if open_tirages %}

Tirages du BdA

{% for tirage in open_tirages %} {% endfor %}
{% endif %}

Divers

{% endif %}
{% if user.profile.cof.is_buro %}

Administration

Gestion tirages BdA

{% if active_tirages %} {% for tirage in active_tirages %} {% endfor %} {% else %} Pas de tirage ouvert pour l'instant. {% endif %}

Liens utiles

{% endif %}
{% if not user.profile.cof.is_buro %}

Pour tout problème : cof@ens.fr.

{% else %}

Pour tout problème : cof@ens.fr.

{% endif %}
{% endblock %}