{% extends "base.html.twig" %} {% block title %}{{ actualite.titre }} | Terres de l'Yonne{% endblock %} {% block body %}
Vous êtes ici : Accueil | Nos actualités | {{ actualite.titre }}
{% for centre in actualite.centres|slice(0, 1) %} {% if centre.nom == "CFA Agricole de l'Yonne" %} Forme orange {% elseif centre.nom == "CFPPA 89" %} Forme rouge {% elseif centre.nom == "Lycée Agricole La Brosse" %} Forme vert {% elseif centre.nom == "Lycée Professionnel de Champs-sur-Yonne" %} Forme rose {% endif %} {% endfor %}

{{ actualite.titre }}

{{ actualite.createdAt|date('d/m/Y') }} - Catégorie : {% for centre in actualite.centres %}{% if loop.index is even and actualite.centres|length >= 2 %}| {% endif %}{{ centre.nom }}{% if loop.index is even and actualite.centres|length > 2 %} |{% endif %}{% endfor %} | {% for categorie in actualite.categories %}{% if loop.index is even and actualite.categories|length >= 2 %}| {% endif %}{{ categorie.nom }}{% if loop.index is even and actualite.categories|length > 2 %} |{% endif %}{% endfor %}

{{ actualite.contenu|raw }}

{% endblock %} {% block javascripts %} {% endblock %}