{% extends "index.html.twig" %} {% block page_title %}OOD {{ goal.code }} : {{ goal.name }}{% endblock %} {% block message %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %}

{{ goal.description }}


{% set file = 'html/goal_' ~ goal.code ~ '.html' %} {% include file %}
Cibles prioritaires
{% endblock %} {% endembed %} {% endblock %}