{% if categories|length > 0 %} {% for cat in categories %} {% endfor %}
# Images Catégorie
{{ cat.id }} {% if cat.image.id is defined %} {% else %} - {% endif %} {{ cat.libelle }} {% if cat.isFree() %}{% else %}-{% endif %}
{% else %}

Vous n'avez pas encore de catégories.

{% endif %}