{% extends "base.html" %} {% load i18n dv_filters bootstrap3 %} {% block head_title %}{% blocktrans with year=export_period.year season=export_period.season|season_verb %}Calendrier de la saison {{ season }} {{year}}{% endblocktrans %}{% endblock %} {% block container-class %}container-fluid{% endblock %} {% block content %} {% include 'info/_season_nav.html' with nav_url=nav_url previous_period=previous_period next_period=next_period only %}

{% blocktrans trimmed with year=export_period.year season=export_period.season|season_verb %} Calendrier de la saison {{ season }} {{year}} {% endblocktrans %}

{% if form %} {% endif %}
{% include 'export_buttons.html' with exporturl=dataset_exporturl year=export_period.year season=export_period.season %} {% if form %} {% endif %}
{% if date_sessions %} {% for struct in date_sessions|slice:":7" %} {% endfor %} {% for struct in date_sessions %} {% if struct.day.weekday == 0 %} {% endif %} {% if struct.day.weekday == 6 %} {% endif %} {% endfor %}
{{ struct.day|date:'l' }}
{{ struct.day|weeknumber }}

{{ struct.day|date_ch_short }}

{% for session in struct.sessions %} {% if session.begin %}{{ session.begin }}{% endif %} {{ session.orga.ifabbr|safe }} ({{ session.orga.address_canton|canton_abbr:True }}) {% endfor %}
{% for canton in legend_cantons %} {% endfor %}
{{canton|canton_abbr:False}}
{% else %} {% endif %} {% endblock %}