{% 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 %}
{% for struct in date_sessions|slice:":7" %} | {{ struct.day|date:'l' }} | {% endfor %}
---|---|
{{ struct.day|weeknumber }} | {% endif %}
{{ 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 %} |
{% if struct.day.weekday == 6 %}
{{canton|canton_abbr:False}} | {% endfor %}
---|