{% extends "gestioncof/base_header.html" %} {% load wagtailcore_tags %} {% block homelink %} {% endblock %} {% block interm_content %}
{% if open_surveys %}

Sondages en cours

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

Tirages du BdA

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

K-Fêt

    {# TODO: Since Django 1.9, we can store result with "as", allowing proper value management (if None) #}
  • Page d'accueil
  • Calendrier
  • {% if perms.kfet.is_team %}
  • K-Psul
  • {% endif %}
{% if user.profile.is_cof %}

Divers

{% endif %}
{% if user.profile.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.is_buro %}

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

{% else %}

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

{% endif %}
{% endblock %}