{% extends 'base.html.twig' %} {% block title %}List des projets{% endblock %} {% block body %}
    {% for realization in realizations %}
    {{ realization.title }}

    {{ realization.title }}

    {{ realization.description }}


    {% else %}

    Aucun projet pour le moment

    {% endfor %}
{% endblock %}