{# La carte d'une plante dans une grille. Attend `plant`. `sizes` se surcharge quand la grille n'a pas trois colonnes, `level` quand la carte vit sous un titre de section. #} {% set sizes = sizes|default('(min-width: 1024px) 25vw, 50vw') %} {% set level = level|default(3) %}
{{ include('_partials/photo.html.twig', { media: plant.image, filter: 'card', ratio: '4 / 5', sizes: sizes, class: 'h-full w-full object-cover transition duration-500 group-hover:scale-[1.03]' }) }} {% if plant.promotionLabel %} {{ plant.promotionLabel }} {% endif %} {% if plant.organic %} Bio {% endif %}

{{ plant.name }}

{{ plant.latinName }}

{{ include('_partials/availability.html.twig') }} {% if plant.price %} {{ plant.price|number_format(2, ',', ' ') }} €{% if plant.priceUnit %} {{ plant.priceUnit }}{% endif %} {% endif %}