var/cache/dev/twig/9f/9f033fd875e6ca4f716d2ff158b2403b2959858e2dc1043e7d04c66b9dc02620.php line 41

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. /* annuaires/experts/fiche_activite.html.twig */
  15. class __TwigTemplate_b8665c0ce4fe39fec74f44d03bfe6f8fbc5f2dc45f7fbea7bee29be8ad226be1 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.             'stylesheets' => [$this'block_stylesheets'],
  25.             'body' => [$this'block_body'],
  26.             'javascripts' => [$this'block_javascripts'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "base.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""annuaires/experts/fiche_activite.html.twig"));
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""annuaires/experts/fiche_activite.html.twig"));
  41.         $this->parent $this->loadTemplate("base.html.twig""annuaires/experts/fiche_activite.html.twig"1);
  42.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  45.         
  46.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  47.     }
  48.     // line 3
  49.     public function block_stylesheets($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  56.         // line 4
  57.         yield "    ";
  58.         yield from $this->yieldParentBlock("stylesheets"$context$blocks);
  59.         yield "
  60.     <link rel=\"stylesheet\" href=\"";
  61.         // line 5
  62.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/css/annuaires/experts/index.css"), "html"nulltrue);
  63.         yield "\">
  64. ";
  65.         
  66.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  67.         
  68.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  69.         return; yield '';
  70.     }
  71.     // line 8
  72.     public function block_body($context, array $blocks = [])
  73.     {
  74.         $macros $this->macros;
  75.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  76.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  77.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  78.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  79.         // line 9
  80.         yield "
  81.     ";
  82.         // line 13
  83.         yield from         $this->loadTemplate("assets/assets_vuejs.html.twig""annuaires/experts/fiche_activite.html.twig"13)->unwrap()->yield($context);
  84.         // line 14
  85.         yield "    ";
  86.         yield from         $this->loadTemplate("assets/assets_form_errors.html.twig""annuaires/experts/fiche_activite.html.twig"14)->unwrap()->yield($context);
  87.         // line 15
  88.         yield "    <!-- Menu  -->
  89.     ";
  90.         // line 16
  91.         yield Twig\Extension\CoreExtension::spaceless($this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CoreController::menu", ["lang" =>         // line 18
  92. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'18$this->source); })()), "currentRoute" =>         // line 19
  93. (isset($context["currentRoute"]) || array_key_exists("currentRoute"$context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.'19$this->source); })()), "codePays" =>         // line 20
  94. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'20$this->source); })())])));
  95.         // line 21
  96.         yield "
  97.     <!-- Menu  -->
  98.     <!-- Publicité  -->
  99.     ";
  100.         // line 25
  101.         yield from         $this->loadTemplate("includes/publicite.html.twig""annuaires/experts/fiche_activite.html.twig"25)->unwrap()->yield($context);
  102.         // line 26
  103.         yield "    <!-- Publicité  -->
  104.     <div class=\"container\" >
  105.         <div class=\"row\">
  106.             <!--COLONNE GAUCHE -->
  107.             ";
  108.         // line 32
  109.         yield Twig\Extension\CoreExtension::spaceless($this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\AnnuairesExpertsController::colonnesGaucheExpert", ["lang" =>         // line 34
  110. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'34$this->source); })()), "codePays" =>         // line 35
  111. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'35$this->source); })())])));
  112.         // line 36
  113.         yield "
  114.             <!--FIN COLONNE GAUCHE -->
  115.             <!--COLONNE DROITE -->
  116.             <div class=\"col-12 col-lg-9 bkg_blanc no_shadow\">
  117.           
  118.     ";
  119.         // line 44
  120.         yield from         $this->loadTemplate("includes/experts_publicite.html.twig""annuaires/experts/fiche_activite.html.twig"44)->unwrap()->yield($context);
  121.         // line 45
  122.         yield "
  123.                 <!-- ARIANE -->
  124.                 ";
  125.         // line 47
  126.         yield Twig\Extension\CoreExtension::spaceless($this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\AnnuairesExpertsController::fileAriane", ["lang" =>         // line 50
  127. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'50$this->source); })()), "idLocalisationPrestataire" => CoreExtension::getAttribute($this->env$this->source,         // line 51
  128. (isset($context["prestation"]) || array_key_exists("prestation"$context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.'51$this->source); })()), "id_localisation_prestataire", [], "any"falsefalsefalse51), "idPaysPrestataire" => CoreExtension::getAttribute($this->env$this->source,         // line 52
  129. (isset($context["prestation"]) || array_key_exists("prestation"$context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.'52$this->source); })()), "id_pays", [], "any"falsefalsefalse52), "currentRoute" =>         // line 53
  130. (isset($context["currentRoute"]) || array_key_exists("currentRoute"$context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.'53$this->source); })()), "currentRouteParams" => CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 54
  131. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'54$this->source); })()), "request", [], "any"falsefalsefalse54), "attributes", [], "any"falsefalsefalse54), "get", ["_route_params"], "method"falsefalsefalse54), "codePays" =>         // line 55
  132. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'55$this->source); })())])));
  133.         // line 57
  134.         yield "
  135.                 <!-- FIN ARIANE -->
  136.                 <!-- CARD -->
  137.                 ";
  138.         // line 62
  139.         yield from         $this->loadTemplate("annuaires/experts/fragments/card.html.twig""annuaires/experts/fiche_activite.html.twig"62)->unwrap()->yield($context);
  140.         // line 63
  141.         yield "                <!-- FIN CARD -->
  142.                 <div class=\"row mt-3\">
  143.                     <div class=\"onglet9 col-12\">
  144.                         <nav>
  145.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  146.                                 <div class=\"col-12 col-sm-4 no-padding-x bl_gris br_gris order-4 order-sm-1\">
  147.                                     <div class=\"nav-item nav-link active\">
  148.                                         <span class=\"fs13\">";
  149.         // line 72
  150.         yield $this->extensions['App\Twig\TranslationExtension']->translate("activite", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'72$this->source); })()), """M");
  151.         yield "</span>
  152.                                     </div>
  153.                                 </div>
  154.                                 <div class=\"col-12 col-sm-4 no-padding-x br_gris order-sm-2\">
  155.                                     ";
  156.         // line 77
  157.         $context["lien_equipe"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_equipe_expert", ["titreslug" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source, (isset($context["prestation"]) || array_key_exists("prestation"$context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.'77$this->source); })()), "titre_service", [], "any"falsefalsefalse77)), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'77$this->source); })()), "idServicePrestataire" => CoreExtension::getAttribute($this->env$this->source, (isset($context["prestation"]) || array_key_exists("prestation"$context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.'77$this->source); })()), "id_service_prestataire", [], "any"falsefalsefalse77)]);
  158.         // line 78
  159.         yield "                                    ";
  160.         $context["style_lien_disable"] = "";
  161.         // line 79
  162.         yield "                                    ";
  163.         if ((-=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["equipes"]) || array_key_exists("equipes"$context) ? $context["equipes"] : (function () { throw new RuntimeError('Variable "equipes" does not exist.'79$this->source); })())), 1))) {
  164.             // line 80
  165.             yield "                                        ";
  166.             $context["lien_equipe"] = "javascript:void(0)";
  167.             // line 81
  168.             yield "                                        ";
  169.             $context["style_lien_disable"] = "pointer-events: none; cursor: default;";
  170.             // line 82
  171.             yield "                                    ";
  172.         }
  173.         // line 83
  174.         yield "                                    <a class=\"nav-item nav-link\" href=\"";
  175.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lien_equipe"]) || array_key_exists("lien_equipe"$context) ? $context["lien_equipe"] : (function () { throw new RuntimeError('Variable "lien_equipe" does not exist.'83$this->source); })()), "html"nulltrue);
  176.         yield "\" style=\"";
  177.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["style_lien_disable"]) || array_key_exists("style_lien_disable"$context) ? $context["style_lien_disable"] : (function () { throw new RuntimeError('Variable "style_lien_disable" does not exist.'83$this->source); })()), "html"nulltrue);
  178.         yield "\">
  179.                                         <span class=\"fs13\">";
  180.         // line 84
  181.         yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("equipe", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'84$this->source); })()), """M"));
  182.         yield "</span>&nbsp;&nbsp;<span class=\"badge badge-secondary\">";
  183.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["equipes"]) || array_key_exists("equipes"$context) ? $context["equipes"] : (function () { throw new RuntimeError('Variable "equipes" does not exist.'84$this->source); })())), "html"nulltrue);
  184.         yield "</span>
  185.                                     </a>
  186.                                 </div>
  187.                                 <div class=\"col-12 col-sm-4 no-padding-x br_gris order-sm-3\">
  188.                                     ";
  189.         // line 89
  190.         $context["lien_blog"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_blog_expert", ["titreslug" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source, (isset($context["prestation"]) || array_key_exists("prestation"$context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.'89$this->source); })()), "titre_service", [], "any"falsefalsefalse89)), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'89$this->source); })()), "idServicePrestataire" => CoreExtension::getAttribute($this->env$this->source, (isset($context["prestation"]) || array_key_exists("prestation"$context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.'89$this->source); })()), "id_service_prestataire", [], "any"falsefalsefalse89)]);
  191.         // line 90
  192.         yield "                                    ";
  193.         $context["style_lien_disable"] = "";
  194.         // line 91
  195.         yield "                                    ";
  196.         if ((-=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["blogs"]) || array_key_exists("blogs"$context) ? $context["blogs"] : (function () { throw new RuntimeError('Variable "blogs" does not exist.'91$this->source); })())), 1))) {
  197.             // line 92
  198.             yield "                                        ";
  199.             $context["lien_blog"] = "javascript:void(0)";
  200.             // line 93
  201.             yield "                                        ";
  202.             $context["style_lien_disable"] = "pointer-events: none; cursor: default;";
  203.             // line 94
  204.             yield "                                    ";
  205.         }
  206.         // line 95
  207.         yield "                                    <a class=\"nav-item nav-link\" href=\"";
  208.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lien_blog"]) || array_key_exists("lien_blog"$context) ? $context["lien_blog"] : (function () { throw new RuntimeError('Variable "lien_blog" does not exist.'95$this->source); })()), "html"nulltrue);
  209.         yield "\" style=\"";
  210.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["style_lien_disable"]) || array_key_exists("style_lien_disable"$context) ? $context["style_lien_disable"] : (function () { throw new RuntimeError('Variable "style_lien_disable" does not exist.'95$this->source); })()), "html"nulltrue);
  211.         yield "\">
  212.                                         <span class=\"fs13\">";
  213.         // line 96
  214.         yield $this->extensions['App\Twig\TranslationExtension']->translate("blog", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'96$this->source); })()), """M");
  215.         yield "</span>&nbsp;&nbsp;<span class=\"badge badge-secondary\">";
  216.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["blogs"]) || array_key_exists("blogs"$context) ? $context["blogs"] : (function () { throw new RuntimeError('Variable "blogs" does not exist.'96$this->source); })())), "html"nulltrue);
  217.         yield "</span>
  218.                                     </a>
  219.                                 </div>
  220.                             </div>
  221.                         </nav>
  222.                     </div>
  223.                 </div>
  224.                 <div class=\"card no_shadow mb-3 mt-3\">
  225.                     <div class=\"card-body\">
  226.                         <div class=\"row\">
  227.                             <div class=\"col-12 col-lg-9 offset-lg-1\">
  228.                                 <h5 class=\"gris_666\">  ";
  229.         // line 111
  230.         yield Twig\Extension\CoreExtension::nl2br(CoreExtension::getAttribute($this->env$this->source, (isset($context["prestation"]) || array_key_exists("prestation"$context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.'111$this->source); })()), "titre_service", [], "any"falsefalsefalse111));
  231.         yield "</h5>
  232.                                 <br>
  233.                                 <div> 
  234.                                     <em>";
  235.         // line 114
  236.         yield Twig\Extension\CoreExtension::nl2br(CoreExtension::getAttribute($this->env$this->source, (isset($context["prestation"]) || array_key_exists("prestation"$context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.'114$this->source); })()), "resume_service", [], "any"falsefalsefalse114));
  237.         yield "</em> 
  238.                                       <br>  <br>
  239.                                     ";
  240.         // line 116
  241.         yield Twig\Extension\CoreExtension::nl2br(CoreExtension::getAttribute($this->env$this->source, (isset($context["prestation"]) || array_key_exists("prestation"$context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.'116$this->source); })()), "description_service", [], "any"falsefalsefalse116));
  242.         yield "
  243.                                 </div>
  244.                             </div>
  245.                         </div>
  246.                     </div>
  247.                 </div>
  248.                 <!-- FIN DETAILS ANNONCES -->
  249.                 <!-- notification -->
  250.                 ";
  251.         // line 126
  252.         yield from         $this->loadTemplate("form/notifications_success_errors.html.twig""annuaires/experts/fiche_activite.html.twig"126)->unwrap()->yield($context);
  253.         // line 127
  254.         yield "                <!-- notification   -->
  255.                 <!-- Contactez directement -->
  256.                 ";
  257.         // line 132
  258.         $context["lang"] = ((((array_key_exists("lang"$context)) ? (Twig\Extension\CoreExtension::default((isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'132$this->source); })()))) : (""))) ? ((isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'132$this->source); })())) : (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'132$this->source); })()), "request", [], "any"falsefalsefalse132), "cookies", [], "any"falsefalsefalse132), "get", ["lang"], "method"falsefalsefalse132)));
  259.         // line 133
  260.         yield "                <div class=\"card no_shadow mb-3 card-ie\">
  261.                     ";
  262.         // line 134
  263.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'134$this->source); })()), 'form_start', ["attr" => ["novalidate" => "novalidate"]]);
  264.         yield "
  265.                     <div class=\"card-body\">
  266.                         <div class=\"row\">
  267.                             <div class=\"col-12 col-lg-9 offset-lg-1\">
  268.                                 ";
  269.         // line 139
  270.         $context["arrayVarsTrans"] = ["nom_commercial_societe" => CoreExtension::getAttribute($this->env$this->source, (isset($context["prestation"]) || array_key_exists("prestation"$context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.'139$this->source); })()), "nom_commercial_societe", [], "any"falsefalsefalse139)];
  271.         // line 140
  272.         yield "                                <h5 class=\"gris_666\">
  273.                                     ";
  274.         // line 141
  275.         yield $this->extensions['App\Twig\TranslationExtension']->translate("contactez directement %\$nom_commercial_societe%\$", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'141$this->source); })()), """M""", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'141$this->source); })()));
  276.         yield "
  277.                                 </h5>
  278.                                 <br>
  279.                             </div>
  280.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  281.                                 ";
  282.         // line 146
  283.         yield $this->extensions['App\Twig\TranslationExtension']->translate("nom", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'146$this->source); })()), """M");
  284.         yield " *
  285.                             </div>
  286.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  287.                                 ";
  288.         // line 150
  289.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'150$this->source); })()), "nom", [], "any"falsefalsefalse150), 'widget');
  290.         yield "
  291.                                 ";
  292.         // line 151
  293.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'151$this->source); })()), "nom", [], "any"falsefalsefalse151), 'errors');
  294.         yield "
  295.                             </div>
  296.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  297.                                 ";
  298.         // line 155
  299.         yield $this->extensions['App\Twig\TranslationExtension']->translate("prenom", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'155$this->source); })()), """M");
  300.         yield " *
  301.                             </div>
  302.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  303.                                 ";
  304.         // line 158
  305.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'158$this->source); })()), "prenom", [], "any"falsefalsefalse158), 'widget');
  306.         yield "
  307.                                 ";
  308.         // line 159
  309.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'159$this->source); })()), "prenom", [], "any"falsefalsefalse159), 'errors');
  310.         yield "
  311.                             </div>
  312.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  313.                                 ";
  314.         // line 162
  315.         yield $this->extensions['App\Twig\TranslationExtension']->translate("e-mail", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'162$this->source); })()), """M");
  316.         yield " *
  317.                             </div>
  318.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  319.                                 ";
  320.         // line 165
  321.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'165$this->source); })()), "mail", [], "any"falsefalsefalse165), 'widget');
  322.         yield "
  323.                                 ";
  324.         // line 166
  325.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'166$this->source); })()), "mail", [], "any"falsefalsefalse166), 'errors');
  326.         yield "
  327.                             </div>
  328.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  329.                                 ";
  330.         // line 169
  331.         yield $this->extensions['App\Twig\TranslationExtension']->translate("telephone", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'169$this->source); })()), """M");
  332.         yield " *
  333.                             </div>
  334.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  335.                                 ";
  336.         // line 172
  337.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'172$this->source); })()), "indicatif", [], "any"falsefalsefalse172), 'widget');
  338.         yield "
  339.                                 ";
  340.         // line 173
  341.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'173$this->source); })()), "telephone", [], "any"falsefalsefalse173), 'widget');
  342.         yield "
  343.                                 ";
  344.         // line 174
  345.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'174$this->source); })()), "telephone", [], "any"falsefalsefalse174), 'errors');
  346.         yield "
  347.                             </div>
  348.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  349.                                 ";
  350.         // line 178
  351.         yield $this->extensions['App\Twig\TranslationExtension']->translate("societe", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'178$this->source); })()), """M");
  352.         yield " *
  353.                             </div>
  354.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  355.                                 ";
  356.         // line 181
  357.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'181$this->source); })()), "societe", [], "any"falsefalsefalse181), 'widget');
  358.         yield "
  359.                                 ";
  360.         // line 182
  361.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'182$this->source); })()), "societe", [], "any"falsefalsefalse182), 'errors');
  362.         yield "
  363.                             </div>
  364.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  365.                                 ";
  366.         // line 185
  367.         yield $this->extensions['App\Twig\TranslationExtension']->translate("message", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'185$this->source); })()), """M");
  368.         yield " *
  369.                             </div>
  370.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  371.                                 ";
  372.         // line 189
  373.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'189$this->source); })()), "message", [], "any"falsefalsefalse189), 'widget');
  374.         yield "
  375.                                 ";
  376.         // line 190
  377.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'190$this->source); })()), "message", [], "any"falsefalsefalse190), 'errors');
  378.         yield "
  379.                             </div>
  380.                             ";
  381.         // line 193
  382.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'193$this->source); })()), "id_service_prestataire", [], "any"falsefalsefalse193), 'widget');
  383.         yield "
  384.                             ";
  385.         // line 194
  386.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'194$this->source); })()), "id_membre", [], "any"falsefalsefalse194), 'widget');
  387.         yield "
  388.                             <input type=\"hidden\" name=\"form[lang]\" value=\"";
  389.         // line 196
  390.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'196$this->source); })()), "html"nulltrue);
  391.         yield "\" />
  392.                             <div class=\"col-12 col-sm-6 offset-sm-4\">
  393.                                 <div class=\"form-group\">
  394.                                     ";
  395.         // line 199
  396.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'199$this->source); })()), "recaptcha", [], "any"falsefalsefalse199), 'widget');
  397.         yield "
  398.                                     ";
  399.         // line 200
  400.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'200$this->source); })()), "recaptcha", [], "any"falsefalsefalse200), 'errors');
  401.         yield "
  402.                                 </div>
  403.                             </div>
  404.                             <div class=\"col-12 mt-1 mb-3 text-center\">
  405.                                 <a href=\"#\" title=\"\" target=\"_blank\">
  406.                                     <button type=\"submit\" class=\"btn btn-fusacq_expert\">";
  407.         // line 206
  408.         yield $this->extensions['App\Twig\TranslationExtension']->translate("envoyer", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'206$this->source); })()), """M");
  409.         yield "</button>
  410.                                 </a>
  411.                             </div>
  412.                             <div class=\"col-12 mt-4 mt-3\">
  413.                                 <div class=\"col-12\">
  414.                                     <small>";
  415.         // line 212
  416.         yield $this->extensions['App\Twig\TranslationExtension']->translate("* champs obligatoires", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'212$this->source); })()), """M");
  417.         yield "</small>
  418.                                 </div>
  419.                             </div>
  420.                         </div>
  421.                     </div>
  422.                     ";
  423.         // line 218
  424.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'218$this->source); })()), 'form_end');
  425.         yield "
  426.                 </div>
  427.                 <!-- Contactez directement -->
  428.                 <!--MODAL-->
  429.                 <!--FIN MODAL-->
  430.             </div> <!--FIN COLONNE DROITE -->
  431.         </div>
  432.     </div>  <!--FIN CONTAINER -->
  433. ";
  434.         
  435.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  436.         
  437.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  438.         return; yield '';
  439.     }
  440.     // line 240
  441.     public function block_javascripts($context, array $blocks = [])
  442.     {
  443.         $macros $this->macros;
  444.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  445.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  446.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  447.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  448.         // line 241
  449.         yield "    ";
  450.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  451.         yield "
  452.     <script type=\"module\" data-name=\"";
  453.         // line 242
  454.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'242$this->source); })()), "html"nulltrue);
  455.         yield "\" id=\"codePaysParam\"
  456.     src=\"";
  457.         // line 243
  458.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/forms/animations.js"), "html"nulltrue);
  459.         yield "\" defer></script>     
  460. ";
  461.         
  462.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  463.         
  464.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  465.         return; yield '';
  466.     }
  467.     /**
  468.      * @codeCoverageIgnore
  469.      */
  470.     public function getTemplateName()
  471.     {
  472.         return "annuaires/experts/fiche_activite.html.twig";
  473.     }
  474.     /**
  475.      * @codeCoverageIgnore
  476.      */
  477.     public function isTraitable()
  478.     {
  479.         return false;
  480.     }
  481.     /**
  482.      * @codeCoverageIgnore
  483.      */
  484.     public function getDebugInfo()
  485.     {
  486.         return array (  528 => 243,  524 => 242,  519 => 241,  509 => 240,  477 => 218,  468 => 212,  459 => 206,  450 => 200,  446 => 199,  440 => 196,  435 => 194,  431 => 193,  425 => 190,  421 => 189,  414 => 185,  408 => 182,  404 => 181,  398 => 178,  391 => 174,  387 => 173,  383 => 172,  377 => 169,  371 => 166,  367 => 165,  361 => 162,  355 => 159,  351 => 158,  345 => 155,  338 => 151,  334 => 150,  327 => 146,  319 => 141,  316 => 140,  314 => 139,  306 => 134,  303 => 133,  301 => 132,  294 => 127,  292 => 126,  279 => 116,  274 => 114,  268 => 111,  248 => 96,  241 => 95,  238 => 94,  235 => 93,  232 => 92,  229 => 91,  226 => 90,  224 => 89,  214 => 84,  207 => 83,  204 => 82,  201 => 81,  198 => 80,  195 => 79,  192 => 78,  190 => 77,  182 => 72,  171 => 63,  169 => 62,  162 => 57,  160 => 55,  159 => 54,  158 => 53,  157 => 52,  156 => 51,  155 => 50,  154 => 47,  150 => 45,  148 => 44,  138 => 36,  136 => 35,  135 => 34,  134 => 32,  126 => 26,  124 => 25,  118 => 21,  116 => 20,  115 => 19,  114 => 18,  113 => 16,  110 => 15,  107 => 14,  105 => 13,  99 => 9,  89 => 8,  76 => 5,  71 => 4,  61 => 3,  38 => 1,);
  487.     }
  488.     public function getSourceContext()
  489.     {
  490.         return new Source("{% extends 'base.html.twig' %}
  491. {% block stylesheets %}
  492.     {{ parent() }}
  493.     <link rel=\"stylesheet\" href=\"{{ asset('build/css/annuaires/experts/index.css') }}\">
  494. {% endblock %}
  495. {% block body %}
  496.     {% include 'assets/assets_vuejs.html.twig' %}
  497.     {% include 'assets/assets_form_errors.html.twig' %}
  498.     <!-- Menu  -->
  499.     {{ render_esi(controller(
  500.     'App\\\\Controller\\\\CoreController::menu',
  501.     {   \"lang\": lang,
  502.         \"currentRoute\":currentRoute,
  503.         \"codePays\": codePaysWithUnderScore }
  504. )) | spaceless    }}
  505.     <!-- Menu  -->
  506.     <!-- Publicité  -->
  507.     {% include 'includes/publicite.html.twig' %}
  508.     <!-- Publicité  -->
  509.     <div class=\"container\" >
  510.         <div class=\"row\">
  511.             <!--COLONNE GAUCHE -->
  512.             {{ render_esi(controller(
  513.                   'App\\\\Controller\\\\AnnuairesExpertsController::colonnesGaucheExpert',
  514.                   {   \"lang\": lang,
  515.                       \"codePays\": codePaysWithUnderScore   }
  516.               )) | spaceless    }}
  517.             <!--FIN COLONNE GAUCHE -->
  518.             <!--COLONNE DROITE -->
  519.             <div class=\"col-12 col-lg-9 bkg_blanc no_shadow\">
  520.           
  521.     {% include 'includes/experts_publicite.html.twig' %}
  522.                 <!-- ARIANE -->
  523.                 {{ render_esi(controller(
  524.                 'App\\\\Controller\\\\AnnuairesExpertsController::fileAriane',
  525.                 {
  526.                     \"lang\": lang,
  527.                     \"idLocalisationPrestataire\":prestation.id_localisation_prestataire,
  528.                     \"idPaysPrestataire\":prestation.id_pays,
  529.                     \"currentRoute\":currentRoute,
  530.                     \"currentRouteParams\":app.request.attributes.get('_route_params'),
  531.                      \"codePays\": codePaysWithUnderScore
  532.                 }
  533.             )) | spaceless }}
  534.                 <!-- FIN ARIANE -->
  535.                 <!-- CARD -->
  536.                 {% include 'annuaires/experts/fragments/card.html.twig' %}
  537.                 <!-- FIN CARD -->
  538.                 <div class=\"row mt-3\">
  539.                     <div class=\"onglet9 col-12\">
  540.                         <nav>
  541.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  542.                                 <div class=\"col-12 col-sm-4 no-padding-x bl_gris br_gris order-4 order-sm-1\">
  543.                                     <div class=\"nav-item nav-link active\">
  544.                                         <span class=\"fs13\">{{ translate(\"activite\",lang,\"\",\"M\") | raw }}</span>
  545.                                     </div>
  546.                                 </div>
  547.                                 <div class=\"col-12 col-sm-4 no-padding-x br_gris order-sm-2\">
  548.                                     {% set lien_equipe =  path('annuaires_experts_equipe_expert',{'titreslug':prestation.titre_service|  slugify,'codePays':codePaysWithUnderScore,'idServicePrestataire':prestation.id_service_prestataire })  %}
  549.                                     {% set style_lien_disable =   \"\"  %}
  550.                                     {% if equipes| length < 1 %}
  551.                                         {% set lien_equipe =   \"javascript:void(0)\"  %}
  552.                                         {% set style_lien_disable =   \"pointer-events: none; cursor: default;\"  %}
  553.                                     {% endif %}
  554.                                     <a class=\"nav-item nav-link\" href=\"{{ lien_equipe }}\" style=\"{{ style_lien_disable }}\">
  555.                                         <span class=\"fs13\">{{ translate(\"equipe\",lang,\"\",\"M\") |capitalize| raw }}</span>&nbsp;&nbsp;<span class=\"badge badge-secondary\">{{ equipes| length }}</span>
  556.                                     </a>
  557.                                 </div>
  558.                                 <div class=\"col-12 col-sm-4 no-padding-x br_gris order-sm-3\">
  559.                                     {% set lien_blog =  path('annuaires_experts_blog_expert',{'titreslug':prestation.titre_service|  slugify,'codePays':codePaysWithUnderScore,'idServicePrestataire':prestation.id_service_prestataire })  %}
  560.                                     {% set style_lien_disable =   \"\"  %}
  561.                                     {% if blogs| length < 1 %}
  562.                                         {% set lien_blog =   \"javascript:void(0)\"  %}
  563.                                         {% set style_lien_disable =   \"pointer-events: none; cursor: default;\"  %}
  564.                                     {% endif %}
  565.                                     <a class=\"nav-item nav-link\" href=\"{{ lien_blog }}\" style=\"{{ style_lien_disable }}\">
  566.                                         <span class=\"fs13\">{{ translate(\"blog\",lang,\"\",\"M\") | raw }}</span>&nbsp;&nbsp;<span class=\"badge badge-secondary\">{{ blogs|length }}</span>
  567.                                     </a>
  568.                                 </div>
  569.                             </div>
  570.                         </nav>
  571.                     </div>
  572.                 </div>
  573.                 <div class=\"card no_shadow mb-3 mt-3\">
  574.                     <div class=\"card-body\">
  575.                         <div class=\"row\">
  576.                             <div class=\"col-12 col-lg-9 offset-lg-1\">
  577.                                 <h5 class=\"gris_666\">  {{ prestation.titre_service |raw|nl2br }}</h5>
  578.                                 <br>
  579.                                 <div> 
  580.                                     <em>{{ prestation.resume_service |raw|nl2br }}</em> 
  581.                                       <br>  <br>
  582.                                     {{ prestation.description_service |raw |nl2br}}
  583.                                 </div>
  584.                             </div>
  585.                         </div>
  586.                     </div>
  587.                 </div>
  588.                 <!-- FIN DETAILS ANNONCES -->
  589.                 <!-- notification -->
  590.                 {% include 'form/notifications_success_errors.html.twig' %}
  591.                 <!-- notification   -->
  592.                 <!-- Contactez directement -->
  593.                 {%  set lang = (lang|default) ? lang : app.request.cookies.get('lang') %}
  594.                 <div class=\"card no_shadow mb-3 card-ie\">
  595.                     {{ form_start(form, {attr: {'novalidate': 'novalidate'}}) }}
  596.                     <div class=\"card-body\">
  597.                         <div class=\"row\">
  598.                             <div class=\"col-12 col-lg-9 offset-lg-1\">
  599.                                 {% set arrayVarsTrans =  {\"nom_commercial_societe\":prestation.nom_commercial_societe}  %}
  600.                                 <h5 class=\"gris_666\">
  601.                                     {{ translate(\"contactez directement %\$nom_commercial_societe%\$\",lang,\"\",\"M\",\"\", arrayVarsTrans ) | raw }}
  602.                                 </h5>
  603.                                 <br>
  604.                             </div>
  605.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  606.                                 {{ translate(\"nom\",lang,\"\",\"M\") | raw }} *
  607.                             </div>
  608.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  609.                                 {{ form_widget(form.nom ) }}
  610.                                 {{ form_errors(form.nom) }}
  611.                             </div>
  612.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  613.                                 {{ translate(\"prenom\",lang,\"\",\"M\") | raw }} *
  614.                             </div>
  615.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  616.                                 {{ form_widget(form.prenom ) }}
  617.                                 {{ form_errors(form.prenom) }}
  618.                             </div>
  619.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  620.                                 {{ translate(\"e-mail\",lang,\"\",\"M\") | raw }} *
  621.                             </div>
  622.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  623.                                 {{ form_widget(form.mail ) }}
  624.                                 {{ form_errors(form.mail) }}
  625.                             </div>
  626.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  627.                                 {{ translate(\"telephone\",lang,\"\",\"M\") | raw }} *
  628.                             </div>
  629.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  630.                                 {{ form_widget(form.indicatif ) }}
  631.                                 {{ form_widget(form.telephone ) }}
  632.                                 {{ form_errors(form.telephone) }}
  633.                             </div>
  634.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  635.                                 {{ translate(\"societe\",lang,\"\",\"M\") | raw }} *
  636.                             </div>
  637.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  638.                                 {{ form_widget(form.societe ) }}
  639.                                 {{ form_errors(form.societe) }}
  640.                             </div>
  641.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  642.                                 {{ translate(\"message\",lang,\"\",\"M\") | raw }} *
  643.                             </div>
  644.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  645.                                 {{ form_widget(form.message ) }}
  646.                                 {{ form_errors(form.message) }}
  647.                             </div>
  648.                             {{ form_widget(form.id_service_prestataire) }}
  649.                             {{ form_widget(form.id_membre) }}
  650.                             <input type=\"hidden\" name=\"form[lang]\" value=\"{{ lang }}\" />
  651.                             <div class=\"col-12 col-sm-6 offset-sm-4\">
  652.                                 <div class=\"form-group\">
  653.                                     {{ form_widget(form.recaptcha) }}
  654.                                     {{ form_errors(form.recaptcha) }}
  655.                                 </div>
  656.                             </div>
  657.                             <div class=\"col-12 mt-1 mb-3 text-center\">
  658.                                 <a href=\"#\" title=\"\" target=\"_blank\">
  659.                                     <button type=\"submit\" class=\"btn btn-fusacq_expert\">{{ translate(\"envoyer\",lang,\"\",\"M\") | raw }}</button>
  660.                                 </a>
  661.                             </div>
  662.                             <div class=\"col-12 mt-4 mt-3\">
  663.                                 <div class=\"col-12\">
  664.                                     <small>{{ translate(\"* champs obligatoires\",lang,\"\",\"M\") | raw }}</small>
  665.                                 </div>
  666.                             </div>
  667.                         </div>
  668.                     </div>
  669.                     {{ form_end(form)}}
  670.                 </div>
  671.                 <!-- Contactez directement -->
  672.                 <!--MODAL-->
  673.                 <!--FIN MODAL-->
  674.             </div> <!--FIN COLONNE DROITE -->
  675.         </div>
  676.     </div>  <!--FIN CONTAINER -->
  677. {% endblock %}
  678. {% block javascripts %}
  679.     {{ parent() }}
  680.     <script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\"
  681.     src=\"{{ asset('build/js/forms/animations.js') }}\" defer></script>     
  682. {% endblock %}
  683. ""annuaires/experts/fiche_activite.html.twig""/home/www/fusacq_symfony_5.4_preprod/templates/annuaires/experts/fiche_activite.html.twig");
  684.     }
  685. }