{% extends "base.html.twig" %} {% block title %}RĂ©alisations - Yltec{% endblock %} {% block body %}

NOS RÉALISATIONS

{% include "realisation/_filter.html.twig" with {form: form} %}
{% include "realisation/_realisation.html.twig" %}
{% if pages > 1 %}
{% include "realisation/_pagination.html.twig" %}
{% endif %}
{% endblock %}