var/cache/dev/twig/c3/c3cfe173ff064b0f2c006d568a82e5ce.php line 52

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* Theme/Produit/Service/Service/listedepartements.html.twig */
  15. class __TwigTemplate_e16dbb866b4884d2c4b001bd4f622a0b extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'meta' => [$this'block_meta'],
  25.             'title' => [$this'block_title'],
  26.             'userblog_body' => [$this'block_userblog_body'],
  27.             'javascripttemplate' => [$this'block_javascripttemplate'],
  28.         ];
  29.     }
  30.     protected function doGetParent(array $context)
  31.     {
  32.         // line 1
  33.         return "Theme/Users/User/layoutbase.html.twig";
  34.     }
  35.     protected function doDisplay(array $context, array $blocks = [])
  36.     {
  37.         $macros $this->macros;
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Theme/Produit/Service/Service/listedepartements.html.twig"));
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Theme/Produit/Service/Service/listedepartements.html.twig"));
  42.         $this->parent $this->loadTemplate("Theme/Users/User/layoutbase.html.twig""Theme/Produit/Service/Service/listedepartements.html.twig"1);
  43.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  46.         
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  48.     }
  49.     // line 2
  50.     public function block_meta($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  57.         // line 3
  58.         yield "\t";
  59.         yield from $this->yieldParentBlock("meta"$context$blocks);
  60.         yield "
  61. \t<meta name=\"keywords\" content=\"";
  62.         // line 4
  63.         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"nulltrue);
  64.         yield ", \"/>
  65. \t<meta name=\"author\" content=\"Noel Kenfack\"/>
  66. \t<meta name=\"description\" content=\"";
  67.         // line 6
  68.         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"nulltrue);
  69.         yield "\" />
  70. ";
  71.         
  72.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  73.         
  74.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  75.         return; yield '';
  76.     }
  77.     // line 9
  78.     public function block_title($context, array $blocks = [])
  79.     {
  80.         $macros $this->macros;
  81.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  82.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  83.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  84.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  85.         // line 10
  86.         yield "\t";
  87.         yield from $this->yieldParentBlock("title"$context$blocks);
  88.         yield " - Détails du service ..
  89. ";
  90.         
  91.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  92.         
  93.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  94.         return; yield '';
  95.     }
  96.     // line 13
  97.     public function block_userblog_body($context, array $blocks = [])
  98.     {
  99.         $macros $this->macros;
  100.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  101.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""userblog_body"));
  102.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  103.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""userblog_body"));
  104.         // line 14
  105.         yield "<style>
  106. \t";
  107.         // line 16
  108.         yield "    .section-head.center.wt-small-separator-outer {
  109.         margin-bottom: 50px;
  110.         text-align: left;
  111.     }
  112.     .section-head {
  113.         position: relative;
  114.     }
  115.     .site-text-primary, .wt-small-separator {
  116.         color: #ea130e;
  117.     }
  118.     .wt-small-separator {
  119.         font-family: \"Heebo\", sans-serif;
  120.         text-transform: uppercase;
  121.         letter-spacing: 1px;
  122.         padding-right: 40px;
  123.         font-size: 26px;
  124.         line-height: 26px;
  125.         margin-bottom: 15px;
  126.         position: relative;
  127.         display: inline-block;
  128.         font-weight: 700;
  129.     }
  130.     .section-head.center .wt-small-separator div.sep-leaf-left {
  131.         position: relative;
  132.     }
  133.     .section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
  134.         background-color: #ea130e;
  135.     }
  136.     .section-head.center .wt-small-separator div.sep-leaf-left:before {
  137.         right: -20px;
  138.         width: 10px;
  139.     }
  140.     .section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
  141.         position: absolute;
  142.         content: '';
  143.         height: 22px;
  144.         bottom: 0px;
  145.         top: 0px;
  146.         transform: skew(-20deg);
  147.     }
  148.     .section-head.center .wt-small-separator div.sep-leaf-left:after {
  149.         right: -27px;
  150.         width: 4px;
  151.     }
  152.     .section-head.center.wt-small-separator-outer h2 {
  153.         max-width: 630px;
  154.         margin: 0px auto;
  155.     }
  156. </style>
  157. <!-- CTA Section -->
  158. <section class=\"cta \" style=\"padding: 1rem 0;\">
  159. \t<div class=\"container\">
  160. \t\t<div class=\"section-head center wt-small-separator-outer mt-3 text-center\" style=\"margin-bottom: 0px;\">
  161. \t\t\t<div class=\"wt-small-separator site-text-primary\">
  162. \t\t\t\t<div class=\"sep-leaf-left\"></div>
  163. \t\t\t\t<div>Départements</div>
  164. \t\t\t</div>
  165. \t\t</div>
  166. \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>
  167. \t</div>
  168. </section>
  169. <section class=\"section-sm\">
  170. \t<div class=\"content\" style=\"padding-bottom: 5px;\">
  171. \t\t<div class=\"wrap\">
  172. \t\t\t<div class=\"container\">
  173. \t\t\t\t<ol class=\"breadcrumb\">
  174. \t\t\t\t\t<li href=\"#\">
  175. \t\t\t\t\t\t<a>Home</a>
  176. \t\t\t\t\t</li>
  177. \t\t\t\t\t<li href=\"#\">
  178. \t\t\t\t\t\t<a>Départements</a>
  179. \t\t\t\t\t</li>
  180. \t\t\t\t</ol>
  181. \t\t\t</div>
  182. \t\t</div>
  183. \t</div>
  184. </section>
  185. <section>
  186. \t";
  187.         // line 98
  188.         yield "\t\t<div class=\"container\">
  189. \t\t\t<div class=\"row\">
  190. \t\t\t\t";
  191.         // line 101
  192.         $context['_parent'] = $context;
  193.         $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); })()));
  194.         $context['_iterated'] = false;
  195.         foreach ($context['_seq'] as $context["_key"] => $context["depart"]) {
  196.             // line 102
  197.             yield "\t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12\">
  198. \t\t\t\t\t<div class=\"product\">
  199. \t\t\t\t\t\t
  200. \t\t\t\t\t\t<img class=\"img-perfume large\" src=\"";
  201.             // line 105
  202.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset($context["depart"]), "html"nulltrue);
  203.             yield "\" alt=\"image departement\">
  204. \t\t\t\t\t\t<article>
  205. \t\t\t\t\t\t\t<p class=\"perfume\">SYSCOFIE CONSULTING SARL</p>
  206. \t\t\t\t\t\t\t<h3 class=\"title mb-2\">";
  207.             // line 108
  208.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["depart"], "name", [], "any"falsefalsefalse108), "html"nulltrue);
  209.             yield "</h3>
  210. \t\t\t\t\t\t\t<p class=\"description\">";
  211.             // line 109
  212.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["depart"], "description", [], "any"falsefalsefalse109), "html"nulltrue);
  213.             yield "</p>\t\t\t\t\t\t
  214. \t\t\t\t\t\t\t<div class=\"row\">
  215. \t\t\t\t\t\t\t\t<div class=\"col-md-6\">
  216. \t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Missions principales</h4>
  217. \t\t\t\t\t\t\t\t\t";
  218.             // line 113
  219.             $context['_parent'] = $context;
  220.             $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["depart"], "objectifs", [], "any"falsefalsefalse113), 03));
  221.             $context['_iterated'] = false;
  222.             foreach ($context['_seq'] as $context["_key"] => $context["object"]) {
  223.                 // line 114
  224.                 yield "\t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  225. \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;\">
  226. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  227. \t\t\t\t\t\t\t\t\t\t</div>
  228. \t\t\t\t\t\t\t\t\t\t<span>";
  229.                 // line 118
  230.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["object"], "nombase", [], "array"falsefalsefalse118), "html"nulltrue);
  231.                 yield "</span>
  232. \t\t\t\t\t\t\t\t\t</div>
  233. \t\t\t\t\t\t\t\t\t";
  234.                 $context['_iterated'] = true;
  235.             }
  236.             if (!$context['_iterated']) {
  237.                 // line 121
  238.                 yield "\t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  239. \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;\">
  240. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  241. \t\t\t\t\t\t\t\t\t\t</div>
  242. \t\t\t\t\t\t\t\t\t\t<span>Enregistrer des opérations dans les journaux comptables</span>
  243. \t\t\t\t\t\t\t\t\t</div>
  244. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  245. \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;\">
  246. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  247. \t\t\t\t\t\t\t\t\t\t</div>
  248. \t\t\t\t\t\t\t\t\t\t<span>Suivre des comptes tiers (clients, fournisseurs, banques ... )</span>
  249. \t\t\t\t\t\t\t\t\t</div>
  250. \t\t\t\t\t\t\t\t\t";
  251.             }
  252.             $_parent $context['_parent'];
  253.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['object'], $context['_parent'], $context['loop']);
  254.             $context array_intersect_key($context$_parent) + $_parent;
  255.             // line 134
  256.             yield "\t\t\t\t\t\t\t\t</div>
  257. \t\t\t\t\t\t\t\t<div class=\"col-md-6\">
  258. \t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Meilleures services</h4>
  259. \t\t\t\t\t\t\t\t\t";
  260.             // line 137
  261.             $context['_parent'] = $context;
  262.             $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["depart"], "getSousService", [], "method"falsefalsefalse137), 03));
  263.             $context['_iterated'] = false;
  264.             foreach ($context['_seq'] as $context["_key"] => $context["scat"]) {
  265.                 // line 138
  266.                 yield "\t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  267. \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;\">
  268. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  269. \t\t\t\t\t\t\t\t\t\t</div>
  270. \t\t\t\t\t\t\t\t\t\t<span>";
  271.                 // line 142
  272.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["scat"], "name", [30], "method"falsefalsefalse142), "html"nulltrue);
  273.                 yield "</span>
  274. \t\t\t\t\t\t\t\t\t</div>
  275. \t\t\t\t\t\t\t\t\t";
  276.                 $context['_iterated'] = true;
  277.             }
  278.             if (!$context['_iterated']) {
  279.                 // line 145
  280.                 yield "\t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  281. \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;\">
  282. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  283. \t\t\t\t\t\t\t\t\t\t</div>
  284. \t\t\t\t\t\t\t\t\t\t<span>Gestion des créances et des comptes clients.</span>
  285. \t\t\t\t\t\t\t\t\t</div>
  286. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  287. \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;\">
  288. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  289. \t\t\t\t\t\t\t\t\t\t</div>
  290. \t\t\t\t\t\t\t\t\t\t<span>Vérification des processus comptables et de conformité</span>
  291. \t\t\t\t\t\t\t\t\t</div>
  292. \t\t\t\t\t\t\t\t\t";
  293.             }
  294.             $_parent $context['_parent'];
  295.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['scat'], $context['_parent'], $context['loop']);
  296.             $context array_intersect_key($context$_parent) + $_parent;
  297.             // line 158
  298.             yield "\t\t\t\t\t\t\t\t</div>
  299. \t\t\t\t\t\t\t</div>
  300. \t\t\t\t\t\t\t<a href=\"";
  301.             // line 160
  302.             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"falsefalsefalse160)]), "html"nulltrue);
  303.             yield "\" class=\"add-cart\" type=\"submit\">
  304. \t\t\t\t\t\t\t\t<img src=\"./images/icon-cart.svg\" alt=\"\">
  305. \t\t\t\t\t\t\t\t<span>Découvrir</span>
  306. \t\t\t\t\t\t\t</a>
  307. \t\t\t\t\t\t</article>
  308. \t\t\t\t\t</div>
  309. \t\t\t\t</div>
  310. \t\t\t\t";
  311.             $context['_iterated'] = true;
  312.         }
  313.         if (!$context['_iterated']) {
  314.             // line 168
  315.             yield "
  316. \t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12\">
  317. \t\t\t\t\t<div class=\"product\">
  318. \t\t\t\t\t\t";
  319.             // line 172
  320.             yield "\t\t\t\t\t\t\t";
  321.             // line 173
  322.             yield "\t\t\t\t\t\t\t<img class=\"img-perfume large\" src=\"";
  323.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/equipe-rapports.jpg"), "html"nulltrue);
  324.             yield "\" alt=\"image departement\">
  325. \t\t\t\t\t\t";
  326.             // line 175
  327.             yield "\t\t\t\t\t\t<article>
  328. \t\t\t\t\t\t\t<p class=\"perfume\">SYSCOFIE CONSULTING SARL</p>
  329. \t\t\t\t\t\t\t<h3 class=\"title mb-2\">Département Fiscalité</h3>
  330. \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>
  331. \t\t\t\t\t\t\t<div class=\"row\">
  332. \t\t\t\t\t\t\t\t<div class=\"col-md-6\">
  333. \t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Missions principales</h4>
  334. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  335. \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;\">
  336. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  337. \t\t\t\t\t\t\t\t\t\t</div>
  338. \t\t\t\t\t\t\t\t\t\t<span>Assurer la conformité des déclarations fiscales</span>
  339. \t\t\t\t\t\t\t\t\t</div>
  340. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  341. \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;\">
  342. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  343. \t\t\t\t\t\t\t\t\t\t</div>
  344. \t\t\t\t\t\t\t\t\t\t<span>Optimiser la fiscalité des entreprises</span>
  345. \t\t\t\t\t\t\t\t\t</div>
  346. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  347. \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;\">
  348. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  349. \t\t\t\t\t\t\t\t\t\t</div>
  350. \t\t\t\t\t\t\t\t\t\t<span>Prévenir les risques de redressements ou de sanctions</span>
  351. \t\t\t\t\t\t\t\t\t</div>
  352. \t\t\t\t\t\t\t\t</div>
  353. \t\t\t\t\t\t\t\t<div class=\"col-md-6\">
  354. \t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Meilleures services</h4>
  355. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  356. \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;\">
  357. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  358. \t\t\t\t\t\t\t\t\t\t</div>
  359. \t\t\t\t\t\t\t\t\t\t<span>Déclarations fiscales périodiques (TVA, IS, IR, retenues à la source ... )</span>
  360. \t\t\t\t\t\t\t\t\t</div>
  361. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  362. \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;\">
  363. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  364. \t\t\t\t\t\t\t\t\t\t</div>
  365. \t\t\t\t\t\t\t\t\t\t<span>Calcul et optimisation des impots et taxes</span>
  366. \t\t\t\t\t\t\t\t\t</div>
  367. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  368. \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;\">
  369. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  370. \t\t\t\t\t\t\t\t\t\t</div>
  371. \t\t\t\t\t\t\t\t\t\t<span>Assistance en cas de controle fiscal</span>
  372. \t\t\t\t\t\t\t\t\t</div>
  373. \t\t\t\t\t\t\t\t</div>
  374. \t\t\t\t\t\t\t</div>
  375. \t\t\t\t\t\t\t<a href=\"";
  376.             // line 223
  377.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_departement");
  378.             yield "\" class=\"add-cart\" type=\"submit\">
  379. \t\t\t\t\t\t\t\t<img src=\"./images/icon-cart.svg\" alt=\"\">
  380. \t\t\t\t\t\t\t\t<span>Découvrir</span>
  381. \t\t\t\t\t\t\t</a>
  382. \t\t\t\t\t\t</article>
  383. \t\t\t\t\t</div>
  384. \t\t\t\t</div>
  385. \t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12\">
  386. \t\t\t\t\t<div class=\"product\">
  387. \t\t\t\t\t\t";
  388.             // line 234
  389.             yield "\t\t\t\t\t\t<img class=\"img-perfume large\" src=\"";
  390.             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"nulltrue);
  391.             yield "\" alt=\"image departement\">
  392. \t\t\t\t\t\t<article>
  393. \t\t\t\t\t\t\t<p class=\"perfume\">SYSCOFIE CONSULTING</p>
  394. \t\t\t\t\t\t\t<h3 class=\"title mb-2\">Département Social &amp; Paie</h3>
  395. \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>
  396. \t\t\t\t\t\t\t<div class=\"row\">
  397. \t\t\t\t\t\t\t\t<div class=\"col-md-6\">
  398. \t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Missions principales</h4>
  399. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  400. \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;\">
  401. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  402. \t\t\t\t\t\t\t\t\t\t</div>
  403. \t\t\t\t\t\t\t\t\t\t<span>Assurer une paie conforme et securisee</span>
  404. \t\t\t\t\t\t\t\t\t</div>
  405. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  406. \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;\">
  407. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  408. \t\t\t\t\t\t\t\t\t\t</div>
  409. \t\t\t\t\t\t\t\t\t\t<span>Gérer les obligations sociales de l'entreprise</span>
  410. \t\t\t\t\t\t\t\t\t</div>
  411. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  412. \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;\">
  413. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  414. \t\t\t\t\t\t\t\t\t\t</div>
  415. \t\t\t\t\t\t\t\t\t\t<span>Conseiller sur la gestion des ressources humaines</span>
  416. \t\t\t\t\t\t\t\t\t</div>
  417. \t\t\t\t\t\t\t\t</div>
  418. \t\t\t\t\t\t\t\t<div class=\"col-md-6\">
  419. \t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Meilleures services</h4>
  420. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  421. \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;\">
  422. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  423. \t\t\t\t\t\t\t\t\t\t</div>
  424. \t\t\t\t\t\t\t\t\t\t<span>Établissement des bulletins de paie</span>
  425. \t\t\t\t\t\t\t\t\t</div>
  426. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  427. \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;\">
  428. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  429. \t\t\t\t\t\t\t\t\t\t</div>
  430. \t\t\t\t\t\t\t\t\t\t<span>Déclarations sociales (CNPS, impôt sur salaire, etc.)</span>
  431. \t\t\t\t\t\t\t\t\t</div>
  432. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  433. \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;\">
  434. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  435. \t\t\t\t\t\t\t\t\t\t</div>
  436. \t\t\t\t\t\t\t\t\t\t<span>Gestion des contrats de travail, absences, congés</span>
  437. \t\t\t\t\t\t\t\t\t</div>
  438. \t\t\t\t\t\t\t\t</div>
  439. \t\t\t\t\t\t\t</div>
  440. \t\t\t\t\t\t\t<a href=\"";
  441.             // line 283
  442.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_departement");
  443.             yield "\" class=\"add-cart\" type=\"submit\">
  444. \t\t\t\t\t\t\t\t<img src=\"./images/icon-cart.svg\" alt=\"\">
  445. \t\t\t\t\t\t\t\t<span>Découvrir</span>
  446. \t\t\t\t\t\t\t</a>
  447. \t\t\t\t\t\t</article>
  448. \t\t\t\t\t</div>
  449. \t\t\t\t</div>
  450. \t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12\">
  451. \t\t\t\t\t<div class=\"product\">
  452. \t\t\t\t\t\t";
  453.             // line 294
  454.             yield "\t\t\t\t\t\t<img class=\"img-perfume large\" src=\"";
  455.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/graphique-ordinateur-portable.jpg"), "html"nulltrue);
  456.             yield "\" alt=\"image departement\">
  457. \t\t\t\t\t\t<article>
  458. \t\t\t\t\t\t\t<p class=\"perfume\">SYSCOFIE CONSULTING</p>
  459. \t\t\t\t\t\t\t<h3 class=\"title mb-2\">Département Juridique</h3>
  460. \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>
  461. \t\t\t\t\t\t\t<div class=\"row\">
  462. \t\t\t\t\t\t\t\t<div class=\"col-md-6\">
  463. \t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Missions principales</h4>
  464. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  465. \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;\">
  466. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  467. \t\t\t\t\t\t\t\t\t\t</div>
  468. \t\t\t\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  469. \t\t\t\t\t\t\t\t\t</div>
  470. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  471. \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;\">
  472. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  473. \t\t\t\t\t\t\t\t\t\t</div>
  474. \t\t\t\t\t\t\t\t\t\t<span>Accompagner dans les formalites legales</span>
  475. \t\t\t\t\t\t\t\t\t</div>
  476. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  477. \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;\">
  478. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  479. \t\t\t\t\t\t\t\t\t\t</div>
  480. \t\t\t\t\t\t\t\t\t\t<span>Offrir des conseils juridiques adaptés à chaque situation</span>
  481. \t\t\t\t\t\t\t\t\t</div>
  482. \t\t\t\t\t\t\t\t</div>
  483. \t\t\t\t\t\t\t\t<div class=\"col-md-6\">
  484. \t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Meilleures services</h4>
  485. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  486. \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;\">
  487. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  488. \t\t\t\t\t\t\t\t\t\t</div>
  489. \t\t\t\t\t\t\t\t\t\t<span>Création d'entreprise (statuts, immatriculation ... )</span>
  490. \t\t\t\t\t\t\t\t\t</div>
  491. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  492. \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;\">
  493. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  494. \t\t\t\t\t\t\t\t\t\t</div>
  495. \t\t\t\t\t\t\t\t\t\t<span>Redaction et modification de statuts</span>
  496. \t\t\t\t\t\t\t\t\t</div>
  497. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  498. \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;\">
  499. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  500. \t\t\t\t\t\t\t\t\t\t</div>
  501. \t\t\t\t\t\t\t\t\t\t<span>Assemblées générales, procès-verbaux, rapports juridiques</span>
  502. \t\t\t\t\t\t\t\t\t</div>
  503. \t\t\t\t\t\t\t\t</div>
  504. \t\t\t\t\t\t\t</div>
  505. \t\t\t\t\t\t\t<a href=\"";
  506.             // line 343
  507.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_departement");
  508.             yield "\" class=\"add-cart\" type=\"submit\">
  509. \t\t\t\t\t\t\t\t<img src=\"./images/icon-cart.svg\" alt=\"\">
  510. \t\t\t\t\t\t\t\t<span>Découvrir</span>
  511. \t\t\t\t\t\t\t</a>
  512. \t\t\t\t\t\t</article>
  513. \t\t\t\t\t</div>
  514. \t\t\t\t</div>
  515. \t\t\t\t";
  516.         }
  517.         $_parent $context['_parent'];
  518.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['depart'], $context['_parent'], $context['loop']);
  519.         $context array_intersect_key($context$_parent) + $_parent;
  520.         // line 352
  521.         yield "\t\t\t</div>
  522. \t\t</div>
  523. \t";
  524.         // line 355
  525.         yield "</section>
  526. <div class=\"text-center\">
  527. \t";
  528.         // line 358
  529.         if (((isset($context["nombrepage"]) || array_key_exists("nombrepage"$context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.'358$this->source); })()) > 0)) {
  530.             // line 359
  531.             yield "
  532. \t\t";
  533.             // line 360
  534.             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); })())))) {
  535.                 // line 361
  536.                 yield "\t\t\t";
  537.                 $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);
  538.                 // line 362
  539.                 yield "\t\t";
  540.             } else {
  541.                 // line 363
  542.                 yield "\t\t\t";
  543.                 $context["pagepre"] = (isset($context["nombrepage"]) || array_key_exists("nombrepage"$context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.'363$this->source); })());
  544.                 // line 364
  545.                 yield "\t\t";
  546.             }
  547.             // line 365
  548.             yield "
  549. \t\t";
  550.             // line 366
  551.             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); })()))) {
  552.                 // line 367
  553.                 yield "\t\t\t";
  554.                 $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);
  555.                 // line 368
  556.                 yield "\t\t";
  557.             } else {
  558.                 // line 369
  559.                 yield "\t\t\t";
  560.                 $context["pagesuiv"] = 1;
  561.                 // line 370
  562.                 yield "\t\t";
  563.             }
  564.             // line 371
  565.             yield "
  566. \t\t";
  567.             // line 372
  568.             if (((isset($context["nombrepage"]) || array_key_exists("nombrepage"$context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.'372$this->source); })()) < 5)) {
  569.                 // line 373
  570.                 yield "\t\t\t";
  571.                 $context["debut"] = 1;
  572.                 // line 374
  573.                 yield "\t\t\t";
  574.                 $context["fin"] = (isset($context["nombrepage"]) || array_key_exists("nombrepage"$context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.'374$this->source); })());
  575.                 // line 375
  576.                 yield "\t\t";
  577.             } else {
  578.                 // line 376
  579.                 yield "\t\t\t";
  580.                 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)))) {
  581.                     // line 377
  582.                     yield "\t\t\t\t";
  583.                     $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);
  584.                     // line 378
  585.                     yield "\t\t\t\t";
  586.                     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); })()))) {
  587.                         // line 379
  588.                         yield "\t\t\t\t\t";
  589.                         $context["fin"] = (isset($context["nombrepage"]) || array_key_exists("nombrepage"$context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.'379$this->source); })());
  590.                         // line 380
  591.                         yield "\t\t\t\t";
  592.                     } else {
  593.                         // line 381
  594.                         yield "\t\t\t\t\t";
  595.                         $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);
  596.                         // line 382
  597.                         yield "\t\t\t\t";
  598.                     }
  599.                     // line 383
  600.                     yield "\t\t\t";
  601.                 } else {
  602.                     // line 384
  603.                     yield "\t\t\t\t";
  604.                     if (((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'384$this->source); })()) <= 2)) {
  605.                         // line 385
  606.                         yield "\t\t\t\t\t";
  607.                         if (((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'385$this->source); })()) == 1)) {
  608.                             // line 386
  609.                             yield "\t\t\t\t\t\t";
  610.                             $context["debut"] = 1;
  611.                             // line 387
  612.                             yield "\t\t\t\t\t\t";
  613.                             $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);
  614.                             // line 388
  615.                             yield "\t\t\t\t\t";
  616.                         } else {
  617.                             // line 389
  618.                             yield "\t\t\t\t\t\t";
  619.                             $context["debut"] = 1;
  620.                             // line 390
  621.                             yield "\t\t\t\t\t\t";
  622.                             $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);
  623.                             // line 391
  624.                             yield "\t\t\t\t\t";
  625.                         }
  626.                         // line 392
  627.                         yield "\t\t\t\t";
  628.                     } else {
  629.                         // line 393
  630.                         yield "\t\t\t\t\t";
  631.                         $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);
  632.                         // line 394
  633.                         yield "\t\t\t\t\t";
  634.                         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); })()))) {
  635.                             // line 395
  636.                             yield "\t\t\t\t\t\t";
  637.                             $context["fin"] = (isset($context["nombrepage"]) || array_key_exists("nombrepage"$context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.'395$this->source); })());
  638.                             // line 396
  639.                             yield "\t\t\t\t\t";
  640.                         } else {
  641.                             // line 397
  642.                             yield "\t\t\t\t\t\t";
  643.                             $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);
  644.                             // line 398
  645.                             yield "\t\t\t\t\t";
  646.                         }
  647.                         // line 399
  648.                         yield "\t\t\t\t";
  649.                     }
  650.                     // line 400
  651.                     yield "\t\t\t";
  652.                 }
  653.                 // line 401
  654.                 yield "
  655. \t\t";
  656.             }
  657.             // line 403
  658.             yield "
  659. \t\t<div class=\"btn-group mb-4 text-center\" role=\"group\" aria-label=\"Basic example\">
  660. \t\t\t<a href=\"";
  661.             // line 405
  662.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_listedepartements", ["page" => 1]);
  663.             yield "\" title=\"Première page\" class=\"btn btn-outline-primary mx-2\">
  664. \t\t\t\t<span><i class=\"bi bi-chevron-double-left\"></i></span>
  665. \t\t\t</a>
  666. \t\t\t<a href=\"";
  667.             // line 408
  668.             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"nulltrue);
  669.             yield "\" title=\"Page précedente\" class=\"btn btn-outline-primary mx-2\">
  670. \t\t\t\t<span><i class=\"bi bi-chevron-left\"></i></span>
  671. \t\t\t</a>
  672. \t\t\t";
  673.             // line 411
  674.             $context['_parent'] = $context;
  675.             $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); })())));
  676.             foreach ($context['_seq'] as $context["_key"] => $context["p"]) {
  677.                 // line 412
  678.                 yield "\t\t\t\t<a href=\"";
  679.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_listedepartements", ["page" => $context["p"]]), "html"nulltrue);
  680.                 yield "\" value=\"";
  681.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["p"], "html"nulltrue);
  682.                 yield "\" class=\"btn btn-outline-primary mx-2 ";
  683.                 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); })()))) {
  684.                     yield "active";
  685.                 }
  686.                 yield "\" style=\"color: #333;\">";
  687.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["p"], "html"nulltrue);
  688.                 yield "</a>
  689. \t\t\t";
  690.             }
  691.             $_parent $context['_parent'];
  692.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['p'], $context['_parent'], $context['loop']);
  693.             $context array_intersect_key($context$_parent) + $_parent;
  694.             // line 414
  695.             yield "\t\t<a href=\"";
  696.             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"nulltrue);
  697.             yield "\" title=\"Page suivante\" class=\"btn btn-outline-primary mx-2\">
  698. \t\t\t<span><i class=\"bi bi-chevron-right\"></i></span>
  699. \t\t</a>
  700. \t\t<a href=\"";
  701.             // line 417
  702.             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"nulltrue);
  703.             yield "\" title=\"Dernière page\" class=\"btn btn-outline-primary mx-2\">
  704. \t\t\t<span><i class=\"bi bi-chevron-double-right\"></i></spam>
  705. \t\t</a>
  706. \t</div>
  707. \t<div class=\"clearfix\"></div>
  708. ";
  709.         } else {
  710.             // line 423
  711.             yield "\t<div class=\"btn-group text-center\" role=\"group\" aria-label=\"Basic example\">
  712. \t\t<a href=\"#\" title=\"Première page\" class=\"btn btn-outline-primary mx-2\">
  713. \t\t\t<span><i class=\"bi bi-chevron-double-left\"></i></span>
  714. \t\t</a>
  715. \t\t<a href=\"#\" title=\"Page précedente\" class=\"btn btn-outline-primary mx-2\">
  716. \t\t\t<span><i class=\"bi bi-chevron-left\"></i></span>
  717. \t\t</a>
  718. \t\t<a href=\"#\" class=\"btn btn-outline-primary mx-2 active\" style=\"margin: 0px 0px;\">1</a>
  719. \t\t<a href=\"#\" title=\"Page suivante\" class=\"btn btn-outline-primary mx-2\">
  720. \t\t\t<span><i class=\"bi bi-chevron-right\"></i></span>
  721. \t\t</a>
  722. \t\t<a href=\"#\" title=\"Dernière page\" class=\"btn btn-outline-primary mx-2\">
  723. \t\t\t<span><i class=\"bi bi-chevron-double-right\"></i></spam>
  724. \t\t</a>
  725. \t</div>
  726. \t";
  727.         }
  728.         // line 441
  729.         yield "</div>
  730. \t<script>
  731. \tvar swiperFade = new Swiper(\".swiperFade\", {
  732. \tloop: true,
  733. \teffect: 'fade',
  734. \tnavigation: {
  735. \t  nextEl: \".swiper-button-next\",
  736. \t  prevEl: \".swiper-button-prev\"
  737. \t},
  738. \tpagination: {
  739. \t  el: \".swiper-pagination\",
  740. \t},
  741. \t});
  742. \tvar swiperVertical = new Swiper(\".swiperVertical\", {
  743. \t  loop: true,
  744. \t  effect: 'fade',
  745. \t  direction: \"vertical\",
  746. \t  pagination: {
  747. \t    el: \".swiper-pagination\",
  748. \t    clickable: true,
  749. \t  }
  750. \t});
  751. \tvar swiperEffect = new Swiper(\".swiperEffect\", {
  752. \t  loop: true,
  753. \t  effect: \"cards\",
  754. \t  grabCursor: true,
  755. \t  navigation: {
  756. \t    nextEl: \".swiper-button-next\",
  757. \t    prevEl: \".swiper-button-prev\"
  758. \t  },
  759. \t  pagination: {
  760. \t    el: \".swiper-pagination\",
  761. \t  },
  762. \t});
  763. </script>
  764. ";
  765.         
  766.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  767.         
  768.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  769.         return; yield '';
  770.     }
  771.     // line 481
  772.     public function block_javascripttemplate($context, array $blocks = [])
  773.     {
  774.         $macros $this->macros;
  775.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  776.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripttemplate"));
  777.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  778.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripttemplate"));
  779.         // line 482
  780.         yield "
  781. ";
  782.         
  783.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  784.         
  785.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  786.         return; yield '';
  787.     }
  788.     /**
  789.      * @codeCoverageIgnore
  790.      */
  791.     public function getTemplateName()
  792.     {
  793.         return "Theme/Produit/Service/Service/listedepartements.html.twig";
  794.     }
  795.     /**
  796.      * @codeCoverageIgnore
  797.      */
  798.     public function isTraitable()
  799.     {
  800.         return false;
  801.     }
  802.     /**
  803.      * @codeCoverageIgnore
  804.      */
  805.     public function getDebugInfo()
  806.     {
  807.         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,);
  808.     }
  809.     public function getSourceContext()
  810.     {
  811.         return new Source("{% extends \"Theme/Users/User/layoutbase.html.twig\" %}
  812. {% block meta %}
  813. \t{{ parent() }}
  814. \t<meta name=\"keywords\" content=\"{{ site }}, \"/>
  815. \t<meta name=\"author\" content=\"Noel Kenfack\"/>
  816. \t<meta name=\"description\" content=\"{{ site }}\" />
  817. {% endblock %}
  818. {% block title %}
  819. \t{{ parent() }} - Détails du service ..
  820. {% endblock %}
  821. {% block userblog_body %}
  822. <style>
  823. \t{# css indice sections  #}
  824.     .section-head.center.wt-small-separator-outer {
  825.         margin-bottom: 50px;
  826.         text-align: left;
  827.     }
  828.     .section-head {
  829.         position: relative;
  830.     }
  831.     .site-text-primary, .wt-small-separator {
  832.         color: #ea130e;
  833.     }
  834.     .wt-small-separator {
  835.         font-family: \"Heebo\", sans-serif;
  836.         text-transform: uppercase;
  837.         letter-spacing: 1px;
  838.         padding-right: 40px;
  839.         font-size: 26px;
  840.         line-height: 26px;
  841.         margin-bottom: 15px;
  842.         position: relative;
  843.         display: inline-block;
  844.         font-weight: 700;
  845.     }
  846.     .section-head.center .wt-small-separator div.sep-leaf-left {
  847.         position: relative;
  848.     }
  849.     .section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
  850.         background-color: #ea130e;
  851.     }
  852.     .section-head.center .wt-small-separator div.sep-leaf-left:before {
  853.         right: -20px;
  854.         width: 10px;
  855.     }
  856.     .section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
  857.         position: absolute;
  858.         content: '';
  859.         height: 22px;
  860.         bottom: 0px;
  861.         top: 0px;
  862.         transform: skew(-20deg);
  863.     }
  864.     .section-head.center .wt-small-separator div.sep-leaf-left:after {
  865.         right: -27px;
  866.         width: 4px;
  867.     }
  868.     .section-head.center.wt-small-separator-outer h2 {
  869.         max-width: 630px;
  870.         margin: 0px auto;
  871.     }
  872. </style>
  873. <!-- CTA Section -->
  874. <section class=\"cta \" style=\"padding: 1rem 0;\">
  875. \t<div class=\"container\">
  876. \t\t<div class=\"section-head center wt-small-separator-outer mt-3 text-center\" style=\"margin-bottom: 0px;\">
  877. \t\t\t<div class=\"wt-small-separator site-text-primary\">
  878. \t\t\t\t<div class=\"sep-leaf-left\"></div>
  879. \t\t\t\t<div>Départements</div>
  880. \t\t\t</div>
  881. \t\t</div>
  882. \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>
  883. \t</div>
  884. </section>
  885. <section class=\"section-sm\">
  886. \t<div class=\"content\" style=\"padding-bottom: 5px;\">
  887. \t\t<div class=\"wrap\">
  888. \t\t\t<div class=\"container\">
  889. \t\t\t\t<ol class=\"breadcrumb\">
  890. \t\t\t\t\t<li href=\"#\">
  891. \t\t\t\t\t\t<a>Home</a>
  892. \t\t\t\t\t</li>
  893. \t\t\t\t\t<li href=\"#\">
  894. \t\t\t\t\t\t<a>Départements</a>
  895. \t\t\t\t\t</li>
  896. \t\t\t\t</ol>
  897. \t\t\t</div>
  898. \t\t</div>
  899. \t</div>
  900. </section>
  901. <section>
  902. \t{# <div class=\"master\"> #}
  903. \t\t<div class=\"container\">
  904. \t\t\t<div class=\"row\">
  905. \t\t\t\t{% for depart in liste_service %}
  906. \t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12\">
  907. \t\t\t\t\t<div class=\"product\">
  908. \t\t\t\t\t\t
  909. \t\t\t\t\t\t<img class=\"img-perfume large\" src=\"{{ vich_uploader_asset(depart) }}\" alt=\"image departement\">
  910. \t\t\t\t\t\t<article>
  911. \t\t\t\t\t\t\t<p class=\"perfume\">SYSCOFIE CONSULTING SARL</p>
  912. \t\t\t\t\t\t\t<h3 class=\"title mb-2\">{{ depart.name }}</h3>
  913. \t\t\t\t\t\t\t<p class=\"description\">{{ depart.description }}</p>\t\t\t\t\t\t
  914. \t\t\t\t\t\t\t<div class=\"row\">
  915. \t\t\t\t\t\t\t\t<div class=\"col-md-6\">
  916. \t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Missions principales</h4>
  917. \t\t\t\t\t\t\t\t\t{% for object in depart.objectifs|slice(0,3) %}
  918. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  919. \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;\">
  920. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  921. \t\t\t\t\t\t\t\t\t\t</div>
  922. \t\t\t\t\t\t\t\t\t\t<span>{{ object[\"nombase\"] }}</span>
  923. \t\t\t\t\t\t\t\t\t</div>
  924. \t\t\t\t\t\t\t\t\t{% else %}
  925. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  926. \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;\">
  927. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  928. \t\t\t\t\t\t\t\t\t\t</div>
  929. \t\t\t\t\t\t\t\t\t\t<span>Enregistrer des opérations dans les journaux comptables</span>
  930. \t\t\t\t\t\t\t\t\t</div>
  931. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  932. \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;\">
  933. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  934. \t\t\t\t\t\t\t\t\t\t</div>
  935. \t\t\t\t\t\t\t\t\t\t<span>Suivre des comptes tiers (clients, fournisseurs, banques ... )</span>
  936. \t\t\t\t\t\t\t\t\t</div>
  937. \t\t\t\t\t\t\t\t\t{% endfor %}
  938. \t\t\t\t\t\t\t\t</div>
  939. \t\t\t\t\t\t\t\t<div class=\"col-md-6\">
  940. \t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Meilleures services</h4>
  941. \t\t\t\t\t\t\t\t\t{% for scat in depart.getSousService()|slice(0,3) %}
  942. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  943. \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;\">
  944. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  945. \t\t\t\t\t\t\t\t\t\t</div>
  946. \t\t\t\t\t\t\t\t\t\t<span>{{ scat.name(30) }}</span>
  947. \t\t\t\t\t\t\t\t\t</div>
  948. \t\t\t\t\t\t\t\t\t{% else %}
  949. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  950. \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;\">
  951. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  952. \t\t\t\t\t\t\t\t\t\t</div>
  953. \t\t\t\t\t\t\t\t\t\t<span>Gestion des créances et des comptes clients.</span>
  954. \t\t\t\t\t\t\t\t\t</div>
  955. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  956. \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;\">
  957. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  958. \t\t\t\t\t\t\t\t\t\t</div>
  959. \t\t\t\t\t\t\t\t\t\t<span>Vérification des processus comptables et de conformité</span>
  960. \t\t\t\t\t\t\t\t\t</div>
  961. \t\t\t\t\t\t\t\t\t{% endfor %}
  962. \t\t\t\t\t\t\t\t</div>
  963. \t\t\t\t\t\t\t</div>
  964. \t\t\t\t\t\t\t<a href=\"{{ path('produit_service_departement', {'id': depart.id}) }}\" class=\"add-cart\" type=\"submit\">
  965. \t\t\t\t\t\t\t\t<img src=\"./images/icon-cart.svg\" alt=\"\">
  966. \t\t\t\t\t\t\t\t<span>Découvrir</span>
  967. \t\t\t\t\t\t\t</a>
  968. \t\t\t\t\t\t</article>
  969. \t\t\t\t\t</div>
  970. \t\t\t\t</div>
  971. \t\t\t\t{% else %}
  972. \t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12\">
  973. \t\t\t\t\t<div class=\"product\">
  974. \t\t\t\t\t\t{# <div class=\"card\"> #}
  975. \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\"> #}
  976. \t\t\t\t\t\t\t<img class=\"img-perfume large\" src=\"{{ asset('templateSyscofie/images/equipe-rapports.jpg') }}\" alt=\"image departement\">
  977. \t\t\t\t\t\t{# </div> #}
  978. \t\t\t\t\t\t<article>
  979. \t\t\t\t\t\t\t<p class=\"perfume\">SYSCOFIE CONSULTING SARL</p>
  980. \t\t\t\t\t\t\t<h3 class=\"title mb-2\">Département Fiscalité</h3>
  981. \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>
  982. \t\t\t\t\t\t\t<div class=\"row\">
  983. \t\t\t\t\t\t\t\t<div class=\"col-md-6\">
  984. \t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Missions principales</h4>
  985. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  986. \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;\">
  987. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  988. \t\t\t\t\t\t\t\t\t\t</div>
  989. \t\t\t\t\t\t\t\t\t\t<span>Assurer la conformité des déclarations fiscales</span>
  990. \t\t\t\t\t\t\t\t\t</div>
  991. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  992. \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;\">
  993. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  994. \t\t\t\t\t\t\t\t\t\t</div>
  995. \t\t\t\t\t\t\t\t\t\t<span>Optimiser la fiscalité des entreprises</span>
  996. \t\t\t\t\t\t\t\t\t</div>
  997. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  998. \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;\">
  999. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1000. \t\t\t\t\t\t\t\t\t\t</div>
  1001. \t\t\t\t\t\t\t\t\t\t<span>Prévenir les risques de redressements ou de sanctions</span>
  1002. \t\t\t\t\t\t\t\t\t</div>
  1003. \t\t\t\t\t\t\t\t</div>
  1004. \t\t\t\t\t\t\t\t<div class=\"col-md-6\">
  1005. \t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Meilleures services</h4>
  1006. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1007. \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;\">
  1008. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1009. \t\t\t\t\t\t\t\t\t\t</div>
  1010. \t\t\t\t\t\t\t\t\t\t<span>Déclarations fiscales périodiques (TVA, IS, IR, retenues à la source ... )</span>
  1011. \t\t\t\t\t\t\t\t\t</div>
  1012. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1013. \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;\">
  1014. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1015. \t\t\t\t\t\t\t\t\t\t</div>
  1016. \t\t\t\t\t\t\t\t\t\t<span>Calcul et optimisation des impots et taxes</span>
  1017. \t\t\t\t\t\t\t\t\t</div>
  1018. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1019. \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;\">
  1020. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1021. \t\t\t\t\t\t\t\t\t\t</div>
  1022. \t\t\t\t\t\t\t\t\t\t<span>Assistance en cas de controle fiscal</span>
  1023. \t\t\t\t\t\t\t\t\t</div>
  1024. \t\t\t\t\t\t\t\t</div>
  1025. \t\t\t\t\t\t\t</div>
  1026. \t\t\t\t\t\t\t<a href=\"{{ path('produit_service_departement') }}\" class=\"add-cart\" type=\"submit\">
  1027. \t\t\t\t\t\t\t\t<img src=\"./images/icon-cart.svg\" alt=\"\">
  1028. \t\t\t\t\t\t\t\t<span>Découvrir</span>
  1029. \t\t\t\t\t\t\t</a>
  1030. \t\t\t\t\t\t</article>
  1031. \t\t\t\t\t</div>
  1032. \t\t\t\t</div>
  1033. \t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12\">
  1034. \t\t\t\t\t<div class=\"product\">
  1035. \t\t\t\t\t\t{# <img class=\"img-perfume small\" src=\"{{ asset('templateSyscofie/images/business/business-img-6-min.jpg') }}\" alt=\"image departement\"> #}
  1036. \t\t\t\t\t\t<img class=\"img-perfume large\" src=\"{{ asset('templateSyscofie/images/business/business-img-6-min.jpg') }}\" alt=\"image departement\">
  1037. \t\t\t\t\t\t<article>
  1038. \t\t\t\t\t\t\t<p class=\"perfume\">SYSCOFIE CONSULTING</p>
  1039. \t\t\t\t\t\t\t<h3 class=\"title mb-2\">Département Social &amp; Paie</h3>
  1040. \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>
  1041. \t\t\t\t\t\t\t<div class=\"row\">
  1042. \t\t\t\t\t\t\t\t<div class=\"col-md-6\">
  1043. \t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Missions principales</h4>
  1044. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1045. \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;\">
  1046. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1047. \t\t\t\t\t\t\t\t\t\t</div>
  1048. \t\t\t\t\t\t\t\t\t\t<span>Assurer une paie conforme et securisee</span>
  1049. \t\t\t\t\t\t\t\t\t</div>
  1050. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1051. \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;\">
  1052. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1053. \t\t\t\t\t\t\t\t\t\t</div>
  1054. \t\t\t\t\t\t\t\t\t\t<span>Gérer les obligations sociales de l'entreprise</span>
  1055. \t\t\t\t\t\t\t\t\t</div>
  1056. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1057. \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;\">
  1058. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1059. \t\t\t\t\t\t\t\t\t\t</div>
  1060. \t\t\t\t\t\t\t\t\t\t<span>Conseiller sur la gestion des ressources humaines</span>
  1061. \t\t\t\t\t\t\t\t\t</div>
  1062. \t\t\t\t\t\t\t\t</div>
  1063. \t\t\t\t\t\t\t\t<div class=\"col-md-6\">
  1064. \t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Meilleures services</h4>
  1065. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1066. \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;\">
  1067. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1068. \t\t\t\t\t\t\t\t\t\t</div>
  1069. \t\t\t\t\t\t\t\t\t\t<span>Établissement des bulletins de paie</span>
  1070. \t\t\t\t\t\t\t\t\t</div>
  1071. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1072. \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;\">
  1073. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1074. \t\t\t\t\t\t\t\t\t\t</div>
  1075. \t\t\t\t\t\t\t\t\t\t<span>Déclarations sociales (CNPS, impôt sur salaire, etc.)</span>
  1076. \t\t\t\t\t\t\t\t\t</div>
  1077. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1078. \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;\">
  1079. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1080. \t\t\t\t\t\t\t\t\t\t</div>
  1081. \t\t\t\t\t\t\t\t\t\t<span>Gestion des contrats de travail, absences, congés</span>
  1082. \t\t\t\t\t\t\t\t\t</div>
  1083. \t\t\t\t\t\t\t\t</div>
  1084. \t\t\t\t\t\t\t</div>
  1085. \t\t\t\t\t\t\t<a href=\"{{ path('produit_service_departement') }}\" class=\"add-cart\" type=\"submit\">
  1086. \t\t\t\t\t\t\t\t<img src=\"./images/icon-cart.svg\" alt=\"\">
  1087. \t\t\t\t\t\t\t\t<span>Découvrir</span>
  1088. \t\t\t\t\t\t\t</a>
  1089. \t\t\t\t\t\t</article>
  1090. \t\t\t\t\t</div>
  1091. \t\t\t\t</div>
  1092. \t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12\">
  1093. \t\t\t\t\t<div class=\"product\">
  1094. \t\t\t\t\t\t{# <img class=\"img-perfume small\" src=\"{{ asset('templateSyscofie/images/business/business-img-6-min.jpg') }}\" alt=\"image departement\"> #}
  1095. \t\t\t\t\t\t<img class=\"img-perfume large\" src=\"{{ asset('templateSyscofie/images/graphique-ordinateur-portable.jpg') }}\" alt=\"image departement\">
  1096. \t\t\t\t\t\t<article>
  1097. \t\t\t\t\t\t\t<p class=\"perfume\">SYSCOFIE CONSULTING</p>
  1098. \t\t\t\t\t\t\t<h3 class=\"title mb-2\">Département Juridique</h3>
  1099. \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>
  1100. \t\t\t\t\t\t\t<div class=\"row\">
  1101. \t\t\t\t\t\t\t\t<div class=\"col-md-6\">
  1102. \t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Missions principales</h4>
  1103. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1104. \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;\">
  1105. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1106. \t\t\t\t\t\t\t\t\t\t</div>
  1107. \t\t\t\t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  1108. \t\t\t\t\t\t\t\t\t</div>
  1109. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1110. \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;\">
  1111. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1112. \t\t\t\t\t\t\t\t\t\t</div>
  1113. \t\t\t\t\t\t\t\t\t\t<span>Accompagner dans les formalites legales</span>
  1114. \t\t\t\t\t\t\t\t\t</div>
  1115. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1116. \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;\">
  1117. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1118. \t\t\t\t\t\t\t\t\t\t</div>
  1119. \t\t\t\t\t\t\t\t\t\t<span>Offrir des conseils juridiques adaptés à chaque situation</span>
  1120. \t\t\t\t\t\t\t\t\t</div>
  1121. \t\t\t\t\t\t\t\t</div>
  1122. \t\t\t\t\t\t\t\t<div class=\"col-md-6\">
  1123. \t\t\t\t\t\t\t\t\t<h4 class=\"mb-3\">Meilleures services</h4>
  1124. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1125. \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;\">
  1126. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1127. \t\t\t\t\t\t\t\t\t\t</div>
  1128. \t\t\t\t\t\t\t\t\t\t<span>Création d'entreprise (statuts, immatriculation ... )</span>
  1129. \t\t\t\t\t\t\t\t\t</div>
  1130. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1131. \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;\">
  1132. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1133. \t\t\t\t\t\t\t\t\t\t</div>
  1134. \t\t\t\t\t\t\t\t\t\t<span>Redaction et modification de statuts</span>
  1135. \t\t\t\t\t\t\t\t\t</div>
  1136. \t\t\t\t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1137. \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;\">
  1138. \t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1139. \t\t\t\t\t\t\t\t\t\t</div>
  1140. \t\t\t\t\t\t\t\t\t\t<span>Assemblées générales, procès-verbaux, rapports juridiques</span>
  1141. \t\t\t\t\t\t\t\t\t</div>
  1142. \t\t\t\t\t\t\t\t</div>
  1143. \t\t\t\t\t\t\t</div>
  1144. \t\t\t\t\t\t\t<a href=\"{{ path('produit_service_departement') }}\" class=\"add-cart\" type=\"submit\">
  1145. \t\t\t\t\t\t\t\t<img src=\"./images/icon-cart.svg\" alt=\"\">
  1146. \t\t\t\t\t\t\t\t<span>Découvrir</span>
  1147. \t\t\t\t\t\t\t</a>
  1148. \t\t\t\t\t\t</article>
  1149. \t\t\t\t\t</div>
  1150. \t\t\t\t</div>
  1151. \t\t\t\t{% endfor %}
  1152. \t\t\t</div>
  1153. \t\t</div>
  1154. \t{# </div> #}
  1155. </section>
  1156. <div class=\"text-center\">
  1157. \t{% if nombrepage > 0 %}
  1158. \t\t{% if page > 1 and page <= nombrepage %}
  1159. \t\t\t{% set pagepre = page - 1 %}
  1160. \t\t{% else %}
  1161. \t\t\t{% set pagepre = nombrepage %}
  1162. \t\t{% endif %}
  1163. \t\t{% if page < nombrepage %}
  1164. \t\t\t{% set pagesuiv = page + 1 %}
  1165. \t\t{% else %}
  1166. \t\t\t{% set pagesuiv =  1 %}
  1167. \t\t{% endif %}
  1168. \t\t{% if nombrepage < 5 %}
  1169. \t\t\t{% set debut = 1 %}
  1170. \t\t\t{% set fin = nombrepage %}
  1171. \t\t{% else %}
  1172. \t\t\t{% if page > 2 and page < (nombrepage - 2) %}
  1173. \t\t\t\t{% set debut = page - 2 %}
  1174. \t\t\t\t{% if page + 2 >= nombrepage %}
  1175. \t\t\t\t\t{% set fin = nombrepage %}
  1176. \t\t\t\t{% else %}
  1177. \t\t\t\t\t{% set fin = page + 2 %}
  1178. \t\t\t\t{% endif %}
  1179. \t\t\t{% else %}
  1180. \t\t\t\t{% if page <= 2 %}
  1181. \t\t\t\t\t{% if page == 1 %}
  1182. \t\t\t\t\t\t{% set debut = 1 %}
  1183. \t\t\t\t\t\t{% set fin = page + 3 %}
  1184. \t\t\t\t\t{% else %}
  1185. \t\t\t\t\t\t{% set debut = 1 %}
  1186. \t\t\t\t\t\t{% set fin = page + 2 %}
  1187. \t\t\t\t\t{% endif %}
  1188. \t\t\t\t{% else %}
  1189. \t\t\t\t\t{% set debut = page - 2 %}
  1190. \t\t\t\t\t{% if page + 2 >= nombrepage %}
  1191. \t\t\t\t\t\t{% set fin = nombrepage %}
  1192. \t\t\t\t\t{% else %}
  1193. \t\t\t\t\t\t{% set fin = page + 2 %}
  1194. \t\t\t\t\t{% endif %}
  1195. \t\t\t\t{% endif %}
  1196. \t\t\t{% endif %}
  1197. \t\t{% endif %}
  1198. \t\t<div class=\"btn-group mb-4 text-center\" role=\"group\" aria-label=\"Basic example\">
  1199. \t\t\t<a href=\"{{ path('produit_service_listedepartements', {'page': 1}) }}\" title=\"Première page\" class=\"btn btn-outline-primary mx-2\">
  1200. \t\t\t\t<span><i class=\"bi bi-chevron-double-left\"></i></span>
  1201. \t\t\t</a>
  1202. \t\t\t<a href=\"{{ path('produit_service_listedepartements', {'page': pagepre}) }}\" title=\"Page précedente\" class=\"btn btn-outline-primary mx-2\">
  1203. \t\t\t\t<span><i class=\"bi bi-chevron-left\"></i></span>
  1204. \t\t\t</a>
  1205. \t\t\t{% for p in debut..fin %}
  1206. \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>
  1207. \t\t\t{% endfor %}
  1208. \t\t<a href=\"{{ path('produit_service_listedepartements', {'page': pagesuiv}) }}\" title=\"Page suivante\" class=\"btn btn-outline-primary mx-2\">
  1209. \t\t\t<span><i class=\"bi bi-chevron-right\"></i></span>
  1210. \t\t</a>
  1211. \t\t<a href=\"{{ path('produit_service_listedepartements', {'page': nombrepage}) }}\" title=\"Dernière page\" class=\"btn btn-outline-primary mx-2\">
  1212. \t\t\t<span><i class=\"bi bi-chevron-double-right\"></i></spam>
  1213. \t\t</a>
  1214. \t</div>
  1215. \t<div class=\"clearfix\"></div>
  1216. {% else %}
  1217. \t<div class=\"btn-group text-center\" role=\"group\" aria-label=\"Basic example\">
  1218. \t\t<a href=\"#\" title=\"Première page\" class=\"btn btn-outline-primary mx-2\">
  1219. \t\t\t<span><i class=\"bi bi-chevron-double-left\"></i></span>
  1220. \t\t</a>
  1221. \t\t<a href=\"#\" title=\"Page précedente\" class=\"btn btn-outline-primary mx-2\">
  1222. \t\t\t<span><i class=\"bi bi-chevron-left\"></i></span>
  1223. \t\t</a>
  1224. \t\t<a href=\"#\" class=\"btn btn-outline-primary mx-2 active\" style=\"margin: 0px 0px;\">1</a>
  1225. \t\t<a href=\"#\" title=\"Page suivante\" class=\"btn btn-outline-primary mx-2\">
  1226. \t\t\t<span><i class=\"bi bi-chevron-right\"></i></span>
  1227. \t\t</a>
  1228. \t\t<a href=\"#\" title=\"Dernière page\" class=\"btn btn-outline-primary mx-2\">
  1229. \t\t\t<span><i class=\"bi bi-chevron-double-right\"></i></spam>
  1230. \t\t</a>
  1231. \t</div>
  1232. \t{% endif %}
  1233. </div>
  1234. \t<script>
  1235. \tvar swiperFade = new Swiper(\".swiperFade\", {
  1236. \tloop: true,
  1237. \teffect: 'fade',
  1238. \tnavigation: {
  1239. \t  nextEl: \".swiper-button-next\",
  1240. \t  prevEl: \".swiper-button-prev\"
  1241. \t},
  1242. \tpagination: {
  1243. \t  el: \".swiper-pagination\",
  1244. \t},
  1245. \t});
  1246. \tvar swiperVertical = new Swiper(\".swiperVertical\", {
  1247. \t  loop: true,
  1248. \t  effect: 'fade',
  1249. \t  direction: \"vertical\",
  1250. \t  pagination: {
  1251. \t    el: \".swiper-pagination\",
  1252. \t    clickable: true,
  1253. \t  }
  1254. \t});
  1255. \tvar swiperEffect = new Swiper(\".swiperEffect\", {
  1256. \t  loop: true,
  1257. \t  effect: \"cards\",
  1258. \t  grabCursor: true,
  1259. \t  navigation: {
  1260. \t    nextEl: \".swiper-button-next\",
  1261. \t    prevEl: \".swiper-button-prev\"
  1262. \t  },
  1263. \t  pagination: {
  1264. \t    el: \".swiper-pagination\",
  1265. \t  },
  1266. \t});
  1267. </script>
  1268. {% endblock %}
  1269. {% block javascripttemplate %}
  1270. {% endblock %}""Theme/Produit/Service/Service/listedepartements.html.twig""/home/syscofie/public_html/syscofie/templates/Theme/Produit/Service/Service/listedepartements.html.twig");
  1271.     }
  1272. }