{% load i18n dv_filters %}
{% trans "Retour à la saison" %} {% if user|can:'challenge_session_crud' %}
{% trans "Éditer le mois" %} {% if season.can_set_state_open %} {% trans "Diffuser le planning" %} {% endif %} {% if season.can_set_state_running %} {% trans "Finaliser le planning" %} {% endif %}
{% endif %} {% if user|can:'challenge_season_crud' %} {% trans "Planning" %} {% endif %} {% if user|can:'challenge_session_crud' and season.has_availability_incoherences and season.manager_can_crud %} {% endif %} {% if user|can:'challenge_season_crud' %}
{% include 'export_buttons.html' with exporturl='season-export' exportargs=season.pk filter_querystring=filter_querystring only %}
{% endif %} {% if user|can:'challenge_session_crud' and season.manager_can_crud %} {% trans "Créer une nouvelle session" %} {% endif %}