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

{% blocktrans with monday=week %}Semaine du {{ monday }}{% endblocktrans %}

{% for session in sessions %} {% include "challenge/session_item_in_list.html" with session=session season=season user=request.user only %} {% endfor %}
{% include "challenge/session_list_links.html" %} {% endblock %}