{% extends accountingFirm.host ~'/templates/base.html.twig' %}{% set page = {'uri' : 'outils' } %}{% block title %}{%if seopage!=null %}{%if seopage.getUseDefaultTitle()==1 %}{{seopage.getDefaultTitle()}}{%else%}{{seopage.title}}{%endif%}{%else%}{{cabinet.name}}{%endif%}{% endblock %}{% block meta_description %}{%if seopage!=null %}{%if seopage.getUseDefaultDescription()==1 %}{{seopage.getDefaultDescription()}}{%else%}{{seopage.description}}{%endif%}{%else%}{{cabinet.name}}{%endif%}{% endblock %}{% block stylesheets %}{{ parent() }} <style> .service-five-icon { font-size: 40px !important; color: var(--agex-secondary) !important } .customer-five-wrapper.sibling-two { padding: 40px 150px !important; } </style>{% endblock %}{% block body %}{%if seopage!=null %} <!-- ========== banner-section start============= --> <div class="inner-banner" style="background-image: url({{ assets_client( accountingFirm,"images/qonta-outils-contact-1920x576-jpg/qonta-outils-1920x576.jpg")}}) !important; background-size: cover;"> <div class="container"> <div class="row d-flex justify-content-center align-items-center text-center"> <div class="col-md-6"> <h2 class="inner-banner-title wow fadeInLeft" data-wow-duration="1.5s" data-wow-delay=".2s" style="color: var(--agex-primary)">Service Outils - Suivi de gestion</h2> </div> </div> </div> </div> <!-- ========== banner-section end============= --> <!-- ============================================= Our Success Value ============================================== --> <div style="margin-top: 120px"> <div class="container"> <div class="row"> <div class="col-md-5 col-xs-12"> {% if seopage.getPageVideo()!=null %} <iframe width="100%" height="260" src="{{seopage.getPageVideo() }}" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> {%else%} <iframe width="100%" height="260" src="{{seopage.getSeopageId().getPageVideo()}}" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> {%endif%} </div> <div class="col-md-7 col-xs-12"> <div class="theme-counter"> <h1> {% if seopage.getPageTitle()!=null %} {{seopage.getPageTitle()|raw}}{%else%}{{seopage.getSeopageId().getPageTitle()|raw}}{%endif%}</h1> {% if seopage.getPageDescripion()!=null %} {{seopage.getPageDescripion()|raw}}{%else%}{{seopage.getSeopageId().getPageDescripion()|raw}}{%endif%} </div> </div> </div> </div> <!-- /.container --> </div> <!-- ========== contact-now-section start======== --> <div class="contact-now-section-two pl-110 overflow-hidden pt-120"> <div class="customer-five-wrapper sibling-two position-relative"> <div class="customer-vector-top"> <img src="{{ assets_client( accountingFirm,"images/icons/customer-vector-top.svg")}}" alt=""> </div> <div class="customer-vector-bottom"> <img src="{{ assets_client( accountingFirm,"images/icons/customer-vector-bottom.svg")}}" alt=""> </div> <div class="container-fluid"> <div class="row"> <div class="col-12"> <div class="contact-now-wrapper"> {% if seopage.getPdfPlaquette()!=null %} <div class="contact-now-content"> <h3>{{seopage.getPageTitle()|raw}}</span></h3> <p>Besoin d'aide ? Notre cabinet vous accompagne</p> </div> {# <div class="contact-phone text-center"> <img src="{{ assets_client( accountingFirm,"images/icons/phone-now.svg")}}" alt=""> </div> #} <div class="phone-number"> <h4><a href="{{ assets_client(cabinet, 'pdf/'~seopage.getPdfPlaquette()) }}" target="_blank" class="grb-btn st-3"> <i class="bi bi-bookmark bi-lg"></i> Plaquette</a></h4> </div> {% else %} <div class="contact-now-content"> <h3>Un projet une demande ?</span></h3> <p>Rencontrons-nous !</p> </div> <div class="contact-phone text-center"> <img src="{{ assets_client( accountingFirm,"images/icons/phone-now.svg")}}" alt=""> </div> <div class="phone-number"> <span>Contactez-nous :</span> <h4><a href="{{ path('client_contact') }}" class="grb-btn st-3">Nous contacter</a></h4> </div> {% endif %} </div> </div> </div> </div> </div> </div> <!-- ========== contact-now-section end======== --> <!-- ============================================= Top Feature ============================================== --> <div class="top-feature style-two section-margin-bottom section-margin-top"> <div class="container"> <div class="service-section-five pt-120 pb-80"> <div class="container"> <div class="row justify-content-center mb-40"> <div class="col-lg-10"> <div class="section-title-four text-center"> <h2>Les avantages</h2> </div> </div> </div> <div class="row"> {% if seopage.getPageClientServices()!=null %} {% for service in seopage.getPageClientServices() %} <div class="col-xl-4 col-lg-4 col-md-6"> <div class="service-single-five"> <div class="service-five-icon"> {%if "En début d'exercice" in service.getTitre()|raw %} <div class="bi bi-megaphone"></div> {%elseif "Collecte" in service.getTitre()|raw %} <div class="bi bi-person-square"></div> {%elseif "Production" in service.getTitre()|raw %} <div class="bi bi-tablet"></div> {%elseif "Visa" in service.getTitre()|raw %} <div class="bi-cart-check-fill"></div> {%elseif "Restitution" in service.getTitre()|raw %} <div class="bi bi-cloud-upload"></div> {%elseif "Avantages" in service.getTitre()|raw %} <div class="bi-card-checklist"></div> {%endif%} </div> <div class="service-five-info"> <h3><a>{{ service.getTitre()|raw }}</a></h3> <p>{{ service.getDescription()|raw }}</p> </div> </div> </div> {% endfor %} {% else %} {% for service in seopage.getSeopageId().getPageServices() %} <div class="col-xl-4 col-lg-4 col-md-6"> <div class="service-single-five"> <div class="service-five-icon"> {%if "100% mobile" in service.getTitre()|raw %} <div class="bi bi-phone"></div> {%elseif "Outil Collaboratif" in service.getTitre()|raw %} <div class="bi bi-person-square"></div> {%elseif "Relevés Bancaires" in service.getTitre()|raw %} <div class="bi bi-printer"></div> {%elseif "Outil Puissant" in service.getTitre()|raw %} <div class="bi-cart-check-fill"></div> {%elseif "Interconnexion des modules" in service.getTitre()|raw %} <div class="bi bi-pie-chart"></div> {%elseif "Automatisation des informations" in service.getTitre()|raw %} <div class="bi bi-tablet"></div> {%endif%} </div> <div class="service-five-info"> <h3><a>{{ service.getTitre()|raw }}</a></h3> <p>{{ service.getDescription()|raw }}</p> </div> </div> </div> {% endfor %} {% endif %} </div> </div> </div> </div> </div> <!-- ========== service_section end============= -->{%else%} <h1>Outils - Achat</h1>{%endif%}{% endblock %}{% block javascripts %}{{ parent() }}{% endblock %}