{% set active = 'repair' %} {% extends "base.html.twig" %} {% block title %}Nos Services - 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 %}

{{ settings.find(42) }}

{{ settings.find(43) }}

{% for item in categories %} {% if item.isService() %}
{% if item.id == 11 %} {% elseif item.id == 9 %} {{ item.image.display(70,'ico') }}
{{ item }}
{% elseif item.id == 10 %} {{ item.image.display(70,'ico') }}
{{ item }}
{% else %} {{ item.image.display(70,'ico') }}
{{ item }}
{% endif %}
{% endif %} {% endfor %}
{{ render(path('template.get',{url : 'know_more'})) }}
{{ render(path('template.get',{url : 'modals-ask_home_rdv'})) }} {{ render(path('template.get',{url : 'modals-formation'})) }} {{ render(path('template.get',{url : 'modals-mail_opti'})) }} {% endblock %}