{% set active = 'repair' %} {% extends "base.html.twig" %} {% block title %}Demander une réparation - Micro76 {% endblock %} {% block stylesheets %} {% endblock %} {% block body %}

{{ settings.find(2) }}

{{ settings.find(3) }}

{{ link.find(9) }}
{% for item in categories %} {% if item.isEquipement() %} {% endif %} {% endfor %}

> Découvrez nos services associés

Choisissez un service et nous vous trouverons la meilleure solution

{% for item in categories %} {% if item.isService() %} {% endif %} {% endfor %}
{{ render(path('template.get',{url : 'contact'})) }}

> Notre équipe vient vous dépanner chez vous, s'il le faut

{{ settings.find(7) }}

{{ render(path('template.get',{url : 'team'})) }}
{{ render(path('template.get',{url : 'carte'})) }} {{ render(path('template.get',{url : 'contact_form'})) }}
{% endblock %}