{% extends 'base.html.twig' %} {% block title %}{% endblock %} {% block body %} Nos actions - {{ thematic.name }} {{ thematic.description|nl2br }} {% if thematic.filename %} {% endif %} {% for picture in thematic.pictureThematiques %} {% endfor %} {% if priorityAction %} {% if priorityAction.filename %} {% endif %} Action prioritaire {% for tag in priorityAction.tags %} {{ tag.name }} {% endfor %} {{ priorityAction.name }} {{ priorityAction.teasing|nl2br }} {% for action in thematic.sMBVAActions|slice(0, 7)|sort((a, b) => a.position <=> b.position) %} {% if not action.priority %} {% if action.filename %} {% endif %} {{ action.name }} {% endif %} {% endfor %} {% for action in thematic.sMBVAActions|slice(7)|sort((a, b) => a.position <=> b.position) %} {% if action.filename %} {% endif %} {{ action.name }} {% endfor %} {% else %} {% for action in thematic.sMBVAActions %} {% if action.filename %} {% endif %} {{ action.name }} {% endfor %} {% endif %} {% endblock %}
{{ thematic.description|nl2br }}
{{ priorityAction.teasing|nl2br }}