{% set colors = { "Offre d'emploi": 'success', "Offre de stage": 'warning', "Invitation": 'danger', "Recherche": 'info', "Offre d'alternance": 'light' } %} {% for annonce in annonces %}
{{annonce.type}} {{annonce.titre}} {{ annonce.texte|decode_entities|striptags|slice(0, 100) }}...
{% if annonce.createdBy.mecene is not null %} matdash-img {% else %} matdash-img {% endif %}
Modifier
{% endfor %}