{% for classe in classes %} {% if classe.haveBulletins() %}
{{ classe.getName() }}
{% for bulletin in classe.getBulletins() %} {% if bulletin.isVisible() %} {% include '@meeo/eleve_notes.twig' with { 'bulletin' : bulletin } %} {% endif %} {% endfor %}
{% endif %} {% endfor %}