{% extends "base.html.twig" %} {% block title %} {{ parent() }} Liste des avis {% endblock %} {% block content %}

Liste des avis

{% for a in avis %}
{{a.description}} {{a.numerotation}} {% if a.numerotation == 5 %} {% for element in 1..a.numerotation %} {% endfor %} {% else %} {% for element in 1..a.numerotation %} {% endfor %} {% for element in 1..(5 - a.numerotation) %} {% endfor %} {% endif %} {% endfor%}
{% endblock %}