{% extends 'base.html.twig' %} {% block title %}List des projets{% endblock %} {% block body %} {% for realization in realizations %} {{ realization.title }} {{ realization.description }} {% else %} Aucun projet pour le moment {% endfor %} {% endblock %}
{{ realization.description }}
Aucun projet pour le moment