{# ====== Portfolio Card — Composant reutilisable ====== #} {# Variable attendue : item (PortfolioItem) #}
{% if item.image %} {{ item.title }} {% else %}
{% endif %} {% if item.category %} {{ item.category.name }} {% endif %}

{{ item.title }}

{% if item.client %} {{ item.client }} {% endif %} {% if item.shortDescription %}

{{ item.shortDescription|u.truncate(120, '...') }}

{% endif %}