{# -*- mode: jinja-html -*- #} {# Description un semestre (barre de menu et infos) #}
{{sco.formsemestre.titre}} {% if sco.formsemestre.semestre_id != -1 %}, {{sco.formsemestre.formation.get_cursus().SESSION_NAME}} {{sco.formsemestre.semestre_id}} {% endif %} {% if sco.formsemestre.modalite %} en {{sco.formsemestre.modalite}}{% endif %} {{scu.MONTH_NAMES_ABBREV[ sco.formsemestre.date_debut.month - 1]}} {{sco.formsemestre.date_debut.year}} - {{scu.MONTH_NAMES_ABBREV[sco.formsemestre.date_fin.month - 1]}} {{sco.formsemestre.date_fin.year}} {{sco.formsemestre.responsables_str()}} {{sco.formsemestre.inscriptions|length}} inscrits {% if not sco.formsemestre.etat %}{{scu.icontag("lock_img", border="0", title="Semestre verrouillé")|safe}} {% endif %} {% if not scu.is_passerelle_disabled() %} {% if sco.formsemestre.bul_hide_xml %} {{ scu.ICON_HIDDEN|safe}} {% else %} {{ scu.ICON_PUBLISHED|safe }} {% endif %} {% endif %}
{{ sco.formsemestre_status_menu_bar()|safe }}