{% 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 "Planning" %}

{% include "challenge/season_availability_thead.html" with sessions=sessions season=season user=request.user preamble_columns=3 user_can_see_season=user_can_see_season only %} {% for helper_category,helpers in potential_helpers %} {% if helpers %} {% for helper in helpers %} {% include "challenge/season_availability_partial_helper_columns.html" with helper=helper only %} {{ availabilities|userplanning_sessions_readonly:helper }} {% endfor %} {% if helpers.count > 10 %} {% include "challenge/season_availability_partial_head.html" with sessions=sessions season=season user=request.user preamble_columns=3 only %} {% endif %} {% endif %} {% endfor %}
{{ helper_category }}
{% blocktrans with year=season.year %}Mois de {{ year }}{% endblocktrans %}
{% include 'export_buttons.html' with exporturl='season-personal-planning-export' seasonpk=season.pk exportargs=helperpk filter_querystring=filter_querystring only %} {% trans "ics" %}
{% endblock %}