diff --git a/app/templates/formsemestre/bulletins_choice.j2 b/app/templates/formsemestre/bulletins_choice.j2 new file mode 100644 index 00000000..db38985b --- /dev/null +++ b/app/templates/formsemestre/bulletins_choice.j2 @@ -0,0 +1,50 @@ +{% extends "sco_page.j2" %} +{% import 'wtf.j2' as wtf %} + +{% block styles %} +{{super()}} + +{% endblock %} + +{% block scripts %} + {{super()}} + +{% endblock %} + + +{% block app_content %} +
+

{{ title }}

+ +

+ {{ explanation|safe }} +

+ +
+ + + +
+ Groupes d'étudiants à utiliser: {{menu_groups_choice|safe}} +
+ + {% if choose_mail %} +
+ + Utiliser si possible les adresses email personnelles +
+ {% endif %} +
+ +
+
+
+{% endblock %}