{% endif %}
{% endif %}
{# --- BLOC PRESENTATION (2 colonnes : image + texte) --- #}
{% if block.type == 'description' %}
{% if block.data.imageUrl is defined %}
{% if block.data.imageUrl == '' %}
{% set imageUrl = block.data.url %}
{% else %}
{% set imageUrl = block.data.imageUrl %}
{% endif %}
{% endif %}
{% set text = block.data.text ?? project.description ?? '' %}
{% if imageUrl %}
{% endif %}
{{ (block.data.text ?? '')|raw }}
{% endif %}
{# --- BLOC FORMULES (liste non modifiable) --- #}
{% if block.type == 'formule' %}
{# On attend 'formules' passé par le contrôleur : formules du projet #}
Formules de partenariat
{% include '@Projet/marketplace/projets/block/formule.html.twig' %}
{% endif %}
{# --- PLACEHOLDER pour autres types futurs --- #}
{% if block.type not in ['text','chiffres','image','description','formule'] %}
Bloc “{{ block.type }}” non pris en charge dans l’aperçu.