{% for offre in offres %}
{{offre.remise}}
{% if offre.createdBy.mecene is not null %} matdash-img {% else %} {% set logoSociete = offre.societe ?? offre.espace.societe ?? null %} {% if logoSociete and logoSociete.logo %} matdash-img {% else %}
{% endif %} {% endif %}
{{offre.titre}} {{offre.description | slice (0, 100) | raw}}...
Modifier
{% endfor %}