diff --git a/templates/edu_notes.twig b/templates/edu_notes.twig index 18c22f9..32f069b 100644 --- a/templates/edu_notes.twig +++ b/templates/edu_notes.twig @@ -2,17 +2,17 @@ {% for bulletin in bulletins|sort %} {% if bulletin.isVisible() %}
- -
- {% include '@meeo/eleve_notes.twig' with { 'bulletin' : bulletin } %} + +
+ {% include '@meeo/eleve_notes.twig' with { 'bulletin' : bulletin } %} +
{% endif %} {% endfor %} -
\ No newline at end of file + diff --git a/templates/eleve_notes.twig b/templates/eleve_notes.twig index 7747d83..88de8df 100644 --- a/templates/eleve_notes.twig +++ b/templates/eleve_notes.twig @@ -2,15 +2,15 @@ {% for matiere in bulletin.getMatieres() %} {% if matiere.isVisible() %}
- +
+
{% for note in matiere.getNotes() %}
@@ -37,4 +37,4 @@
{% endif %} {% endfor %} -
\ No newline at end of file +