templates/Default/service.html.twig line 1
{% set iconColor = "#1F4878" %}{% set titleColor = "#ffffff" %}{% set bgColor = "#81B0B1" %}{% set title = service.title %}{% set desc = service.description %}{% set menu = 'services' %}{% import "Default/macros.html.twig" as macros %}{% extends 'Default/base.html.twig' %}{% block content %}<div class='{{desktop("gpadding")}} {{mobile("hz-20-in")}} '><div class='bg-gray-alt {{desktop("padding-50 vt-40 radius-10")}} {{mobile("radius-5 vt-20")}} '><div class='{{desktop("padding-3 ")}} {{mobile("padding-20")}} relative'><div class=''><h3 class="success upper {{desktop('bottom-30')}} {{mobile('bottom-15')}}">{{service.title}}</h3>{% if service.cost %}<div class="bottom-20 {{desktop('')}} {{mobile('')}}"><span class="block upper medium p success right-20 {{desktop('')}} {{mobile('')}}">coût</span><span class="block h4 bold success {{desktop('')}} {{mobile('')}}">{{service.cost}}</span></div>{%endif%}{% if service.time %}<div class="bottom-20 {{desktop('')}} {{mobile('')}}"><span class="block upper medium p success right-20 {{desktop('')}} {{mobile('')}}">Délai</span><span class="block h4 bold success {{desktop('')}} {{mobile('')}}">{{service.time}}</span></div>{%endif%}{% if service.department %}<div class="{{desktop('')}} {{mobile('')}}"><span class="block upper medium p success right-20 {{desktop('')}} {{mobile('')}}">Lieu</span><span class="block h4 bold success {{desktop('')}} {{mobile('')}}">{{service.department}}</span></div>{%endif%}</div><span class='block w100 bg-white {{desktop("radius-10 top-5-in vt-30")}} {{mobile("radius-5 vt-20 top-3-in")}} text-left'></span><div class='w100 {{desktop("")}} {{mobile("")}} text-left'>{% if service.description %}<h2><span class='h4 upper success-alt'>À Propos</span></h2><p class='h4 text-justify'>{{service.description|nl2br}}</p>{% endif %}{% if service.content %}<div class='article h4'>{{service.content|raw}}</div>{% endif %}</div></div></div>{#<h2 class="warning upper underline {{desktop('top-60 bottom-20')}} {{mobile('top-30 bottom-10')}}">Autres services</h2><div class='flex row space wrap {{desktop("")}} {{mobile("")}}'>{% for o in list %}{{ macros.service(o)}}{% endfor %}</div>#}</div>{% endblock %}