{{ title_page }}
{# --- Filtres categories --- #}
{% if categories|length > 1 %}
{% endif %}
{# --- Grille --- #}
{% if items|length > 0 %}
{% for item in items %}
{% include '_partials/_portfolio_card.html.twig' with { item: item } %}
{% endfor %}
{% else %}
Aucune realisation disponible pour le moment.
{% endif %}
{% endblock %}