<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* Theme/Produit/Service/Service/interventions.html.twig */
class __TwigTemplate_095d3fa30ff09291179b714acff3cccb extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'meta' => [$this, 'block_meta'],
'title' => [$this, 'block_title'],
'userblog_body' => [$this, 'block_userblog_body'],
'javascripttemplate' => [$this, 'block_javascripttemplate'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "Theme/Users/User/layoutbase.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Theme/Produit/Service/Service/interventions.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Theme/Produit/Service/Service/interventions.html.twig"));
$this->parent = $this->loadTemplate("Theme/Users/User/layoutbase.html.twig", "Theme/Produit/Service/Service/interventions.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 2
public function block_meta($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
// line 3
yield "\t";
yield from $this->yieldParentBlock("meta", $context, $blocks);
yield "
\t<meta name=\"keywords\" content=\"";
// line 4
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["site"]) || array_key_exists("site", $context) ? $context["site"] : (function () { throw new RuntimeError('Variable "site" does not exist.', 4, $this->source); })()), "html", null, true);
yield ", \"/>
\t<meta name=\"author\" content=\"Noel Kenfack\"/>
\t<meta name=\"description\" content=\"";
// line 6
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["site"]) || array_key_exists("site", $context) ? $context["site"] : (function () { throw new RuntimeError('Variable "site" does not exist.', 6, $this->source); })()), "html", null, true);
yield "\"/>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 9
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
// line 10
yield "\t";
yield from $this->yieldParentBlock("title", $context, $blocks);
yield "
\t- Détails du service ..
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 14
public function block_userblog_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "userblog_body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "userblog_body"));
// line 15
yield "\t";
// line 31
yield "
\t";
// line 33
yield "\t<style>
\t.content{
\t\tbackground-color: #268dcf;
\t}
\t\t.wrap {
\t\t\tpadding-top: 8px;
\t\t\tpadding-bottom: 8px;
\t\t\tbox-shadow: 0 5px 5px #fff;
\t\t}
\t\t.breadcrumb {
\t\t\twidth: 100%;
\t\t\tmargin: auto;
\t\t\tdisplay: flex;
\t\t}
\t\t.breadcrumb li {
\t\t\tpadding-right: 20px;
\t\t}
\t\t.breadcrumb a {
\t\t\ttext-decoration: none;
\t\t\tcolor: aliceblue;
\t\t\tfont-weight: 700;
\t\t\ttransition: 0.5s;
\t\t}
\t\t.breadcrumb li + li {
\t\t\tpadding-left: 0;
\t\t}
\t\t.breadcrumb li + li:before {
\t\t\tcontent: '>';
\t\t\tcolor: #3b3b3bff;
\t\t\tmargin-right: 20px;
\t\t}
\t\t.breadcrumb li:last-child a,
\t\t.breadcrumb a:hover {
\t\t\tcolor: #e2ebf3;
\t\t\tborder-radius: 35px;
\t\t\tbackground-color: #82ccdd;
\t\t\tpadding: 5px 10px;
\t\t}
\t\t";
// line 72
yield "
\t\t";
// line 74
yield "\t\t:root {
--swiper-pagination-color: #fff;
--swiper-pagination-bullet-inactive-color: #fff;
}
";
// line 82
yield "
";
// line 86
yield "
";
// line 104
yield "
.wrapper {
width: 100%;
overflow-x: hidden;
padding-top: 20px;
padding-bottom: 0px;
/*display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
@media (max-width: 1199px) {
flex-flow: column;
}*/
}
.swiper {
width: 300px;
height: 400px;
margin: 0px;
border-radius: 15px;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #000;
width: 100%;
height: 100%;
img {
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.9;
}
.card-image {
position: relative;
transition: opacity 0.3s ease-out;
width: 100%;
height: 100%;
}
.card-description {
position: absolute;
z-index: 100;
top: 0;
left: 0;
display: flex;
flex-flow: column;
justify-content: flex-end;
width: 100%;
height: 100%;
padding: 20px;
color: #fff;
&:before {
content: \"\";
position: absolute;
z-index: 9;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.5) 100%);
}
h1, p {
position: relative;
z-index: 10;
text-align: left;
}
h1 {
font-size: 28px;
margin-top: 0;
margin-bottom: 5px;
}
p {
margin-top: 0;
letter-spacing: 1px;
}
}
}
.swiper-button-next,
.swiper-button-prev {
color: #000;
&::after {
font-size: 20px;
}
}
.swiperEffect {
border-radius: 0;
.swiper-slide {
border-radius: 18px;
}
.swiper-button-next,
.swiper-button-prev {
color: #fff;
}
}
";
// line 204
yield " .section-head.center.wt-small-separator-outer {
margin-bottom: 50px;
text-align: left;
}
.section-head {
position: relative;
}
.site-text-primary, .wt-small-separator {
color: #ea130e;
}
.wt-small-separator {
font-family: \"Heebo\", sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
padding-right: 40px;
font-size: 26px;
line-height: 26px;
margin-bottom: 15px;
position: relative;
display: inline-block;
font-weight: 700;
}
.section-head.center .wt-small-separator div.sep-leaf-left {
position: relative;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
background-color: #ea130e;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before {
right: -20px;
width: 10px;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
position: absolute;
content: '';
height: 22px;
bottom: 0px;
top: 0px;
transform: skew(-20deg);
}
.section-head.center .wt-small-separator div.sep-leaf-left:after {
right: -27px;
width: 4px;
}
.section-head.center.wt-small-separator-outer h2 {
max-width: 630px;
margin: 0px auto;
}
</style>
<!-- CTA Section -->
<section class=\"cta \" style=\"padding: 1rem 0;\">
\t<div class=\"container\">
\t\t<div class=\"section-head center wt-small-separator-outer mt-3 text-center\" style=\"margin-bottom: 0px;\">
\t\t\t<div class=\"wt-small-separator site-text-primary\">
\t\t\t\t<div class=\"sep-leaf-left\"></div>
\t\t\t\t<div>Nos interventions</div>
\t\t\t</div>
\t\t</div>
\t\t<div>Nous proposons des services de comptabilité, incluant la tenue de livres, les déclarations fiscales, l'élaboration de bilans, et des conseils financiers. Notre expertise assure la conformité et l’optimisation de votre gestion financière.</div>
\t</div>
</section>
\t<!-- more event -->
\t<section class=\"section-sm\">
\t\t<div class=\"content\" style=\"padding-bottom: 5px;\">
\t\t\t<div class=\"wrap\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<ol class=\"breadcrumb\">
\t\t\t\t\t\t<li href=\"#\">
\t\t\t\t\t\t\t<a>Home</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t\t<li href=\"#\">
\t\t\t\t\t\t\t<a>Portoflio</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t</ol>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t<div class=\"container\">
\t\t\t<div class=\"faq active\">
<h3 class=\"faq-title\">
\t\t\t\tDSF de Stat-pro <span style=\"color: red;\">2021</span>
\t\t\t </h3>
<p class=\"faq-text\">
Notre engagement se concentre sur la fourniture de services de qualité, respectant l’intégrité et la transparence, afin de soutenir les clients dans l'atteinte de leurs objectifs financiers.
\t\t\t\t<h4 class=\"mb-3\">Activités effectuées</h4>
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
</p>
<button class=\"faq-toggle\">
<i class=\"bi bi-chevron-down\"></i>
<i class=\"fas fa-times\"></i>
</button>
</div>
<div class=\"faq active\">
<h3 class=\"faq-title\">
\t\t\t\tDSF de Stat-pro <span style=\"color: red;\">2021</span>
</h3>
<p class=\"faq-text\">
Notre aspiration est de devenir un leader dans le secteur, en innovant et en adaptant nos pratiques pour anticiper les besoins des clients et améliorer leur expérience.
\t\t\t\t<h4 class=\"mb-3\">Activités effectuées</h4>
\t\t\t\t<div class=\"row mt-3\">
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
</p>
<button class=\"faq-toggle\">
<i class=\"bi bi-chevron-down\"></i>
<i class=\"fas fa-times\"></i>
</button>
</div>
<div class=\"faq active\">
<h3 class=\"faq-title\">
\t\t\t\tDSF de Stat-pro <span style=\"color: red;\">2021</span>
</h3>
<p class=\"faq-text\">
Nos valeurs sont l'intégrité, la précision, la transparence, le respect des délais et la responsabilité, garantissant des services fiables et un soutien efficace à tous nos clients.
\t\t\t\t<h4 class=\"mb-3\">Activités effectuées</h4>
\t\t\t\t<div class=\"row mt-3\">
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
</p>
<button class=\"faq-toggle\">
<i class=\"bi bi-chevron-down\"></i>
<i class=\"fas fa-times\"></i>
</button>
</div>
\t\t\t<div class=\"wrapper\">
\t\t\t \t<div class=\"row\">
\t\t\t\t\t";
// line 449
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["liste_interventions"]) || array_key_exists("liste_interventions", $context) ? $context["liste_interventions"] : (function () { throw new RuntimeError('Variable "liste_interventions" does not exist.', 449, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["intervention"]) {
// line 450
yield "\t\t\t\t\t<div class=\"col-lg-4 col-md-6 col-sm-12\">
\t\t\t\t\t\t<div class=\"swiper swiperFade mb-5\">
\t\t\t\t\t\t\t<div class=\"swiper-wrapper\">
\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">
\t\t\t\t\t\t\t\t\t";
// line 454
$context["images_portfolio"] = CoreExtension::getAttribute($this->env, $this->source, $context["intervention"], "getFirstImages", [], "method", false, false, false, 454);
// line 455
yield "\t\t\t\t\t\t\t\t\t";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["images_portfolio"]) || array_key_exists("images_portfolio", $context) ? $context["images_portfolio"] : (function () { throw new RuntimeError('Variable "images_portfolio" does not exist.', 455, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["portfolio"]) {
// line 456
yield "\t\t\t\t\t\t\t\t\t<div class=\"card-image\">
\t\t\t\t\t\t\t\t\t\t<a data-fancybox=\"demo\" data-src=\"";
// line 457
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset($context["portfolio"]), "html", null, true);
yield "\" data-caption=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["portfolio"], "title", [], "any", false, false, false, 457), "html", null, true);
yield "\"><img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset($context["portfolio"]), "html", null, true);
yield "\" style=\"width: 100%;\"></a>
\t\t\t\t\t\t\t\t\t\t<div class=\"card-description\">
\t\t\t\t\t\t\t\t\t\t\t<h1>";
// line 459
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["intervention"], "name", [], "any", false, false, false, 459), "html", null, true);
yield "</h1>
\t\t\t\t\t\t\t\t\t\t\t<p>";
// line 460
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["intervention"], "description", [], "any", false, false, false, 460), "html", null, true);
yield "</p>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['portfolio'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 464
yield "\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"swiper-button-next\"></div>
\t\t\t\t\t\t\t<div class=\"swiper-button-prev\"></div>
\t\t\t\t\t\t\t<div class=\"swiper-pagination\"></div>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t";
// line 473
yield "\t\t\t\t\t</div>
\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['intervention'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 475
yield "
\t\t\t\t";
// line 510
yield "
\t\t\t\t";
// line 542
yield "\t\t\t</div>
\t\t</div>
\t\t";
// line 545
yield "\t</section>
<!-- /more event -->
<div class=\"text-center\" style=\"margin-top: 30px; margin-bottom: 60px;\">
\t";
// line 548
if (((isset($context["nombrepage"]) || array_key_exists("nombrepage", $context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.', 548, $this->source); })()) > 0)) {
// line 549
yield "
\t\t";
// line 550
if ((((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 550, $this->source); })()) > 1) && ((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 550, $this->source); })()) <= (isset($context["nombrepage"]) || array_key_exists("nombrepage", $context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.', 550, $this->source); })())))) {
// line 551
yield "\t\t\t";
$context["pagepre"] = ((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 551, $this->source); })()) - 1);
// line 552
yield "\t\t";
} else {
// line 553
yield "\t\t\t";
$context["pagepre"] = (isset($context["nombrepage"]) || array_key_exists("nombrepage", $context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.', 553, $this->source); })());
// line 554
yield "\t\t";
}
// line 555
yield "
\t\t";
// line 556
if (((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 556, $this->source); })()) < (isset($context["nombrepage"]) || array_key_exists("nombrepage", $context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.', 556, $this->source); })()))) {
// line 557
yield "\t\t\t";
$context["pagesuiv"] = ((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 557, $this->source); })()) + 1);
// line 558
yield "\t\t";
} else {
// line 559
yield "\t\t\t";
$context["pagesuiv"] = 1;
// line 560
yield "\t\t";
}
// line 561
yield "
\t\t";
// line 562
if (((isset($context["nombrepage"]) || array_key_exists("nombrepage", $context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.', 562, $this->source); })()) < 5)) {
// line 563
yield "\t\t\t";
$context["debut"] = 1;
// line 564
yield "\t\t\t";
$context["fin"] = (isset($context["nombrepage"]) || array_key_exists("nombrepage", $context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.', 564, $this->source); })());
// line 565
yield "\t\t";
} else {
// line 566
yield "\t\t\t";
if ((((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 566, $this->source); })()) > 2) && ((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 566, $this->source); })()) < ((isset($context["nombrepage"]) || array_key_exists("nombrepage", $context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.', 566, $this->source); })()) - 2)))) {
// line 567
yield "\t\t\t\t";
$context["debut"] = ((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 567, $this->source); })()) - 2);
// line 568
yield "\t\t\t\t";
if ((((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 568, $this->source); })()) + 2) >= (isset($context["nombrepage"]) || array_key_exists("nombrepage", $context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.', 568, $this->source); })()))) {
// line 569
yield "\t\t\t\t\t";
$context["fin"] = (isset($context["nombrepage"]) || array_key_exists("nombrepage", $context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.', 569, $this->source); })());
// line 570
yield "\t\t\t\t";
} else {
// line 571
yield "\t\t\t\t\t";
$context["fin"] = ((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 571, $this->source); })()) + 2);
// line 572
yield "\t\t\t\t";
}
// line 573
yield "\t\t\t";
} else {
// line 574
yield "\t\t\t\t";
if (((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 574, $this->source); })()) <= 2)) {
// line 575
yield "\t\t\t\t\t";
if (((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 575, $this->source); })()) == 1)) {
// line 576
yield "\t\t\t\t\t\t";
$context["debut"] = 1;
// line 577
yield "\t\t\t\t\t\t";
$context["fin"] = ((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 577, $this->source); })()) + 3);
// line 578
yield "\t\t\t\t\t";
} else {
// line 579
yield "\t\t\t\t\t\t";
$context["debut"] = 1;
// line 580
yield "\t\t\t\t\t\t";
$context["fin"] = ((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 580, $this->source); })()) + 2);
// line 581
yield "\t\t\t\t\t";
}
// line 582
yield "\t\t\t\t";
} else {
// line 583
yield "\t\t\t\t\t";
$context["debut"] = ((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 583, $this->source); })()) - 2);
// line 584
yield "\t\t\t\t\t";
if ((((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 584, $this->source); })()) + 2) >= (isset($context["nombrepage"]) || array_key_exists("nombrepage", $context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.', 584, $this->source); })()))) {
// line 585
yield "\t\t\t\t\t\t";
$context["fin"] = (isset($context["nombrepage"]) || array_key_exists("nombrepage", $context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.', 585, $this->source); })());
// line 586
yield "\t\t\t\t\t";
} else {
// line 587
yield "\t\t\t\t\t\t";
$context["fin"] = ((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 587, $this->source); })()) + 2);
// line 588
yield "\t\t\t\t\t";
}
// line 589
yield "\t\t\t\t";
}
// line 590
yield "\t\t\t";
}
// line 591
yield "
\t\t";
}
// line 593
yield "
\t\t<div class=\"btn-group mb-4 text-center\" role=\"group\" aria-label=\"Basic example\">
\t\t\t<a href=\"";
// line 595
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery", ["page" => 1]);
yield "\" title=\"Première page\" class=\"btn btn-outline-primary mx-2\">
\t\t\t\t<span><i class=\"bi bi-chevron-double-left\"></i></span>
\t\t\t</a>
\t\t\t<a href=\"";
// line 598
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery", ["page" => (isset($context["pagepre"]) || array_key_exists("pagepre", $context) ? $context["pagepre"] : (function () { throw new RuntimeError('Variable "pagepre" does not exist.', 598, $this->source); })())]), "html", null, true);
yield "\" title=\"Page précedente\" class=\"btn btn-outline-primary mx-2\">
\t\t\t\t<span><i class=\"bi bi-chevron-left\"></i></span>
\t\t\t</a>
\t\t\t";
// line 601
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(range((isset($context["debut"]) || array_key_exists("debut", $context) ? $context["debut"] : (function () { throw new RuntimeError('Variable "debut" does not exist.', 601, $this->source); })()), (isset($context["fin"]) || array_key_exists("fin", $context) ? $context["fin"] : (function () { throw new RuntimeError('Variable "fin" does not exist.', 601, $this->source); })())));
foreach ($context['_seq'] as $context["_key"] => $context["p"]) {
// line 602
yield "\t\t\t\t<a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery", ["page" => $context["p"]]), "html", null, true);
yield "\" value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["p"], "html", null, true);
yield "\" class=\"btn btn-outline-primary mx-2 ";
if (($context["p"] == (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 602, $this->source); })()))) {
yield "active";
}
yield "\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["p"], "html", null, true);
yield "</a>
\t\t\t</li>
\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['p'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 605
yield "\t\t<a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery", ["page" => (isset($context["pagesuiv"]) || array_key_exists("pagesuiv", $context) ? $context["pagesuiv"] : (function () { throw new RuntimeError('Variable "pagesuiv" does not exist.', 605, $this->source); })())]), "html", null, true);
yield "\" title=\"Page suivante\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-right\"></i></span>
\t\t</a>
\t\t<a href=\"";
// line 608
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery", ["page" => (isset($context["nombrepage"]) || array_key_exists("nombrepage", $context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.', 608, $this->source); })())]), "html", null, true);
yield "\" title=\"Dernière page\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-double-right\"></i></spam>
\t\t</a>
\t</div>
\t<div class=\"clearfix\"></div>
";
} else {
// line 614
yield "\t<div class=\"btn-group mb-4 text-center\" role=\"group\" aria-label=\"Basic example\">
\t\t<a href=\"";
// line 615
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery", ["page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 615, $this->source); })())]), "html", null, true);
yield "\" title=\"Première page\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-double-left\"></i></span>
\t\t</a>
\t\t<a href=\"";
// line 618
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery", ["page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 618, $this->source); })())]), "html", null, true);
yield "\" title=\"Page précedente\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-left\"></i></span>
\t\t</a>
\t\t<a href=\"";
// line 622
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery", ["page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 622, $this->source); })())]), "html", null, true);
yield "\" class=\"btn btn-outline-primary mx-2 active\" style=\"margin: 4px 0px;\">0</a>
\t\t<a href=\"";
// line 624
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery", ["page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 624, $this->source); })())]), "html", null, true);
yield "\" title=\"Page suivante\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-right\"></i></span>
\t\t</a>
\t\t<a href=\"";
// line 627
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery", ["page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 627, $this->source); })())]), "html", null, true);
yield "\" title=\"Dernière page\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-double-right\"></i></spam>
\t\t</a>
\t</div>
\t<div class=\"clearfix\"></div>
<script>
\tvar swiperFade = new Swiper(\".swiperFade\", {
\tloop: true,
\teffect: 'fade',
\tnavigation: {
\t nextEl: \".swiper-button-next\",
\t prevEl: \".swiper-button-prev\"
\t},
\tpagination: {
\t el: \".swiper-pagination\",
\t},
\t});
\tvar swiperVertical = new Swiper(\".swiperVertical\", {
\t loop: true,
\t effect: 'fade',
\t direction: \"vertical\",
\t pagination: {
\t el: \".swiper-pagination\",
\t clickable: true,
\t }
\t});
\tvar swiperEffect = new Swiper(\".swiperEffect\", {
\t loop: true,
\t effect: \"cards\",
\t grabCursor: true,
\t navigation: {
\t nextEl: \".swiper-button-next\",
\t prevEl: \".swiper-button-prev\"
\t },
\t pagination: {
\t el: \".swiper-pagination\",
\t },
\t});
</script>
";
}
// line 672
yield "</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 676
public function block_javascripttemplate($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripttemplate"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripttemplate"));
// line 677
yield "
Fancybox.bind('[data-fancybox=\"demo\"]', {
caption: function (fancybox, carousel, slide) {
return (
`\${slide.index + 1} / \${carousel.slides.length}
<br/>` + slide.caption
);
},
});
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "Theme/Produit/Service/Service/interventions.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 895 => 677, 885 => 676, 872 => 672, 824 => 627, 818 => 624, 813 => 622, 806 => 618, 800 => 615, 797 => 614, 788 => 608, 781 => 605, 763 => 602, 759 => 601, 753 => 598, 747 => 595, 743 => 593, 739 => 591, 736 => 590, 733 => 589, 730 => 588, 727 => 587, 724 => 586, 721 => 585, 718 => 584, 715 => 583, 712 => 582, 709 => 581, 706 => 580, 703 => 579, 700 => 578, 697 => 577, 694 => 576, 691 => 575, 688 => 574, 685 => 573, 682 => 572, 679 => 571, 676 => 570, 673 => 569, 670 => 568, 667 => 567, 664 => 566, 661 => 565, 658 => 564, 655 => 563, 653 => 562, 650 => 561, 647 => 560, 644 => 559, 641 => 558, 638 => 557, 636 => 556, 633 => 555, 630 => 554, 627 => 553, 624 => 552, 621 => 551, 619 => 550, 616 => 549, 614 => 548, 609 => 545, 605 => 542, 600 => 510, 597 => 475, 590 => 473, 582 => 464, 572 => 460, 568 => 459, 559 => 457, 556 => 456, 551 => 455, 549 => 454, 543 => 450, 539 => 449, 292 => 204, 191 => 104, 188 => 86, 185 => 82, 178 => 74, 175 => 72, 135 => 33, 132 => 31, 130 => 15, 120 => 14, 105 => 10, 95 => 9, 82 => 6, 77 => 4, 72 => 3, 62 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends \"Theme/Users/User/layoutbase.html.twig\" %}
{% block meta %}
\t{{ parent() }}
\t<meta name=\"keywords\" content=\"{{ site }}, \"/>
\t<meta name=\"author\" content=\"Noel Kenfack\"/>
\t<meta name=\"description\" content=\"{{ site }}\"/>
{% endblock %}
{% block title %}
\t{{ parent() }}
\t- Détails du service ..
{% endblock %}
{% block userblog_body %}
\t{# <!-- page title -->
\t<section class=\"page-title-section overlay\">
\t\t<div class=\"container\">
\t\t\t<div class=\"row\">
\t\t\t\t<div class=\"col-md-12\">
\t\t\t\t\t{% if aboutIntervention != null %}
\t\t\t\t\t\t<h2 style=\"color: #fff;\">{{ aboutIntervention.title }}</h2>
\t\t\t\t\t\t<p>{{ aboutIntervention.valeur }}</p>
\t\t\t\t\t{% else %}
\t\t\t\t\t\t<p>Cras fermentum odio eu feugiat lide par naso tierra. Justo eget nada terra videa magna derita valies darta donna mare fermentum iaculis eu non diam phasellus.</p>
\t\t\t\t\t{% endif %}
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</section>
\t<!-- /page title -->#}
\t{# Start Breadcrumbs #}
\t<style>
\t.content{
\t\tbackground-color: #268dcf;
\t}
\t\t.wrap {
\t\t\tpadding-top: 8px;
\t\t\tpadding-bottom: 8px;
\t\t\tbox-shadow: 0 5px 5px #fff;
\t\t}
\t\t.breadcrumb {
\t\t\twidth: 100%;
\t\t\tmargin: auto;
\t\t\tdisplay: flex;
\t\t}
\t\t.breadcrumb li {
\t\t\tpadding-right: 20px;
\t\t}
\t\t.breadcrumb a {
\t\t\ttext-decoration: none;
\t\t\tcolor: aliceblue;
\t\t\tfont-weight: 700;
\t\t\ttransition: 0.5s;
\t\t}
\t\t.breadcrumb li + li {
\t\t\tpadding-left: 0;
\t\t}
\t\t.breadcrumb li + li:before {
\t\t\tcontent: '>';
\t\t\tcolor: #3b3b3bff;
\t\t\tmargin-right: 20px;
\t\t}
\t\t.breadcrumb li:last-child a,
\t\t.breadcrumb a:hover {
\t\t\tcolor: #e2ebf3;
\t\t\tborder-radius: 35px;
\t\t\tbackground-color: #82ccdd;
\t\t\tpadding: 5px 10px;
\t\t}
\t\t{# End Breadcrumb #}
\t\t{# card #}
\t\t:root {
--swiper-pagination-color: #fff;
--swiper-pagination-bullet-inactive-color: #fff;
}
{# html{
\tbox-sizing: border-box;
} #}
{# *, *:after,*:before{
\tbox-sizing: border-box;
}#}
{# body {
width: 100%;
min-width: 350px;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
padding: 0;
background: #fff;
font-family: sans-serif;
font-size: 14px;
color: #000;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
} #}
.wrapper {
width: 100%;
overflow-x: hidden;
padding-top: 20px;
padding-bottom: 0px;
/*display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
@media (max-width: 1199px) {
flex-flow: column;
}*/
}
.swiper {
width: 300px;
height: 400px;
margin: 0px;
border-radius: 15px;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #000;
width: 100%;
height: 100%;
img {
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.9;
}
.card-image {
position: relative;
transition: opacity 0.3s ease-out;
width: 100%;
height: 100%;
}
.card-description {
position: absolute;
z-index: 100;
top: 0;
left: 0;
display: flex;
flex-flow: column;
justify-content: flex-end;
width: 100%;
height: 100%;
padding: 20px;
color: #fff;
&:before {
content: \"\";
position: absolute;
z-index: 9;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.5) 100%);
}
h1, p {
position: relative;
z-index: 10;
text-align: left;
}
h1 {
font-size: 28px;
margin-top: 0;
margin-bottom: 5px;
}
p {
margin-top: 0;
letter-spacing: 1px;
}
}
}
.swiper-button-next,
.swiper-button-prev {
color: #000;
&::after {
font-size: 20px;
}
}
.swiperEffect {
border-radius: 0;
.swiper-slide {
border-radius: 18px;
}
.swiper-button-next,
.swiper-button-prev {
color: #fff;
}
}
{# css indice sections #}
.section-head.center.wt-small-separator-outer {
margin-bottom: 50px;
text-align: left;
}
.section-head {
position: relative;
}
.site-text-primary, .wt-small-separator {
color: #ea130e;
}
.wt-small-separator {
font-family: \"Heebo\", sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
padding-right: 40px;
font-size: 26px;
line-height: 26px;
margin-bottom: 15px;
position: relative;
display: inline-block;
font-weight: 700;
}
.section-head.center .wt-small-separator div.sep-leaf-left {
position: relative;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
background-color: #ea130e;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before {
right: -20px;
width: 10px;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
position: absolute;
content: '';
height: 22px;
bottom: 0px;
top: 0px;
transform: skew(-20deg);
}
.section-head.center .wt-small-separator div.sep-leaf-left:after {
right: -27px;
width: 4px;
}
.section-head.center.wt-small-separator-outer h2 {
max-width: 630px;
margin: 0px auto;
}
</style>
<!-- CTA Section -->
<section class=\"cta \" style=\"padding: 1rem 0;\">
\t<div class=\"container\">
\t\t<div class=\"section-head center wt-small-separator-outer mt-3 text-center\" style=\"margin-bottom: 0px;\">
\t\t\t<div class=\"wt-small-separator site-text-primary\">
\t\t\t\t<div class=\"sep-leaf-left\"></div>
\t\t\t\t<div>Nos interventions</div>
\t\t\t</div>
\t\t</div>
\t\t<div>Nous proposons des services de comptabilité, incluant la tenue de livres, les déclarations fiscales, l'élaboration de bilans, et des conseils financiers. Notre expertise assure la conformité et l’optimisation de votre gestion financière.</div>
\t</div>
</section>
\t<!-- more event -->
\t<section class=\"section-sm\">
\t\t<div class=\"content\" style=\"padding-bottom: 5px;\">
\t\t\t<div class=\"wrap\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<ol class=\"breadcrumb\">
\t\t\t\t\t\t<li href=\"#\">
\t\t\t\t\t\t\t<a>Home</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t\t<li href=\"#\">
\t\t\t\t\t\t\t<a>Portoflio</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t</ol>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t<div class=\"container\">
\t\t\t<div class=\"faq active\">
<h3 class=\"faq-title\">
\t\t\t\tDSF de Stat-pro <span style=\"color: red;\">2021</span>
\t\t\t </h3>
<p class=\"faq-text\">
Notre engagement se concentre sur la fourniture de services de qualité, respectant l’intégrité et la transparence, afin de soutenir les clients dans l'atteinte de leurs objectifs financiers.
\t\t\t\t<h4 class=\"mb-3\">Activités effectuées</h4>
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
</p>
<button class=\"faq-toggle\">
<i class=\"bi bi-chevron-down\"></i>
<i class=\"fas fa-times\"></i>
</button>
</div>
<div class=\"faq active\">
<h3 class=\"faq-title\">
\t\t\t\tDSF de Stat-pro <span style=\"color: red;\">2021</span>
</h3>
<p class=\"faq-text\">
Notre aspiration est de devenir un leader dans le secteur, en innovant et en adaptant nos pratiques pour anticiper les besoins des clients et améliorer leur expérience.
\t\t\t\t<h4 class=\"mb-3\">Activités effectuées</h4>
\t\t\t\t<div class=\"row mt-3\">
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
</p>
<button class=\"faq-toggle\">
<i class=\"bi bi-chevron-down\"></i>
<i class=\"fas fa-times\"></i>
</button>
</div>
<div class=\"faq active\">
<h3 class=\"faq-title\">
\t\t\t\tDSF de Stat-pro <span style=\"color: red;\">2021</span>
</h3>
<p class=\"faq-text\">
Nos valeurs sont l'intégrité, la précision, la transparence, le respect des délais et la responsabilité, garantissant des services fiables et un soutien efficace à tous nos clients.
\t\t\t\t<h4 class=\"mb-3\">Activités effectuées</h4>
\t\t\t\t<div class=\"row mt-3\">
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
\t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
</p>
<button class=\"faq-toggle\">
<i class=\"bi bi-chevron-down\"></i>
<i class=\"fas fa-times\"></i>
</button>
</div>
\t\t\t<div class=\"wrapper\">
\t\t\t \t<div class=\"row\">
\t\t\t\t\t{% for intervention in liste_interventions %}
\t\t\t\t\t<div class=\"col-lg-4 col-md-6 col-sm-12\">
\t\t\t\t\t\t<div class=\"swiper swiperFade mb-5\">
\t\t\t\t\t\t\t<div class=\"swiper-wrapper\">
\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">
\t\t\t\t\t\t\t\t\t{% set images_portfolio = intervention.getFirstImages() %}
\t\t\t\t\t\t\t\t\t{% for portfolio in images_portfolio %}
\t\t\t\t\t\t\t\t\t<div class=\"card-image\">
\t\t\t\t\t\t\t\t\t\t<a data-fancybox=\"demo\" data-src=\"{{ vich_uploader_asset(portfolio) }}\" data-caption=\"{{ portfolio.title }}\"><img src=\"{{ vich_uploader_asset(portfolio) }}\" style=\"width: 100%;\"></a>
\t\t\t\t\t\t\t\t\t\t<div class=\"card-description\">
\t\t\t\t\t\t\t\t\t\t\t<h1>{{ intervention.name }}</h1>
\t\t\t\t\t\t\t\t\t\t\t<p>{{ intervention.description }}</p>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"swiper-button-next\"></div>
\t\t\t\t\t\t\t<div class=\"swiper-button-prev\"></div>
\t\t\t\t\t\t\t<div class=\"swiper-pagination\"></div>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t{# <div>
\t\t\t\t\t\t\t<p>Title</p>
\t\t\t\t\t\t</div> #}
\t\t\t\t\t</div>
\t\t\t\t\t{% endfor %}
\t\t\t\t{# <div class=\"container\">
\t\t\t\t\t<div class=\"accordion accordion-flush aos-init aos-animate\" id=\"faqlist\" data-aos=\"fade-up\" data-aos-delay=\"100\">
\t\t\t\t\t\t{% for intervention in liste_interventions %}
\t\t\t\t\t\t\t<div class=\"accordion-item\">
\t\t\t\t\t\t\t\t<h3 class=\"accordion-header\">
\t\t\t\t\t\t\t\t\t<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq-content-{{ intervention.id }}\" aria-expanded=\"{% if loop.first %}true{% else %}false{% endif %}\">
\t\t\t\t\t\t\t\t\t\t{{ intervention.name }}
\t\t\t\t\t\t\t\t\t</button>
\t\t\t\t\t\t\t\t</h3>
\t\t\t\t\t\t\t\t<div id=\"faq-content-{{ intervention.id }}\" class=\"accordion-collapse {% if loop.first %}collapse show{% endif %}\" data-bs-parent=\"#faqlist\">
\t\t\t\t\t\t\t\t\t<div class=\"accordion-body\">
\t\t\t\t\t\t\t\t\t\t<div class=\"mb-2\">
\t\t\t\t\t\t\t\t\t\t\t{{ intervention.description }}
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<div class=\"grid imglist\">
\t\t\t\t\t\t\t\t\t\t\t<div class=\"row padding-bottom--sm\">
\t\t\t\t\t\t\t\t\t\t\t\t{% set images_portfolio = intervention.getFirstImages() %}
\t\t\t\t\t\t\t\t\t\t\t\t{% for portfolio in images_portfolio %}
\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col col--4\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a data-fancybox=\"demo\" data-src=\"{{ vich_uploader_asset(portfolio) }}\" data-caption=\"{{ portfolio.title }}\"><img src=\"{{ vich_uploader_asset(portfolio) }}\" style=\"width: 100%;\"></a>
\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<!-- # Faq item-->
\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t</div>
\t\t\t\t</div> #}
\t\t\t\t{# <div class=\"swiper swiperVertical\">
\t\t\t\t\t<div class=\"swiper-wrapper\">
\t\t\t\t\t<div class=\"swiper-slide\">
\t\t\t\t\t\t<div class=\"card-image\"><img src=\"https://images.pexels.com/photos/11678736/pexels-photo-11678736.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500\"/>
\t\t\t\t\t\t<div class=\"card-description\">
\t\t\t\t\t\t\t<h1>Hanoi</h1>
\t\t\t\t\t\t\t<p>Vietnam</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"swiper-slide\">
\t\t\t\t\t\t<div class=\"card-image\"><img src=\"https://images.pexels.com/photos/16551415/pexels-photo-16551415/free-photo-of-thanh-ph-d-ng-chan-tr-i-toa-nha-van-phong.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500\"/>
\t\t\t\t\t\t<div class=\"card-description\">
\t\t\t\t\t\t\t<h1>Ho Chi Minh City</h1>
\t\t\t\t\t\t\t<p>Vietnam</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"swiper-slide\">
\t\t\t\t\t\t<div class=\"card-image\"><img src=\"https://images.pexels.com/photos/14435439/pexels-photo-14435439.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1\"/>
\t\t\t\t\t\t<div class=\"card-description\">
\t\t\t\t\t\t\t<h1>Danang</h1>
\t\t\t\t\t\t\t<p>Vietnam</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"swiper-pagination\"></div>
\t\t\t\t</div> #}
\t\t\t</div>
\t\t</div>
\t\t{#</div>#}
\t</section>
<!-- /more event -->
<div class=\"text-center\" style=\"margin-top: 30px; margin-bottom: 60px;\">
\t{% if nombrepage > 0 %}
\t\t{% if page > 1 and page <= nombrepage %}
\t\t\t{% set pagepre = page - 1 %}
\t\t{% else %}
\t\t\t{% set pagepre = nombrepage %}
\t\t{% endif %}
\t\t{% if page < nombrepage %}
\t\t\t{% set pagesuiv = page + 1 %}
\t\t{% else %}
\t\t\t{% set pagesuiv = 1 %}
\t\t{% endif %}
\t\t{% if nombrepage < 5 %}
\t\t\t{% set debut = 1 %}
\t\t\t{% set fin = nombrepage %}
\t\t{% else %}
\t\t\t{% if page > 2 and page < (nombrepage - 2) %}
\t\t\t\t{% set debut = page - 2 %}
\t\t\t\t{% if page + 2 >= nombrepage %}
\t\t\t\t\t{% set fin = nombrepage %}
\t\t\t\t{% else %}
\t\t\t\t\t{% set fin = page + 2 %}
\t\t\t\t{% endif %}
\t\t\t{% else %}
\t\t\t\t{% if page <= 2 %}
\t\t\t\t\t{% if page == 1 %}
\t\t\t\t\t\t{% set debut = 1 %}
\t\t\t\t\t\t{% set fin = page + 3 %}
\t\t\t\t\t{% else %}
\t\t\t\t\t\t{% set debut = 1 %}
\t\t\t\t\t\t{% set fin = page + 2 %}
\t\t\t\t\t{% endif %}
\t\t\t\t{% else %}
\t\t\t\t\t{% set debut = page - 2 %}
\t\t\t\t\t{% if page + 2 >= nombrepage %}
\t\t\t\t\t\t{% set fin = nombrepage %}
\t\t\t\t\t{% else %}
\t\t\t\t\t\t{% set fin = page + 2 %}
\t\t\t\t\t{% endif %}
\t\t\t\t{% endif %}
\t\t\t{% endif %}
\t\t{% endif %}
\t\t<div class=\"btn-group mb-4 text-center\" role=\"group\" aria-label=\"Basic example\">
\t\t\t<a href=\"{{ path('produit_service_galery', {'page': 1 }) }}\" title=\"Première page\" class=\"btn btn-outline-primary mx-2\">
\t\t\t\t<span><i class=\"bi bi-chevron-double-left\"></i></span>
\t\t\t</a>
\t\t\t<a href=\"{{ path('produit_service_galery', {'page': pagepre }) }}\" title=\"Page précedente\" class=\"btn btn-outline-primary mx-2\">
\t\t\t\t<span><i class=\"bi bi-chevron-left\"></i></span>
\t\t\t</a>
\t\t\t{% for p in debut..fin %}
\t\t\t\t<a href=\"{{ path('produit_service_galery', {'page': p }) }}\" value=\"{{ p }}\" class=\"btn btn-outline-primary mx-2 {% if p == page %}active{% endif %}\">{{ p }}</a>
\t\t\t</li>
\t\t{% endfor %}
\t\t<a href=\"{{ path('produit_service_galery', {'page': pagesuiv }) }}\" title=\"Page suivante\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-right\"></i></span>
\t\t</a>
\t\t<a href=\"{{ path('produit_service_galery', {'page': nombrepage }) }}\" title=\"Dernière page\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-double-right\"></i></spam>
\t\t</a>
\t</div>
\t<div class=\"clearfix\"></div>
{% else %}
\t<div class=\"btn-group mb-4 text-center\" role=\"group\" aria-label=\"Basic example\">
\t\t<a href=\"{{ path('produit_service_galery', {'page': page }) }}\" title=\"Première page\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-double-left\"></i></span>
\t\t</a>
\t\t<a href=\"{{ path('produit_service_galery', {'page': page }) }}\" title=\"Page précedente\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-left\"></i></span>
\t\t</a>
\t\t<a href=\"{{ path('produit_service_galery', {'page': page }) }}\" class=\"btn btn-outline-primary mx-2 active\" style=\"margin: 4px 0px;\">0</a>
\t\t<a href=\"{{ path('produit_service_galery', {'page': page }) }}\" title=\"Page suivante\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-right\"></i></span>
\t\t</a>
\t\t<a href=\"{{ path('produit_service_galery', {'page': page }) }}\" title=\"Dernière page\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-double-right\"></i></spam>
\t\t</a>
\t</div>
\t<div class=\"clearfix\"></div>
<script>
\tvar swiperFade = new Swiper(\".swiperFade\", {
\tloop: true,
\teffect: 'fade',
\tnavigation: {
\t nextEl: \".swiper-button-next\",
\t prevEl: \".swiper-button-prev\"
\t},
\tpagination: {
\t el: \".swiper-pagination\",
\t},
\t});
\tvar swiperVertical = new Swiper(\".swiperVertical\", {
\t loop: true,
\t effect: 'fade',
\t direction: \"vertical\",
\t pagination: {
\t el: \".swiper-pagination\",
\t clickable: true,
\t }
\t});
\tvar swiperEffect = new Swiper(\".swiperEffect\", {
\t loop: true,
\t effect: \"cards\",
\t grabCursor: true,
\t navigation: {
\t nextEl: \".swiper-button-next\",
\t prevEl: \".swiper-button-prev\"
\t },
\t pagination: {
\t el: \".swiper-pagination\",
\t },
\t});
</script>
{% endif %}
</div>
{% endblock %}
{% block javascripttemplate %}
Fancybox.bind('[data-fancybox=\"demo\"]', {
caption: function (fancybox, carousel, slide) {
return (
`\${slide.index + 1} / \${carousel.slides.length}
<br/>` + slide.caption
);
},
});
{% endblock %}
", "Theme/Produit/Service/Service/interventions.html.twig", "/home/syscofie/public_html/syscofie/templates/Theme/Produit/Service/Service/interventions.html.twig");
}
}