<?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/listedepartements.html.twig */
class __TwigTemplate_e16dbb866b4884d2c4b001bd4f622a0b 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/listedepartements.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/listedepartements.html.twig"));
$this->parent = $this->loadTemplate("Theme/Users/User/layoutbase.html.twig", "Theme/Produit/Service/Service/listedepartements.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 " - Détails du service ..
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 13
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 14
yield "<style>
\t";
// line 16
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>Départements</div>
\t\t\t</div>
\t\t</div>
\t\t<div>Notre organisation se compose de plusieurs départements clés, chacun jouant un rôle essentiel. Le département de comptabilité gère les finances, assurant la tenue des livres et la préparation des états financiers. D'autres départements travaillent en synergie pour soutenir la croissance et l'innovation au sein de l'entreprise.</div>
\t</div>
</section>
<section class=\"section-sm\">
\t<div class=\"content\" style=\"padding-bottom: 5px;\">
\t\t<div class=\"wrap\">
\t\t\t<div class=\"container\">
\t\t\t\t<ol class=\"breadcrumb\">
\t\t\t\t\t<li href=\"#\">
\t\t\t\t\t\t<a>Home</a>
\t\t\t\t\t</li>
\t\t\t\t\t<li href=\"#\">
\t\t\t\t\t\t<a>Départements</a>
\t\t\t\t\t</li>
\t\t\t\t</ol>
\t\t\t</div>
\t\t</div>
\t</div>
</section>
<section>
\t";
// line 98
yield "\t\t<div class=\"container\">
\t\t\t<div class=\"row\">
\t\t\t\t";
// line 101
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["liste_service"]) || array_key_exists("liste_service", $context) ? $context["liste_service"] : (function () { throw new RuntimeError('Variable "liste_service" does not exist.', 101, $this->source); })()));
$context['_iterated'] = false;
foreach ($context['_seq'] as $context["_key"] => $context["depart"]) {
// line 102
yield "\t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12\">
\t\t\t\t\t<div class=\"product\">
\t\t\t\t\t\t
\t\t\t\t\t\t<img class=\"img-perfume large\" src=\"";
// line 105
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset($context["depart"]), "html", null, true);
yield "\" alt=\"image departement\">
\t\t\t\t\t\t<article>
\t\t\t\t\t\t\t<p class=\"perfume\">SYSCOFIE CONSULTING SARL</p>
\t\t\t\t\t\t\t<h3 class=\"title mb-2\">";
// line 108
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["depart"], "name", [], "any", false, false, false, 108), "html", null, true);
yield "</h3>
\t\t\t\t\t\t\t<p class=\"description\">";
// line 109
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["depart"], "description", [], "any", false, false, false, 109), "html", null, true);
yield "</p>\t\t\t\t\t\t
\t\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Missions principales</h4>
\t\t\t\t\t\t\t\t\t";
// line 113
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, $context["depart"], "objectifs", [], "any", false, false, false, 113), 0, 3));
$context['_iterated'] = false;
foreach ($context['_seq'] as $context["_key"] => $context["object"]) {
// line 114
yield "\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>";
// line 118
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["object"], "nombase", [], "array", false, false, false, 118), "html", null, true);
yield "</span>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t";
$context['_iterated'] = true;
}
if (!$context['_iterated']) {
// line 121
yield "\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Enregistrer des opérations dans les journaux comptables</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Suivre des comptes tiers (clients, fournisseurs, banques ... )</span>
\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['object'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 134
yield "\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Meilleures services</h4>
\t\t\t\t\t\t\t\t\t";
// line 137
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, $context["depart"], "getSousService", [], "method", false, false, false, 137), 0, 3));
$context['_iterated'] = false;
foreach ($context['_seq'] as $context["_key"] => $context["scat"]) {
// line 138
yield "\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>";
// line 142
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["scat"], "name", [30], "method", false, false, false, 142), "html", null, true);
yield "</span>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t";
$context['_iterated'] = true;
}
if (!$context['_iterated']) {
// line 145
yield "\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Gestion des créances et des comptes clients.</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Vérification des processus comptables et de conformité</span>
\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['scat'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 158
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<a href=\"";
// line 160
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_departement", ["id" => CoreExtension::getAttribute($this->env, $this->source, $context["depart"], "id", [], "any", false, false, false, 160)]), "html", null, true);
yield "\" class=\"add-cart\" type=\"submit\">
\t\t\t\t\t\t\t\t<img src=\"./images/icon-cart.svg\" alt=\"\">
\t\t\t\t\t\t\t\t<span>Découvrir</span>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</article>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t";
$context['_iterated'] = true;
}
if (!$context['_iterated']) {
// line 168
yield "
\t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12\">
\t\t\t\t\t<div class=\"product\">
\t\t\t\t\t\t";
// line 172
yield "\t\t\t\t\t\t\t";
// line 173
yield "\t\t\t\t\t\t\t<img class=\"img-perfume large\" src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/equipe-rapports.jpg"), "html", null, true);
yield "\" alt=\"image departement\">
\t\t\t\t\t\t";
// line 175
yield "\t\t\t\t\t\t<article>
\t\t\t\t\t\t\t<p class=\"perfume\">SYSCOFIE CONSULTING SARL</p>
\t\t\t\t\t\t\t<h3 class=\"title mb-2\">Département Fiscalité</h3>
\t\t\t\t\t\t\t<p class=\"description\">Nous évaluons la performance financière, analysons les données et proposons des recommandations pour améliorer la rentabilité et la croissance.</p>
\t\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Missions principales</h4>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Assurer la conformité des déclarations fiscales</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Optimiser la fiscalité des entreprises</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Prévenir les risques de redressements ou de sanctions</span>
\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\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Meilleures services</h4>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Déclarations fiscales périodiques (TVA, IS, IR, retenues à la source ... )</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Calcul et optimisation des impots et taxes</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Assistance en cas de controle fiscal</span>
\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<a href=\"";
// line 223
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_departement");
yield "\" class=\"add-cart\" type=\"submit\">
\t\t\t\t\t\t\t\t<img src=\"./images/icon-cart.svg\" alt=\"\">
\t\t\t\t\t\t\t\t<span>Découvrir</span>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</article>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12\">
\t\t\t\t\t<div class=\"product\">
\t\t\t\t\t\t";
// line 234
yield "\t\t\t\t\t\t<img class=\"img-perfume large\" src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/business/business-img-6-min.jpg"), "html", null, true);
yield "\" alt=\"image departement\">
\t\t\t\t\t\t<article>
\t\t\t\t\t\t\t<p class=\"perfume\">SYSCOFIE CONSULTING</p>
\t\t\t\t\t\t\t<h3 class=\"title mb-2\">Département Social & Paie</h3>
\t\t\t\t\t\t\t<p class=\"description\">Nous effectuons la vérification des comptes et l'évaluation des systèmes de contrôle pour assurer la fiabilité de votre comptabilité.</p>
\t\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Missions principales</h4>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Assurer une paie conforme et securisee</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Gérer les obligations sociales de l'entreprise</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Conseiller sur la gestion des ressources humaines</span>
\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\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Meilleures services</h4>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Établissement des bulletins de paie</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Déclarations sociales (CNPS, impôt sur salaire, etc.)</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Gestion des contrats de travail, absences, congés</span>
\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<a href=\"";
// line 283
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_departement");
yield "\" class=\"add-cart\" type=\"submit\">
\t\t\t\t\t\t\t\t<img src=\"./images/icon-cart.svg\" alt=\"\">
\t\t\t\t\t\t\t\t<span>Découvrir</span>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</article>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12\">
\t\t\t\t\t<div class=\"product\">
\t\t\t\t\t\t";
// line 294
yield "\t\t\t\t\t\t<img class=\"img-perfume large\" src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/graphique-ordinateur-portable.jpg"), "html", null, true);
yield "\" alt=\"image departement\">
\t\t\t\t\t\t<article>
\t\t\t\t\t\t\t<p class=\"perfume\">SYSCOFIE CONSULTING</p>
\t\t\t\t\t\t\t<h3 class=\"title mb-2\">Département Juridique</h3>
\t\t\t\t\t\t\t<p class=\"description\">Nous assurons l'enregistrement des opérations comptables et le suivi des comptes clients et fournisseurs pour garantir une gestion rigoureuse de vos finances.</p>
\t\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Missions principales</h4>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Accompagner dans les formalites legales</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Offrir des conseils juridiques adaptés à chaque situation</span>
\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\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Meilleures services</h4>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Création d'entreprise (statuts, immatriculation ... )</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Redaction et modification de statuts</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Assemblées générales, procès-verbaux, rapports juridiques</span>
\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<a href=\"";
// line 343
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_departement");
yield "\" class=\"add-cart\" type=\"submit\">
\t\t\t\t\t\t\t\t<img src=\"./images/icon-cart.svg\" alt=\"\">
\t\t\t\t\t\t\t\t<span>Découvrir</span>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</article>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['depart'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 352
yield "\t\t\t</div>
\t\t</div>
\t";
// line 355
yield "</section>
<div class=\"text-center\">
\t";
// line 358
if (((isset($context["nombrepage"]) || array_key_exists("nombrepage", $context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.', 358, $this->source); })()) > 0)) {
// line 359
yield "
\t\t";
// line 360
if ((((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 360, $this->source); })()) > 1) && ((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 360, $this->source); })()) <= (isset($context["nombrepage"]) || array_key_exists("nombrepage", $context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.', 360, $this->source); })())))) {
// line 361
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.', 361, $this->source); })()) - 1);
// line 362
yield "\t\t";
} else {
// line 363
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.', 363, $this->source); })());
// line 364
yield "\t\t";
}
// line 365
yield "
\t\t";
// line 366
if (((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 366, $this->source); })()) < (isset($context["nombrepage"]) || array_key_exists("nombrepage", $context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.', 366, $this->source); })()))) {
// line 367
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.', 367, $this->source); })()) + 1);
// line 368
yield "\t\t";
} else {
// line 369
yield "\t\t\t";
$context["pagesuiv"] = 1;
// line 370
yield "\t\t";
}
// line 371
yield "
\t\t";
// line 372
if (((isset($context["nombrepage"]) || array_key_exists("nombrepage", $context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.', 372, $this->source); })()) < 5)) {
// line 373
yield "\t\t\t";
$context["debut"] = 1;
// line 374
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.', 374, $this->source); })());
// line 375
yield "\t\t";
} else {
// line 376
yield "\t\t\t";
if ((((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 376, $this->source); })()) > 2) && ((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 376, $this->source); })()) < ((isset($context["nombrepage"]) || array_key_exists("nombrepage", $context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.', 376, $this->source); })()) - 2)))) {
// line 377
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.', 377, $this->source); })()) - 2);
// line 378
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.', 378, $this->source); })()) + 2) >= (isset($context["nombrepage"]) || array_key_exists("nombrepage", $context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.', 378, $this->source); })()))) {
// line 379
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.', 379, $this->source); })());
// line 380
yield "\t\t\t\t";
} else {
// line 381
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.', 381, $this->source); })()) + 2);
// line 382
yield "\t\t\t\t";
}
// line 383
yield "\t\t\t";
} else {
// line 384
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.', 384, $this->source); })()) <= 2)) {
// line 385
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.', 385, $this->source); })()) == 1)) {
// line 386
yield "\t\t\t\t\t\t";
$context["debut"] = 1;
// line 387
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.', 387, $this->source); })()) + 3);
// line 388
yield "\t\t\t\t\t";
} else {
// line 389
yield "\t\t\t\t\t\t";
$context["debut"] = 1;
// line 390
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.', 390, $this->source); })()) + 2);
// line 391
yield "\t\t\t\t\t";
}
// line 392
yield "\t\t\t\t";
} else {
// line 393
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.', 393, $this->source); })()) - 2);
// line 394
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.', 394, $this->source); })()) + 2) >= (isset($context["nombrepage"]) || array_key_exists("nombrepage", $context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.', 394, $this->source); })()))) {
// line 395
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.', 395, $this->source); })());
// line 396
yield "\t\t\t\t\t";
} else {
// line 397
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.', 397, $this->source); })()) + 2);
// line 398
yield "\t\t\t\t\t";
}
// line 399
yield "\t\t\t\t";
}
// line 400
yield "\t\t\t";
}
// line 401
yield "
\t\t";
}
// line 403
yield "
\t\t<div class=\"btn-group mb-4 text-center\" role=\"group\" aria-label=\"Basic example\">
\t\t\t<a href=\"";
// line 405
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_listedepartements", ["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 408
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_listedepartements", ["page" => (isset($context["pagepre"]) || array_key_exists("pagepre", $context) ? $context["pagepre"] : (function () { throw new RuntimeError('Variable "pagepre" does not exist.', 408, $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 411
$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.', 411, $this->source); })()), (isset($context["fin"]) || array_key_exists("fin", $context) ? $context["fin"] : (function () { throw new RuntimeError('Variable "fin" does not exist.', 411, $this->source); })())));
foreach ($context['_seq'] as $context["_key"] => $context["p"]) {
// line 412
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_listedepartements", ["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.', 412, $this->source); })()))) {
yield "active";
}
yield "\" style=\"color: #333;\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["p"], "html", null, true);
yield "</a>
\t\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 414
yield "\t\t<a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_listedepartements", ["page" => (isset($context["pagesuiv"]) || array_key_exists("pagesuiv", $context) ? $context["pagesuiv"] : (function () { throw new RuntimeError('Variable "pagesuiv" does not exist.', 414, $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 417
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_listedepartements", ["page" => (isset($context["nombrepage"]) || array_key_exists("nombrepage", $context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.', 417, $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 423
yield "\t<div class=\"btn-group text-center\" role=\"group\" aria-label=\"Basic example\">
\t\t<a href=\"#\" 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=\"#\" 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=\"#\" class=\"btn btn-outline-primary mx-2 active\" style=\"margin: 0px 0px;\">1</a>
\t\t<a href=\"#\" 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=\"#\" 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";
}
// line 441
yield "</div>
\t<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>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 481
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 482
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "Theme/Produit/Service/Service/listedepartements.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 822 => 482, 812 => 481, 763 => 441, 743 => 423, 734 => 417, 727 => 414, 710 => 412, 706 => 411, 700 => 408, 694 => 405, 690 => 403, 686 => 401, 683 => 400, 680 => 399, 677 => 398, 674 => 397, 671 => 396, 668 => 395, 665 => 394, 662 => 393, 659 => 392, 656 => 391, 653 => 390, 650 => 389, 647 => 388, 644 => 387, 641 => 386, 638 => 385, 635 => 384, 632 => 383, 629 => 382, 626 => 381, 623 => 380, 620 => 379, 617 => 378, 614 => 377, 611 => 376, 608 => 375, 605 => 374, 602 => 373, 600 => 372, 597 => 371, 594 => 370, 591 => 369, 588 => 368, 585 => 367, 583 => 366, 580 => 365, 577 => 364, 574 => 363, 571 => 362, 568 => 361, 566 => 360, 563 => 359, 561 => 358, 556 => 355, 552 => 352, 537 => 343, 484 => 294, 471 => 283, 418 => 234, 405 => 223, 355 => 175, 350 => 173, 348 => 172, 343 => 168, 330 => 160, 326 => 158, 308 => 145, 300 => 142, 294 => 138, 289 => 137, 284 => 134, 266 => 121, 258 => 118, 252 => 114, 247 => 113, 240 => 109, 236 => 108, 230 => 105, 225 => 102, 220 => 101, 215 => 98, 132 => 16, 129 => 14, 119 => 13, 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() }} - Détails du service ..
{% endblock %}
{% block userblog_body %}
<style>
\t{# 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>Départements</div>
\t\t\t</div>
\t\t</div>
\t\t<div>Notre organisation se compose de plusieurs départements clés, chacun jouant un rôle essentiel. Le département de comptabilité gère les finances, assurant la tenue des livres et la préparation des états financiers. D'autres départements travaillent en synergie pour soutenir la croissance et l'innovation au sein de l'entreprise.</div>
\t</div>
</section>
<section class=\"section-sm\">
\t<div class=\"content\" style=\"padding-bottom: 5px;\">
\t\t<div class=\"wrap\">
\t\t\t<div class=\"container\">
\t\t\t\t<ol class=\"breadcrumb\">
\t\t\t\t\t<li href=\"#\">
\t\t\t\t\t\t<a>Home</a>
\t\t\t\t\t</li>
\t\t\t\t\t<li href=\"#\">
\t\t\t\t\t\t<a>Départements</a>
\t\t\t\t\t</li>
\t\t\t\t</ol>
\t\t\t</div>
\t\t</div>
\t</div>
</section>
<section>
\t{# <div class=\"master\"> #}
\t\t<div class=\"container\">
\t\t\t<div class=\"row\">
\t\t\t\t{% for depart in liste_service %}
\t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12\">
\t\t\t\t\t<div class=\"product\">
\t\t\t\t\t\t
\t\t\t\t\t\t<img class=\"img-perfume large\" src=\"{{ vich_uploader_asset(depart) }}\" alt=\"image departement\">
\t\t\t\t\t\t<article>
\t\t\t\t\t\t\t<p class=\"perfume\">SYSCOFIE CONSULTING SARL</p>
\t\t\t\t\t\t\t<h3 class=\"title mb-2\">{{ depart.name }}</h3>
\t\t\t\t\t\t\t<p class=\"description\">{{ depart.description }}</p>\t\t\t\t\t\t
\t\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Missions principales</h4>
\t\t\t\t\t\t\t\t\t{% for object in depart.objectifs|slice(0,3) %}
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>{{ object[\"nombase\"] }}</span>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t{% else %}
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Enregistrer des opérations dans les journaux comptables</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Suivre des comptes tiers (clients, fournisseurs, banques ... )</span>
\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\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Meilleures services</h4>
\t\t\t\t\t\t\t\t\t{% for scat in depart.getSousService()|slice(0,3) %}
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>{{ scat.name(30) }}</span>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t{% else %}
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Gestion des créances et des comptes clients.</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Vérification des processus comptables et de conformité</span>
\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<a href=\"{{ path('produit_service_departement', {'id': depart.id}) }}\" class=\"add-cart\" type=\"submit\">
\t\t\t\t\t\t\t\t<img src=\"./images/icon-cart.svg\" alt=\"\">
\t\t\t\t\t\t\t\t<span>Découvrir</span>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</article>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t{% else %}
\t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12\">
\t\t\t\t\t<div class=\"product\">
\t\t\t\t\t\t{# <div class=\"card\"> #}
\t\t\t\t\t\t\t{# <img class=\"img-perfume small\" src=\"{{ asset('templateSyscofie/images/business/business-img-6-min.jpg') }}\" alt=\"image departement\"> #}
\t\t\t\t\t\t\t<img class=\"img-perfume large\" src=\"{{ asset('templateSyscofie/images/equipe-rapports.jpg') }}\" alt=\"image departement\">
\t\t\t\t\t\t{# </div> #}
\t\t\t\t\t\t<article>
\t\t\t\t\t\t\t<p class=\"perfume\">SYSCOFIE CONSULTING SARL</p>
\t\t\t\t\t\t\t<h3 class=\"title mb-2\">Département Fiscalité</h3>
\t\t\t\t\t\t\t<p class=\"description\">Nous évaluons la performance financière, analysons les données et proposons des recommandations pour améliorer la rentabilité et la croissance.</p>
\t\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Missions principales</h4>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Assurer la conformité des déclarations fiscales</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Optimiser la fiscalité des entreprises</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Prévenir les risques de redressements ou de sanctions</span>
\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\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Meilleures services</h4>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Déclarations fiscales périodiques (TVA, IS, IR, retenues à la source ... )</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Calcul et optimisation des impots et taxes</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Assistance en cas de controle fiscal</span>
\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<a href=\"{{ path('produit_service_departement') }}\" class=\"add-cart\" type=\"submit\">
\t\t\t\t\t\t\t\t<img src=\"./images/icon-cart.svg\" alt=\"\">
\t\t\t\t\t\t\t\t<span>Découvrir</span>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</article>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12\">
\t\t\t\t\t<div class=\"product\">
\t\t\t\t\t\t{# <img class=\"img-perfume small\" src=\"{{ asset('templateSyscofie/images/business/business-img-6-min.jpg') }}\" alt=\"image departement\"> #}
\t\t\t\t\t\t<img class=\"img-perfume large\" src=\"{{ asset('templateSyscofie/images/business/business-img-6-min.jpg') }}\" alt=\"image departement\">
\t\t\t\t\t\t<article>
\t\t\t\t\t\t\t<p class=\"perfume\">SYSCOFIE CONSULTING</p>
\t\t\t\t\t\t\t<h3 class=\"title mb-2\">Département Social & Paie</h3>
\t\t\t\t\t\t\t<p class=\"description\">Nous effectuons la vérification des comptes et l'évaluation des systèmes de contrôle pour assurer la fiabilité de votre comptabilité.</p>
\t\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Missions principales</h4>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Assurer une paie conforme et securisee</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Gérer les obligations sociales de l'entreprise</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Conseiller sur la gestion des ressources humaines</span>
\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\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Meilleures services</h4>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Établissement des bulletins de paie</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Déclarations sociales (CNPS, impôt sur salaire, etc.)</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Gestion des contrats de travail, absences, congés</span>
\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<a href=\"{{ path('produit_service_departement') }}\" class=\"add-cart\" type=\"submit\">
\t\t\t\t\t\t\t\t<img src=\"./images/icon-cart.svg\" alt=\"\">
\t\t\t\t\t\t\t\t<span>Découvrir</span>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</article>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12\">
\t\t\t\t\t<div class=\"product\">
\t\t\t\t\t\t{# <img class=\"img-perfume small\" src=\"{{ asset('templateSyscofie/images/business/business-img-6-min.jpg') }}\" alt=\"image departement\"> #}
\t\t\t\t\t\t<img class=\"img-perfume large\" src=\"{{ asset('templateSyscofie/images/graphique-ordinateur-portable.jpg') }}\" alt=\"image departement\">
\t\t\t\t\t\t<article>
\t\t\t\t\t\t\t<p class=\"perfume\">SYSCOFIE CONSULTING</p>
\t\t\t\t\t\t\t<h3 class=\"title mb-2\">Département Juridique</h3>
\t\t\t\t\t\t\t<p class=\"description\">Nous assurons l'enregistrement des opérations comptables et le suivi des comptes clients et fournisseurs pour garantir une gestion rigoureuse de vos finances.</p>
\t\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Missions principales</h4>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Accompagner dans les formalites legales</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Offrir des conseils juridiques adaptés à chaque situation</span>
\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\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Meilleures services</h4>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Création d'entreprise (statuts, immatriculation ... )</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Redaction et modification de statuts</span>
\t\t\t\t\t\t\t\t\t</div>
\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\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\t\t\t<span class=\"fs-4\">✓</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<span>Assemblées générales, procès-verbaux, rapports juridiques</span>
\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<a href=\"{{ path('produit_service_departement') }}\" class=\"add-cart\" type=\"submit\">
\t\t\t\t\t\t\t\t<img src=\"./images/icon-cart.svg\" alt=\"\">
\t\t\t\t\t\t\t\t<span>Découvrir</span>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</article>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t{% endfor %}
\t\t\t</div>
\t\t</div>
\t{# </div> #}
</section>
<div class=\"text-center\">
\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_listedepartements', {'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_listedepartements', {'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_listedepartements', {'page': p}) }}\" value=\"{{ p }}\" class=\"btn btn-outline-primary mx-2 {% if p == page %}active{% endif %}\" style=\"color: #333;\">{{ p }}</a>
\t\t\t{% endfor %}
\t\t<a href=\"{{ path('produit_service_listedepartements', {'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_listedepartements', {'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 text-center\" role=\"group\" aria-label=\"Basic example\">
\t\t<a href=\"#\" 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=\"#\" 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=\"#\" class=\"btn btn-outline-primary mx-2 active\" style=\"margin: 0px 0px;\">1</a>
\t\t<a href=\"#\" 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=\"#\" 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{% endif %}
</div>
\t<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>
{% endblock %}
{% block javascripttemplate %}
{% endblock %}", "Theme/Produit/Service/Service/listedepartements.html.twig", "/home/syscofie/public_html/syscofie/templates/Theme/Produit/Service/Service/listedepartements.html.twig");
}
}