Espace Partenaires
{% if app.user and app.user.userType == 'staff' and espace is defined and app.user.societe is defined and espace.societe in app.user.societe %}
Configurer le portail
{% endif %}
{% if module_enabled('mur') %}
{% endif %}
{% if module_enabled('annonce') %}
Annonces
{% 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 | slice (0, 100) | raw}}...
{% if annonce.createdBy.mecene is not null %}
}})
{% else %}
}})
{% endif %}
{% endfor %}
{% endif %}
{% if globalVariable.parametresEspace['display_galerie'] is defined and globalVariable.parametresEspace['display_galerie'].valeur == '1' %}
Galeries photos
Les dernières photos
{% for galerie in galeries %}
{% endfor %}
{% endif %}
{% if not module_enabled('mur') and module_enabled('annuaire') %}
Annuaire des partenaires
Les 5 derniers partenaires
{% for mecene in last5mecenes %}
{% include '@App/partials/components/badge_partenaire_custom.html.twig' with {mecene: mecene, taille: 75, police: 5} %}
{{mecene.nom}}
{{mecene.secteur.nom}}
{% endfor %}
{% endif %}