{% for c in a.getComments() %}
{% if c.getCours().getSgToken()== cours.getSgToken() %}
{{ c.getValue() }}
{% endif %} {% endfor %}