{# Description un semestre (barre de menu et infos) #}
{{sco.sem.titre}} {% if sco.sem.semestre_id != -1 %}, {{sco.sem.formation.get_parcours().SESSION_NAME}} {{sco.sem.semestre_id}} {% endif %} {% if sco.sem.modalite %} en {{sco.sem.modalite}}{% endif %} {{sco.scu.MONTH_NAMES_ABBREV[ sco.sem.date_debut.month]}} {{sco.sem.date_debut.year}} - {{sco.scu.MONTH_NAMES_ABBREV[sco.sem.date_fin.month]}} {{sco.sem.date_fin.year}} {{sco.sem.responsables_str()}} {{sco.sem.inscriptions|length}} inscrits{% if sco.sem.etat %}{{sco.scu.icontag("lock_img", border="0", title="Semestre verrouillé")|safe}}{% endif %} {% if sco.prefs["bul_display_publication"] %} {% if sco.sem.bul_hide_xml %} {{ sco.scu.icontag("hide_img", border="0", title="Bulletins NON publiés")|safe}} {% else %} {{ sco.scu.icontag("eye_img", border="0", title="Bulletins publiés")|safe }} {% endif %} {% endif %}
{{ sco.sem_menu_bar|safe }}