{% extends "base.html" %}{% load i18n bootstrap3 dv_filters %} {% block head_title %}{{ season.desc }}{% endblock %} {% block container-class %}container-fluid{% endblock %} {% block content %} {% include "challenge/season_header.html" with season=season only %}

{% trans "Attributions dans les sessions" %}

{% csrf_token %} {% include "challenge/season_availability_thead.html" with sessions=sessions season=season only %} {% for helper_category,helpers in available_helpers %} {% if helpers %} {% for helper in helpers %} {% include "challenge/season_availability_partial_helper_columns.html" with helper=helper %} {{ form|userstaffsessions:helper }} {% endfor %} {% if helpers.count > 10 %} {% include "challenge/season_availability_partial_head.html" with sessions=sessions season=season user=request.user only %} {% endif %} {% endif %} {% endfor %}
{{ helper_category }}
{% buttons %} {% trans "Retour" %} {% endbuttons %}
{% endblock %}