{% for article in articles %}
{% if article.categorie.id == app.request.server.get('ENTREE') and article.quantity > 0 %}
{% endif %}
{% endfor %}
{% for article in articles %}
{% if article.categorie.id == app.request.server.get('PLAT') and article.quantity > 0 %}
{% endif %}
{% endfor %}