{% set colors = { "Offre d'emploi": 'success', "Offre de stage": 'warning', "Invitation": 'danger', "Recherche": 'info', "Offre d'alternance": 'light' } %}
{{annonce.type}} {{annonce.titre}}
{% if annonce.createdBy.mecene is not null %} matdash-img {% else %} matdash-img {% endif %}
{% if annonce.createdBy.mecene is not null %}
{{annonce.createdBy.mecene.nom}}
{{annonce.createdBy.mecene.secteur.nom}} {% else %}
{{annonce.societe.nom}}
{{annonce.societe.type.nom}} {% endif %}
{{annonce.texte | raw}}
{% if annonce.createdBy.image is null %} matdash-img {% else %} matdash-img {% endif %}
{{annonce.createdBy.prenom}} {{annonce.createdBy.nom}}
Posté le {{annonce.createdAt|date('d/m/Y à H:i')}}