{% for bulletin in bulletins|sort %} {% if bulletin.isVisible() %} {% include '@meeo/eleve_notes.twig' with { 'bulletin' : bulletin } %} {% endif %} {% endfor %}