{% for matiere in bulletin.getMatieres() %} {% if matiere.isVisible() %}
{% for note in matiere.getNotes() %}
{% if note.getNoteOn20() >= 20 %} {% elseif note.getNoteOn20() >= 15 %} {% elseif note.getNoteOn20() >= 12 %} {% elseif note.getNoteOn20() >= 9 %} {% endif %}
{{ note.getIntitule() }}
{{ note.getNote() }} / {{ note.getMax() }}
{% endfor %}
{% endif %} {% endfor %}