var/cache/dev/twig/a8/a87e9b76ddd23076503b0055cf061f7b78b0b8dfa1bd109c9009cb81f0448004.php line 51

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_expert_detail.html.twig */
  15. class __TwigTemplate_3df321cdaa2e93e53591475493bcda45af5d3f4278e9fe1590d37d3cddcb33c7 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_expert_detail.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_expert_detail.html.twig"));
  41.         $this->parent $this->loadTemplate("base.html.twig""annuaires/experts/fiche_expert_detail.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 10
  83.         yield from         $this->loadTemplate("assets/assets_vuejs.html.twig""annuaires/experts/fiche_expert_detail.html.twig"10)->unwrap()->yield($context);
  84.         // line 11
  85.         yield "    ";
  86.         yield from         $this->loadTemplate("assets/assets_form_errors.html.twig""annuaires/experts/fiche_expert_detail.html.twig"11)->unwrap()->yield($context);
  87.         // line 12
  88.         yield "
  89.     <!-- Menu  -->
  90.     ";
  91.         // line 14
  92.         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 16
  93. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'16$this->source); })()), "currentRoute" =>         // line 17
  94. (isset($context["currentRoute"]) || array_key_exists("currentRoute"$context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.'17$this->source); })()), "codePays" =>         // line 18
  95. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'18$this->source); })())])));
  96.         // line 19
  97.         yield "
  98.     <!-- Menu  -->
  99.     <!-- Publicité  -->
  100.     ";
  101.         // line 23
  102.         yield from         $this->loadTemplate("includes/publicite.html.twig""annuaires/experts/fiche_expert_detail.html.twig"23)->unwrap()->yield($context);
  103.         // line 24
  104.         yield "    <!-- Publicité  -->
  105.     <div class=\"container\">
  106.         <div class=\"row\">
  107.             <!--COLONNE GAUCHE -->
  108.             ";
  109.         // line 30
  110.         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 32
  111. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'32$this->source); })()), "codePays" =>         // line 33
  112. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'33$this->source); })())])));
  113.         // line 34
  114.         yield "
  115.             <!--FIN COLONNE GAUCHE -->
  116.             <!--COLONNE DROITE -->
  117.             <div class=\"col-12 col-lg-9 bkg_blanc no_shadow\">
  118.     ";
  119.         // line 41
  120.         yield from         $this->loadTemplate("includes/experts_publicite.html.twig""annuaires/experts/fiche_expert_detail.html.twig"41)->unwrap()->yield($context);
  121.         // line 42
  122.         yield "
  123.                 <!-- ARIANE -->
  124.                 ";
  125.         // line 45
  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 48
  127. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'48$this->source); })()), "idLocalisationPrestataire" => CoreExtension::getAttribute($this->env$this->source,         // line 49
  128. (isset($context["prestation"]) || array_key_exists("prestation"$context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.'49$this->source); })()), "id_localisation_prestataire", [], "any"falsefalsefalse49), "idPaysPrestataire" => CoreExtension::getAttribute($this->env$this->source,         // line 50
  129. (isset($context["prestation"]) || array_key_exists("prestation"$context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.'50$this->source); })()), "id_pays", [], "any"falsefalsefalse50), "currentRoute" =>         // line 51
  130. (isset($context["currentRoute"]) || array_key_exists("currentRoute"$context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.'51$this->source); })()), "currentRouteParams" => CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 52
  131. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'52$this->source); })()), "request", [], "any"falsefalsefalse52), "attributes", [], "any"falsefalsefalse52), "get", ["_route_params"], "method"falsefalsefalse52), "codePays" =>         // line 53
  132. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'53$this->source); })())])));
  133.         // line 55
  134.         yield "
  135.                 <!-- FIN ARIANE -->
  136.                 <!-- CARD -->
  137.                 <div class=\"card no_shadow\">
  138.                     <div class=\"card-body\">
  139.                         <div class=\"row\">
  140.                             <div class=\"col-12 col-sm-11 offset-sm-1\">
  141.                                 <h2 class=\"gris_666\">";
  142.         // line 65
  143.         yield 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.'65$this->source); })()), "nom_commercial_societe", [], "any"falsefalsefalse65);
  144.         yield "</h2>
  145.                             </div>
  146.                             <div class=\"col-12 col-sm-5 offset-sm-1 mt-1\">
  147.                                 <ul class=\"cat_regions\">
  148.                                     ";
  149.         // line 69
  150.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["prestation"] ?? null), "adresse", [], "any"truetruefalse69)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env$this->source, ($context["prestation"] ?? null), "adresse", [], "any"falsefalsefalse69))) : (""))) {
  151.             // line 70
  152.             yield "                                        <li><i class=\"fas fa-map-marker-alt gris_ccc\"></i>&nbsp;&nbsp;";
  153.             yield 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.'70$this->source); })()), "adresse", [], "any"falsefalsefalse70);
  154.             yield "</li>
  155.                                         ";
  156.         }
  157.         // line 72
  158.         yield "                                    <li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
  159.         yield 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.'72$this->source); })()), "code_postal", [], "any"falsefalsefalse72);
  160.         yield " ";
  161.         yield 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.'72$this->source); })()), "ville", [], "any"falsefalsefalse72);
  162.         yield " - ";
  163.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\LocalisationsExtension']->nom_localisation(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.'72$this->source); })()), "pays", [], "any"falsefalsefalse72)), "html"nulltrue);
  164.         yield "</li>
  165.                                         ";
  166.         // line 73
  167.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["prestation"] ?? null), "telephone", [], "any"truetruefalse73)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env$this->source, ($context["prestation"] ?? null), "telephone", [], "any"falsefalsefalse73))) : (""))) {
  168.             // line 74
  169.             yield "                                        <li>
  170.                                             <i class=\"fas fa-phone-alt gris_ccc\"></i>
  171.                                             &nbsp;&nbsp;";
  172.             // line 76
  173.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(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.'76$this->source); })()), "telephone", [], "any"falsefalsefalse76), "html"nulltrue);
  174.             yield "
  175.                                         </li>
  176.                                     ";
  177.         }
  178.         // line 79
  179.         yield "                                    ";
  180.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["prestation"] ?? null), "url_site_web", [], "any"truetruefalse79)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env$this->source, ($context["prestation"] ?? null), "url_site_web", [], "any"falsefalsefalse79))) : (""))) {
  181.             // line 80
  182.             yield "                                        <li class=\"oneline\">
  183.                                             <i class=\"fas fa-globe-americas gris_ccc\"></i>
  184.                                             &nbsp;&nbsp;
  185.                                             ";
  186.             // line 83
  187.             $context["lien_externe"] = $this->extensions['App\Twig\UrlExtension']->fixUrl(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.'83$this->source); })()), "url_site_web", [], "any"falsefalsefalse83));
  188.             // line 84
  189.             yield "                                            <a href=\"";
  190.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lien_externe"]) || array_key_exists("lien_externe"$context) ? $context["lien_externe"] : (function () { throw new RuntimeError('Variable "lien_externe" does not exist.'84$this->source); })()), "html"nulltrue);
  191.             yield "\" target=\"_blank\" >
  192.                                                 ";
  193.             // line 85
  194.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\UrlExtension']->fixUrl(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.'85$this->source); })()), "url_site_web", [], "any"falsefalsefalse85)), "html"nulltrue);
  195.             yield "
  196.                                             </a>
  197.                                         </li>
  198.                                     ";
  199.         }
  200.         // line 89
  201.         yield "                                </ul>
  202.                             </div>
  203.                             <div class=\"col-12 col-sm-3 text-center mt-5\">
  204.                                 ";
  205.         // line 92
  206.         if ( !((array_key_exists("lien_externe"$context)) ? (Twig\Extension\CoreExtension::default((isset($context["lien_externe"]) || array_key_exists("lien_externe"$context) ? $context["lien_externe"] : (function () { throw new RuntimeError('Variable "lien_externe" does not exist.'92$this->source); })()))) : (""))) {
  207.             // line 93
  208.             yield "                                    ";
  209.             $context["lien_externe"] = "javascript:void(0)";
  210.             // line 94
  211.             yield "                                ";
  212.         }
  213.         // line 95
  214.         yield "                                <a href=\"";
  215.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lien_externe"]) || array_key_exists("lien_externe"$context) ? $context["lien_externe"] : (function () { throw new RuntimeError('Variable "lien_externe" does not exist.'95$this->source); })()), "html"nulltrue);
  216.         yield "\"   ";
  217.         if ((!== CoreExtension::compare((isset($context["lien_externe"]) || array_key_exists("lien_externe"$context) ? $context["lien_externe"] : (function () { throw new RuntimeError('Variable "lien_externe" does not exist.'95$this->source); })()), "javascript:void(0)"))) {
  218.             yield " target=\"_blank\"   ";
  219.         }
  220.         yield "  >
  221.                                     <img class=\"img-fluid\"
  222.                                          alt=\"";
  223.         // line 97
  224.         yield 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.'97$this->source); })()), "nom_commercial_societe", [], "any"falsefalsefalse97);
  225.         yield "\"
  226.                                          src=\"";
  227.         // line 98
  228.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(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.'98$this->source); })()), "imgAffichage", [], "any"falsefalsefalse98), "html"nulltrue);
  229.         yield "\"
  230.                                          onError=\"this.src='";
  231.         // line 99
  232.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(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.'99$this->source); })()), "imgAffichageEnError", [], "any"falsefalsefalse99), "html"nulltrue);
  233.         yield "'\"
  234.                                          >
  235.                                 </a>
  236.                             </div>
  237.                             <div class=\"col-6 col-sm-3 mt-2\">
  238.                                 <img class=\"img-fluid\" src=\"";
  239.         // line 106
  240.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["DNS"]) || array_key_exists("DNS"$context) ? $context["DNS"] : (function () { throw new RuntimeError('Variable "DNS" does not exist.'106$this->source); })()), "PDC", [], "any"falsefalsefalse106), "html"nulltrue);
  241.         yield "/images/cartes/big/pays/";
  242.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(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.'106$this->source); })()), "id_pays", [], "any"falsefalsefalse106), "html"nulltrue);
  243.         yield "/";
  244.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\PaysRegionDepartementExtension']->splitLocalisation(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.'106$this->source); })()), "id_localisation_prestataire", [], "any"falsefalsefalse106), "region"), "html"nulltrue);
  245.         yield ".png\"  alt=\"";
  246.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\LocalisationsExtension']->nom_localisation(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.'106$this->source); })()), "id_localisation_prestataire", [], "any"falsefalsefalse106)), "html"nulltrue);
  247.         yield "\" >
  248.                             </div>
  249.                             ";
  250.         // line 108
  251.         if ((=== CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), 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.'108$this->source); })()), "certifications", [], "any"falsefalsefalse108)), 0))) {
  252.             // line 109
  253.             yield "                                <div class=\"col-12 col-sm-11 offset-sm-1 mt-2 small\">
  254.                                     <strong>";
  255.             // line 110
  256.             yield $this->extensions['App\Twig\TranslationExtension']->translate("certifications", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'110$this->source); })()), """M");
  257.             yield "</strong> :
  258.                                     ";
  259.             // line 111
  260.             $context['_parent'] = $context;
  261.             $context['_seq'] = CoreExtension::ensureTraversable(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); })()), "certifications", [], "any"falsefalsefalse111));
  262.             $context['loop'] = [
  263.               'parent' => $context['_parent'],
  264.               'index0' => 0,
  265.               'index'  => 1,
  266.               'first'  => true,
  267.             ];
  268.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  269.                 $length count($context['_seq']);
  270.                 $context['loop']['revindex0'] = $length 1;
  271.                 $context['loop']['revindex'] = $length;
  272.                 $context['loop']['length'] = $length;
  273.                 $context['loop']['last'] = === $length;
  274.             }
  275.             foreach ($context['_seq'] as $context["_key"] => $context["certification"]) {
  276.                 // line 112
  277.                 yield "                                        ";
  278.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["certification"], "nom_affichage_certification", [], "any"falsefalsefalse112), "html"nulltrue);
  279.                 yield ": ";
  280.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["certification"], "valeur_certification", [], "any"falsefalsefalse112), "html"nulltrue);
  281.                 yield "
  282.                                         ";
  283.                 // line 113
  284.                 if ( !CoreExtension::getAttribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse113)) {
  285.                     // line 114
  286.                     yield "                                            &nbsp;&nbsp;
  287.                                             <span class=\"gris_ddd\">|</span>
  288.                                         ";
  289.                 }
  290.                 // line 117
  291.                 yield "                                    ";
  292.                 ++$context['loop']['index0'];
  293.                 ++$context['loop']['index'];
  294.                 $context['loop']['first'] = false;
  295.                 if (isset($context['loop']['length'])) {
  296.                     --$context['loop']['revindex0'];
  297.                     --$context['loop']['revindex'];
  298.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  299.                 }
  300.             }
  301.             $_parent $context['_parent'];
  302.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['certification'], $context['_parent'], $context['loop']);
  303.             $context array_intersect_key($context$_parent) + $_parent;
  304.             // line 118
  305.             yield "                                </div>
  306.                             ";
  307.         }
  308.         // line 120
  309.         yield "                        </div>
  310.                     </div>
  311.                 </div>
  312.                 <!-- FIN CARD -->
  313.                 <div class=\"row mt-3\">
  314.                     <div class=\"onglet9 col-12\">
  315.                         <nav>
  316.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  317.                                 <div class=\"col-12 col-sm-4 no-padding-x bl_gris br_gris order-4 order-sm-1\">
  318.                                     ";
  319.         // line 133
  320.         $context["lien_activite"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_activite_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.'133$this->source); })()), "titre_service", [], "any"falsefalsefalse133)), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'133$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.'133$this->source); })()), "id_service_prestataire", [], "any"falsefalsefalse133)]);
  321.         // line 134
  322.         yield "                                    ";
  323.         $context["style_lien_disable"] = "";
  324.         // line 135
  325.         yield "                                    ";
  326.         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.'135$this->source); })())), 1))) {
  327.             // line 136
  328.             yield "                                        ";
  329.             $context["lien_activite"] = "javascript:void(0)";
  330.             // line 137
  331.             yield "                                        ";
  332.             $context["style_lien_disable"] = "pointer-events: none; cursor: default;";
  333.             // line 138
  334.             yield "                                    ";
  335.         }
  336.         // line 139
  337.         yield "                                    <a class=\"nav-item nav-link\" href=\"";
  338.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lien_activite"]) || array_key_exists("lien_activite"$context) ? $context["lien_activite"] : (function () { throw new RuntimeError('Variable "lien_activite" does not exist.'139$this->source); })()), "html"nulltrue);
  339.         yield "\" style=\"";
  340.         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.'139$this->source); })()), "html"nulltrue);
  341.         yield "\" >
  342.                                         <span class=\"fs13\">";
  343.         // line 140
  344.         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.'140$this->source); })()), """M");
  345.         yield "</span></a>
  346.                                 </div>
  347.                                 <div class=\"col-12 col-sm-4 no-padding-x br_gris order-sm-2\">
  348.                                     <div class=\"nav-item nav-link active\">
  349.                                         <span class=\"fs13\">";
  350.         // line 144
  351.         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.'144$this->source); })()), """M"));
  352.         yield "</span>&nbsp;&nbsp;<span class=\"badge badge-secondary\">";
  353.         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.'144$this->source); })())), "html"nulltrue);
  354.         yield "</span>
  355.                                     </div>
  356.                                 </div>
  357.                                 <div class=\"col-12 col-sm-4 no-padding-x br_gris order-sm-3\">
  358.                                     ";
  359.         // line 148
  360.         $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.'148$this->source); })()), "titre_service", [], "any"falsefalsefalse148)), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'148$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.'148$this->source); })()), "id_service_prestataire", [], "any"falsefalsefalse148)]);
  361.         // line 149
  362.         yield "                                    ";
  363.         $context["style_lien_disable"] = "";
  364.         // line 150
  365.         yield "                                    ";
  366.         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.'150$this->source); })())), 1))) {
  367.             // line 151
  368.             yield "                                        ";
  369.             $context["lien_blog"] = "javascript:void(0)";
  370.             // line 152
  371.             yield "                                        ";
  372.             $context["style_lien_disable"] = "pointer-events: none; cursor: default;";
  373.             // line 153
  374.             yield "                                    ";
  375.         }
  376.         // line 154
  377.         yield "                                    <a class=\"nav-item nav-link\" href=\"";
  378.         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.'154$this->source); })()), "html"nulltrue);
  379.         yield "\"  style=\"";
  380.         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.'154$this->source); })()), "html"nulltrue);
  381.         yield "\" >
  382.                                         <span class=\"fs13\">";
  383.         // line 155
  384.         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.'155$this->source); })()), """M");
  385.         yield "</span>&nbsp;&nbsp;<span class=\"badge badge-secondary\">";
  386.         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.'155$this->source); })())), "html"nulltrue);
  387.         yield "</span></a>
  388.                                 </div>
  389.                             </div>
  390.                         </nav>
  391.                     </div>
  392.                 </div>
  393.                 <div class=\"row mt-3\">
  394.                     <!-- membre precedent -->
  395.                     <div class=\"col-6 text-center\">
  396.                         ";
  397.         // line 165
  398.         if (((array_key_exists("lienExpertPrecedant"$context)) ? (Twig\Extension\CoreExtension::default((isset($context["lienExpertPrecedant"]) || array_key_exists("lienExpertPrecedant"$context) ? $context["lienExpertPrecedant"] : (function () { throw new RuntimeError('Variable "lienExpertPrecedant" does not exist.'165$this->source); })()))) : (""))) {
  399.             // line 166
  400.             yield "                            <div class=\"row\">
  401.                                 <div class=\"col-2 div_inline\">
  402.                                     <a href=\"";
  403.             // line 168
  404.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lienExpertPrecedant"]) || array_key_exists("lienExpertPrecedant"$context) ? $context["lienExpertPrecedant"] : (function () { throw new RuntimeError('Variable "lienExpertPrecedant" does not exist.'168$this->source); })()), "html"nulltrue);
  405.             yield "\">
  406.                                         <i class=\"fas fa-arrow-circle-left fa-2x bleu_fusacq\">
  407.                                         </i>
  408.                                     </a>
  409.                                 </div>
  410.                                 <div class=\"col-10 div_inline text-left no-padding-x pt-1\">";
  411.             // line 173
  412.             yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("membre precedent", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'173$this->source); })()), """"));
  413.             yield " </div>
  414.                             </div>
  415.                         ";
  416.         }
  417.         // line 176
  418.         yield "                    </div>
  419.                     <!-- membre precedent -->
  420.                     <!-- membre suivant -->
  421.                     <div class=\"col-6 text-center\">
  422.                         ";
  423.         // line 181
  424.         if (((array_key_exists("lienExpertSuivant"$context)) ? (Twig\Extension\CoreExtension::default((isset($context["lienExpertSuivant"]) || array_key_exists("lienExpertSuivant"$context) ? $context["lienExpertSuivant"] : (function () { throw new RuntimeError('Variable "lienExpertSuivant" does not exist.'181$this->source); })()))) : (""))) {
  425.             // line 182
  426.             yield "                            <div class=\"row\">
  427.                                 <div class=\"col-10 div_inline text-right no-padding-x pt-1\">";
  428.             // line 183
  429.             yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("membre suivant", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'183$this->source); })()), """"));
  430.             yield "</div>
  431.                                 <div class=\"col-2 div_inline\">
  432.                                     <a href=\"";
  433.             // line 185
  434.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lienExpertSuivant"]) || array_key_exists("lienExpertSuivant"$context) ? $context["lienExpertSuivant"] : (function () { throw new RuntimeError('Variable "lienExpertSuivant" does not exist.'185$this->source); })()), "html"nulltrue);
  435.             yield "\">
  436.                                         <i class=\"fas fa-arrow-circle-right fa-2x bleu_fusacq\">
  437.                                         </i>
  438.                                     </a>
  439.                                 </div>
  440.                             </div>
  441.                         ";
  442.         }
  443.         // line 192
  444.         yield "                    </div>
  445.                     <!-- membre suivant -->
  446.                 </div>
  447.                 <div class=\"card no_shadow my-3\">
  448.                     <div class=\"card-body\">
  449.                         <div class=\"row\">
  450.                             <div class=\"col-12 col-sm-10 offset-sm-1\">
  451.                                 <div class=\"row border_bottom\">
  452.                                     <div class=\"col-6 my-2\">
  453.                                         <h5>";
  454.         // line 202
  455.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["membre"]) || array_key_exists("membre"$context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.'202$this->source); })()), "prenom", [], "any"falsefalsefalse202), "html"nulltrue);
  456.         yield " ";
  457.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["membre"]) || array_key_exists("membre"$context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.'202$this->source); })()), "nom", [], "any"falsefalsefalse202), "html"nulltrue);
  458.         yield "</h5>
  459.                                         <strong>";
  460.         // line 203
  461.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["membre"]) || array_key_exists("membre"$context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.'203$this->source); })()), "fonction", [], "any"falsefalsefalse203), "html"nulltrue);
  462.         yield "</strong>
  463.                                         <p>
  464.                                             <span>";
  465.         // line 205
  466.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["membre"]) || array_key_exists("membre"$context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.'205$this->source); })()), "raison_sociale", [], "any"falsefalsefalse205), "html"nulltrue);
  467.         yield "</span>
  468.                                         </p>
  469.                                     </div>
  470.                                     <div class=\"col-6 my-2\" style=\"text-align : right;\">
  471.                                         ";
  472.         // line 209
  473.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["membre"] ?? null), "photo", [], "any"truetruefalse209)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env$this->source, ($context["membre"] ?? null), "photo", [], "any"falsefalsefalse209))) : (""))) {
  474.             // line 210
  475.             yield "                                            <img src=\"";
  476.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["DNS"]) || array_key_exists("DNS"$context) ? $context["DNS"] : (function () { throw new RuntimeError('Variable "DNS" does not exist.'210$this->source); })()), "FUSACQ", [], "any"falsefalsefalse210), "html"nulltrue);
  477.             yield "/images/photos_equipes_prestataires_small/";
  478.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["membre"]) || array_key_exists("membre"$context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.'210$this->source); })()), "photo", [], "any"falsefalsefalse210), "html"nulltrue);
  479.             yield "\" style=\"max-width: 109px;\"  onload=\"\">
  480.                                         ";
  481.         } else {
  482.             // line 212
  483.             yield "                                            <img src=\"https://www.help-fusacq.com/fr/css/images/homme.gif\"  style=\"max-width: 109px;\"  onload=\"\">
  484.                                         ";
  485.         }
  486.         // line 214
  487.         yield "                                    </div>
  488.                                 </div>
  489.                                 <div class=\"row  ";
  490.         // line 216
  491.         if (((array_key_exists("operations"$context)) ? (Twig\Extension\CoreExtension::default((isset($context["operations"]) || array_key_exists("operations"$context) ? $context["operations"] : (function () { throw new RuntimeError('Variable "operations" does not exist.'216$this->source); })()))) : (""))) {
  492.             yield " border_bottom   ";
  493.         }
  494.         yield " \">
  495.                                     <div class=\"col-12 mt-2 pt-3\">
  496.                                         <strong>
  497.                                             ";
  498.         // line 219
  499.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationExtension']->translate("parcours professionnel et competences", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'219$this->source); })()), """M"), "html"nulltrue);
  500.         yield "
  501.                                         </strong>
  502.                                         <p class=\"mt-2\">
  503.                                             ";
  504.         // line 222
  505.         yield Twig\Extension\CoreExtension::nl2br(CoreExtension::getAttribute($this->env$this->source, (isset($context["membre"]) || array_key_exists("membre"$context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.'222$this->source); })()), "parcours", [], "any"falsefalsefalse222));
  506.         yield "
  507.                                         </p>
  508.                                     </div>
  509.                                 </div>
  510.                                 ";
  511.         // line 227
  512.         if (((array_key_exists("operations"$context)) ? (Twig\Extension\CoreExtension::default((isset($context["operations"]) || array_key_exists("operations"$context) ? $context["operations"] : (function () { throw new RuntimeError('Variable "operations" does not exist.'227$this->source); })()))) : (""))) {
  513.             // line 228
  514.             yield "                                    <div class=\"row\">
  515.                                         <div class=\"col-12 mt-2 pt-3\">
  516.                                             <strong>
  517.                                                 ";
  518.             // line 231
  519.             $context["suffix_genre"] = "";
  520.             // line 232
  521.             yield "                                                ";
  522.             if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source, (isset($context["membre"]) || array_key_exists("membre"$context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.'232$this->source); })()), "genre", [], "any"falsefalsefalse232), "feminin"))) {
  523.                 $context["suffix_genre"] = "e";
  524.             }
  525.             // line 233
  526.             yield "                                                ";
  527.             $context["arrayVarsTrans"] = ["prenom" => CoreExtension::getAttribute($this->env$this->source, (isset($context["membre"]) || array_key_exists("membre"$context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.'233$this->source); })()), "prenom", [], "any"falsefalsefalse233), "nom" => CoreExtension::getAttribute($this->env$this->source, (isset($context["membre"]) || array_key_exists("membre"$context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.'233$this->source); })()), "nom", [], "any"falsefalsefalse233), "genre" => (isset($context["suffix_genre"]) || array_key_exists("suffix_genre"$context) ? $context["suffix_genre"] : (function () { throw new RuntimeError('Variable "suffix_genre" does not exist.'233$this->source); })())];
  528.             // line 234
  529.             yield "                                                ";
  530.             yield $this->extensions['App\Twig\TranslationExtension']->translate("%\$prenom%\$ %\$nom%\$ est intervenu%\$genre%\$ sur les operations suivantes :", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'234$this->source); })()), """M""", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'234$this->source); })()));
  531.             yield "
  532.                                             </strong>
  533.                                         </div>
  534.                                         <div class=\"col-12 mt-2 pt-2\">
  535.                                             ";
  536.             // line 239
  537.             $context['_parent'] = $context;
  538.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["operations"]) || array_key_exists("operations"$context) ? $context["operations"] : (function () { throw new RuntimeError('Variable "operations" does not exist.'239$this->source); })()));
  539.             foreach ($context['_seq'] as $context["_key"] => $context["operation"]) {
  540.                 // line 240
  541.                 yield "                                                <div class=\"row mt-3\" style=\"background-color: #F1F1F1\">
  542.                                                     <div class=\"col-12 col-md-2 mt-2\">
  543.                                                         ";
  544.                 // line 242
  545.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\DateExtension']->date(CoreExtension::getAttribute($this->env$this->source$context["operation"], "date_mise_en_ligne", [], "any"falsefalsefalse242), "d/m/Y"), "html"nulltrue);
  546.                 yield " </div>
  547.                                                     <div class=\"col-12 col-md-7 mt-2\">
  548.                                                         ";
  549.                 // line 245
  550.                 yield "                                                        ";
  551.                 $context["lien"] = (((((CoreExtension::getAttribute($this->env$this->source, (isset($context["DNS"]) || array_key_exists("DNS"$context) ? $context["DNS"] : (function () { throw new RuntimeError('Variable "DNS" does not exist.'245$this->source); })()), "FUSACQ_BUZZ", [], "any"falsefalsefalse245) . "/") . $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source$context["operation"], "titre_actualite", [], "any"falsefalsefalse245))) . "-a") . CoreExtension::getAttribute($this->env$this->source$context["operation"], "id_actualite", [], "any"falsefalsefalse245)) . (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'245$this->source); })()));
  552.                 // line 246
  553.                 yield "                                                        <a href=\"";
  554.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lien"]) || array_key_exists("lien"$context) ? $context["lien"] : (function () { throw new RuntimeError('Variable "lien" does not exist.'246$this->source); })()), "html"nulltrue);
  555.                 yield "\" class=\"bleu_fusacq\"  target=\"_blank\">
  556.                                                             ";
  557.                 // line 247
  558.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["operation"], "titre_actualite", [], "any"falsefalsefalse247), "html"nulltrue);
  559.                 yield "
  560.                                                         </a>
  561.                                                     </div>
  562.                                                     <div class=\"col-12 col-md-3 mt-2\">
  563.                                                         ";
  564.                 // line 251
  565.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["operation"], "nom_role", [], "any"falsefalsefalse251), "html"nulltrue);
  566.                 yield "
  567.                                                     </div>
  568.                                                 </div>
  569.                                             ";
  570.             }
  571.             $_parent $context['_parent'];
  572.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['operation'], $context['_parent'], $context['loop']);
  573.             $context array_intersect_key($context$_parent) + $_parent;
  574.             // line 255
  575.             yield "                                        </div>
  576.                                     </div>
  577.                                 ";
  578.         }
  579.         // line 258
  580.         yield "
  581.                             </div>
  582.                         </div>
  583.                     </div>
  584.                 </div>
  585.                 <!-- notification -->
  586.                 ";
  587.         // line 266
  588.         yield from         $this->loadTemplate("form/notifications_success_errors.html.twig""annuaires/experts/fiche_expert_detail.html.twig"266)->unwrap()->yield($context);
  589.         // line 267
  590.         yield "                <!-- notification   -->
  591.                 <!-- Contactez directement -->
  592.  
  593.                 ";
  594.         // line 271
  595.         $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.'271$this->source); })()))) : (""))) ? ((isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'271$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.'271$this->source); })()), "request", [], "any"falsefalsefalse271), "cookies", [], "any"falsefalsefalse271), "get", ["lang"], "method"falsefalsefalse271)));
  596.         // line 272
  597.         yield "                
  598.                      <div class=\"card no_shadow mb-3 card-ie\">
  599.                     ";
  600.         // line 274
  601.         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.'274$this->source); })()), 'form_start', ["attr" => ["novalidate" => "novalidate"]]);
  602.         yield "
  603.                     <div class=\"card-body\">
  604.                         <div class=\"row\">
  605.                             <div class=\"col-12 col-lg-9 offset-lg-1\">
  606.                                 ";
  607.         // line 279
  608.         $context["arrayVarsTrans"] = ["nom_membre" => ((CoreExtension::getAttribute($this->env$this->source, (isset($context["membre"]) || array_key_exists("membre"$context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.'279$this->source); })()), "prenom", [], "any"falsefalsefalse279) . " ") . CoreExtension::getAttribute($this->env$this->source, (isset($context["membre"]) || array_key_exists("membre"$context) ? $context["membre"] : (function () { throw new RuntimeError('Variable "membre" does not exist.'279$this->source); })()), "nom", [], "any"falsefalsefalse279))];
  609.         // line 280
  610.         yield "                                <h5 class=\"gris_666\">
  611.                                     ";
  612.         // line 281
  613.         yield $this->extensions['App\Twig\TranslationExtension']->translate("contactez directement %\$nom_membre%\$", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'281$this->source); })()), """M""", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'281$this->source); })()));
  614.         yield "
  615.                                 </h5>
  616.                                 <br>
  617.                             </div>
  618.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  619.                                 ";
  620.         // line 286
  621.         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.'286$this->source); })()), """M");
  622.         yield " *
  623.                             </div>
  624.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  625.                                 ";
  626.         // line 290
  627.         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.'290$this->source); })()), "nom", [], "any"falsefalsefalse290), 'widget');
  628.         yield "
  629.                                 ";
  630.         // line 291
  631.         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.'291$this->source); })()), "nom", [], "any"falsefalsefalse291), 'errors');
  632.         yield "
  633.                             </div>
  634.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  635.                                 ";
  636.         // line 295
  637.         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.'295$this->source); })()), """M");
  638.         yield " *
  639.                             </div>
  640.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  641.                                 ";
  642.         // line 298
  643.         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.'298$this->source); })()), "prenom", [], "any"falsefalsefalse298), 'widget');
  644.         yield "
  645.                                 ";
  646.         // line 299
  647.         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.'299$this->source); })()), "prenom", [], "any"falsefalsefalse299), 'errors');
  648.         yield "
  649.                             </div>
  650.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  651.                                 ";
  652.         // line 302
  653.         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.'302$this->source); })()), """M");
  654.         yield " *
  655.                             </div>
  656.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  657.                                 ";
  658.         // line 305
  659.         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.'305$this->source); })()), "mail", [], "any"falsefalsefalse305), 'widget');
  660.         yield "
  661.                                 ";
  662.         // line 306
  663.         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.'306$this->source); })()), "mail", [], "any"falsefalsefalse306), 'errors');
  664.         yield "
  665.                             </div>
  666.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  667.                                 ";
  668.         // line 309
  669.         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.'309$this->source); })()), """M");
  670.         yield " *
  671.                             </div>
  672.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  673.                                 ";
  674.         // line 312
  675.         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.'312$this->source); })()), "indicatif", [], "any"falsefalsefalse312), 'widget');
  676.         yield "
  677.                                 ";
  678.         // line 313
  679.         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.'313$this->source); })()), "telephone", [], "any"falsefalsefalse313), 'widget');
  680.         yield "
  681.                                 ";
  682.         // line 314
  683.         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.'314$this->source); })()), "telephone", [], "any"falsefalsefalse314), 'errors');
  684.         yield "
  685.                             </div>
  686.                              
  687.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  688.                                 ";
  689.         // line 318
  690.         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.'318$this->source); })()), """M");
  691.         yield " *
  692.                             </div>
  693.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  694.                                 ";
  695.         // line 322
  696.         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.'322$this->source); })()), "message", [], "any"falsefalsefalse322), 'widget');
  697.         yield "
  698.                                 ";
  699.         // line 323
  700.         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.'323$this->source); })()), "message", [], "any"falsefalsefalse323), 'errors');
  701.         yield "
  702.                             </div>
  703.                             ";
  704.         // line 326
  705.         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.'326$this->source); })()), "id_service_prestataire", [], "any"falsefalsefalse326), 'widget');
  706.         yield "
  707.                             ";
  708.         // line 327
  709.         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.'327$this->source); })()), "id_membre", [], "any"falsefalsefalse327), 'widget');
  710.         yield "
  711.                             <input type=\"hidden\" name=\"form[lang]\" value=\"";
  712.         // line 329
  713.         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.'329$this->source); })()), "html"nulltrue);
  714.         yield "\" />
  715.                             <div class=\"col-12 col-sm-6 offset-sm-4\">
  716.                                 <div class=\"form-group\">
  717.                                     ";
  718.         // line 332
  719.         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.'332$this->source); })()), "recaptcha", [], "any"falsefalsefalse332), 'widget');
  720.         yield "
  721.                                     ";
  722.         // line 333
  723.         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.'333$this->source); })()), "recaptcha", [], "any"falsefalsefalse333), 'errors');
  724.         yield "
  725.                                 </div>
  726.                             </div>
  727.                             <div class=\"col-12 mt-1 mb-3 text-center\">
  728.                                 <a href=\"#\" title=\"\" target=\"_blank\">
  729.                                     <button type=\"submit\" class=\"btn btn-fusacq_expert\">";
  730.         // line 339
  731.         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.'339$this->source); })()), """M");
  732.         yield "</button>
  733.                                 </a>
  734.                             </div>
  735.                             <div class=\"col-12 mt-4 mt-3\">
  736.                                 <div class=\"col-12\">
  737.                                     <small>";
  738.         // line 345
  739.         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.'345$this->source); })()), """M");
  740.         yield "</small>
  741.                                 </div>
  742.                             </div>
  743.                         </div>
  744.                     </div>
  745.                     ";
  746.         // line 351
  747.         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.'351$this->source); })()), 'form_end');
  748.         yield "
  749.                 </div>
  750.                
  751.            
  752.                 <!-- Contactez directement -->
  753.                 <!--MODAL-->
  754.                 <!--FIN MODAL-->
  755.             </div>
  756.             <!--FIN COLONNE DROITE -->
  757.         </div>
  758.     </div>  <!--FIN CONTAINER -->
  759. ";
  760.         
  761.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  762.         
  763.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  764.         return; yield '';
  765.     }
  766.     // line 372
  767.     public function block_javascripts($context, array $blocks = [])
  768.     {
  769.         $macros $this->macros;
  770.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  771.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  772.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  773.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  774.         // line 373
  775.         yield "    ";
  776.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  777.         yield "
  778.     <script type=\"module\" data-name=\"";
  779.         // line 374
  780.         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.'374$this->source); })()), "html"nulltrue);
  781.         yield "\" id=\"codePaysParam\"
  782.     src=\"";
  783.         // line 375
  784.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/forms/animations.js"), "html"nulltrue);
  785.         yield "\" defer></script>
  786.     
  787. ";
  788.         
  789.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  790.         
  791.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  792.         return; yield '';
  793.     }
  794.     /**
  795.      * @codeCoverageIgnore
  796.      */
  797.     public function getTemplateName()
  798.     {
  799.         return "annuaires/experts/fiche_expert_detail.html.twig";
  800.     }
  801.     /**
  802.      * @codeCoverageIgnore
  803.      */
  804.     public function isTraitable()
  805.     {
  806.         return false;
  807.     }
  808.     /**
  809.      * @codeCoverageIgnore
  810.      */
  811.     public function getDebugInfo()
  812.     {
  813.         return array (  849 => 375,  845 => 374,  840 => 373,  830 => 372,  799 => 351,  790 => 345,  781 => 339,  772 => 333,  768 => 332,  762 => 329,  757 => 327,  753 => 326,  747 => 323,  743 => 322,  736 => 318,  729 => 314,  725 => 313,  721 => 312,  715 => 309,  709 => 306,  705 => 305,  699 => 302,  693 => 299,  689 => 298,  683 => 295,  676 => 291,  672 => 290,  665 => 286,  657 => 281,  654 => 280,  652 => 279,  644 => 274,  640 => 272,  638 => 271,  632 => 267,  630 => 266,  620 => 258,  615 => 255,  605 => 251,  598 => 247,  593 => 246,  590 => 245,  585 => 242,  581 => 240,  577 => 239,  568 => 234,  565 => 233,  560 => 232,  558 => 231,  553 => 228,  551 => 227,  543 => 222,  537 => 219,  529 => 216,  525 => 214,  521 => 212,  513 => 210,  511 => 209,  504 => 205,  499 => 203,  493 => 202,  481 => 192,  471 => 185,  466 => 183,  463 => 182,  461 => 181,  454 => 176,  448 => 173,  440 => 168,  436 => 166,  434 => 165,  419 => 155,  412 => 154,  409 => 153,  406 => 152,  403 => 151,  400 => 150,  397 => 149,  395 => 148,  386 => 144,  379 => 140,  372 => 139,  369 => 138,  366 => 137,  363 => 136,  360 => 135,  357 => 134,  355 => 133,  340 => 120,  336 => 118,  322 => 117,  317 => 114,  315 => 113,  308 => 112,  291 => 111,  287 => 110,  284 => 109,  282 => 108,  271 => 106,  261 => 99,  257 => 98,  253 => 97,  243 => 95,  240 => 94,  237 => 93,  235 => 92,  230 => 89,  223 => 85,  218 => 84,  216 => 83,  211 => 80,  208 => 79,  202 => 76,  198 => 74,  196 => 73,  187 => 72,  181 => 70,  179 => 69,  172 => 65,  160 => 55,  158 => 53,  157 => 52,  156 => 51,  155 => 50,  154 => 49,  153 => 48,  152 => 45,  147 => 42,  145 => 41,  136 => 34,  134 => 33,  133 => 32,  132 => 30,  124 => 24,  122 => 23,  116 => 19,  114 => 18,  113 => 17,  112 => 16,  111 => 14,  107 => 12,  104 => 11,  102 => 10,  99 => 9,  89 => 8,  76 => 5,  71 => 4,  61 => 3,  38 => 1,);
  814.     }
  815.     public function getSourceContext()
  816.     {
  817.         return new Source("{% extends 'base.html.twig' %}
  818. {% block stylesheets %}
  819.     {{ parent() }}
  820.     <link rel=\"stylesheet\" href=\"{{ asset('build/css/annuaires/experts/index.css') }}\">
  821. {% endblock %}
  822. {% block body %}
  823.     {% include 'assets/assets_vuejs.html.twig' %}
  824.     {% include 'assets/assets_form_errors.html.twig' %}
  825.     <!-- Menu  -->
  826.     {{ render_esi(controller(
  827.     'App\\\\Controller\\\\CoreController::menu',
  828.     {   \"lang\": lang,
  829.         \"currentRoute\":currentRoute,
  830.         \"codePays\": codePaysWithUnderScore }
  831. )) | spaceless }}
  832.     <!-- Menu  -->
  833.     <!-- Publicité  -->
  834.     {% include 'includes/publicite.html.twig' %}
  835.     <!-- Publicité  -->
  836.     <div class=\"container\">
  837.         <div class=\"row\">
  838.             <!--COLONNE GAUCHE -->
  839.             {{ render_esi(controller(
  840.                   'App\\\\Controller\\\\AnnuairesExpertsController::colonnesGaucheExpert',
  841.                   {   \"lang\": lang,
  842.                       \"codePays\": codePaysWithUnderScore   }
  843.               )) | spaceless    }}
  844.             <!--FIN COLONNE GAUCHE -->
  845.             <!--COLONNE DROITE -->
  846.             <div class=\"col-12 col-lg-9 bkg_blanc no_shadow\">
  847.     {% include 'includes/experts_publicite.html.twig' %}
  848.                 <!-- ARIANE -->
  849.                 {{ render_esi(controller(
  850.                 'App\\\\Controller\\\\AnnuairesExpertsController::fileAriane',
  851.                 {
  852.                     \"lang\": lang,
  853.                     \"idLocalisationPrestataire\":prestation.id_localisation_prestataire,
  854.                     \"idPaysPrestataire\":prestation.id_pays,
  855.                     \"currentRoute\":currentRoute,
  856.                     \"currentRouteParams\":app.request.attributes.get('_route_params'),
  857.                     \"codePays\": codePaysWithUnderScore
  858.                 }
  859.             )) | spaceless }}
  860.                 <!-- FIN ARIANE -->
  861.                 <!-- CARD -->
  862.                 <div class=\"card no_shadow\">
  863.                     <div class=\"card-body\">
  864.                         <div class=\"row\">
  865.                             <div class=\"col-12 col-sm-11 offset-sm-1\">
  866.                                 <h2 class=\"gris_666\">{{ prestation.nom_commercial_societe| raw }}</h2>
  867.                             </div>
  868.                             <div class=\"col-12 col-sm-5 offset-sm-1 mt-1\">
  869.                                 <ul class=\"cat_regions\">
  870.                                     {% if prestation.adresse |default %}
  871.                                         <li><i class=\"fas fa-map-marker-alt gris_ccc\"></i>&nbsp;&nbsp;{{ prestation.adresse| raw }}</li>
  872.                                         {% endif %}
  873.                                     <li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{ prestation.code_postal| raw }} {{ prestation.ville| raw}} - {{ prestation.pays|nom_localisation }}</li>
  874.                                         {% if prestation.telephone|default %}
  875.                                         <li>
  876.                                             <i class=\"fas fa-phone-alt gris_ccc\"></i>
  877.                                             &nbsp;&nbsp;{{ prestation.telephone }}
  878.                                         </li>
  879.                                     {% endif %}
  880.                                     {% if prestation.url_site_web |default %}
  881.                                         <li class=\"oneline\">
  882.                                             <i class=\"fas fa-globe-americas gris_ccc\"></i>
  883.                                             &nbsp;&nbsp;
  884.                                             {% set lien_externe = prestation.url_site_web|fix_url %}
  885.                                             <a href=\"{{  lien_externe }}\" target=\"_blank\" >
  886.                                                 {{ prestation.url_site_web|fix_url  }}
  887.                                             </a>
  888.                                         </li>
  889.                                     {% endif %}
  890.                                 </ul>
  891.                             </div>
  892.                             <div class=\"col-12 col-sm-3 text-center mt-5\">
  893.                                 {% if not lien_externe |default %}
  894.                                     {% set lien_externe = \"javascript:void(0)\" %}
  895.                                 {% endif %}
  896.                                 <a href=\"{{  lien_externe }}\"   {% if lien_externe !=\"javascript:void(0)\" %} target=\"_blank\"   {% endif %}  >
  897.                                     <img class=\"img-fluid\"
  898.                                          alt=\"{{ prestation.nom_commercial_societe| raw }}\"
  899.                                          src=\"{{ prestation.imgAffichage }}\"
  900.                                          onError=\"this.src='{{ prestation.imgAffichageEnError }}'\"
  901.                                          >
  902.                                 </a>
  903.                             </div>
  904.                             <div class=\"col-6 col-sm-3 mt-2\">
  905.                                 <img class=\"img-fluid\" src=\"{{ DNS.PDC }}/images/cartes/big/pays/{{ prestation.id_pays }}/{{ prestation.id_localisation_prestataire|splitLocalisation(\"region\") }}.png\"  alt=\"{{ prestation.id_localisation_prestataire|nom_localisation }}\" >
  906.                             </div>
  907.                             {% if prestation.certifications|length > 0 %}
  908.                                 <div class=\"col-12 col-sm-11 offset-sm-1 mt-2 small\">
  909.                                     <strong>{{ translate(\"certifications\",lang,\"\",\"M\") | raw }}</strong> :
  910.                                     {% for certification in prestation.certifications %}
  911.                                         {{ certification.nom_affichage_certification }}: {{ certification.valeur_certification }}
  912.                                         {% if not  loop.last %}
  913.                                             &nbsp;&nbsp;
  914.                                             <span class=\"gris_ddd\">|</span>
  915.                                         {% endif %}
  916.                                     {% endfor %}
  917.                                 </div>
  918.                             {% endif %}
  919.                         </div>
  920.                     </div>
  921.                 </div>
  922.                 <!-- FIN CARD -->
  923.                 <div class=\"row mt-3\">
  924.                     <div class=\"onglet9 col-12\">
  925.                         <nav>
  926.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  927.                                 <div class=\"col-12 col-sm-4 no-padding-x bl_gris br_gris order-4 order-sm-1\">
  928.                                     {% set lien_activite=  path('annuaires_experts_activite_expert',{'titreslug':prestation.titre_service|  slugify,'codePays':codePaysWithUnderScore,'idServicePrestataire':prestation.id_service_prestataire })  %}
  929.                                     {% set style_lien_disable =   \"\"  %}
  930.                                     {% if equipes| length < 1 %}
  931.                                         {% set lien_activite =   \"javascript:void(0)\"  %}
  932.                                         {% set style_lien_disable =   \"pointer-events: none; cursor: default;\"  %}
  933.                                     {% endif %}
  934.                                     <a class=\"nav-item nav-link\" href=\"{{ lien_activite }}\" style=\"{{ style_lien_disable }}\" >
  935.                                         <span class=\"fs13\">{{ translate(\"activite\",lang,\"\",\"M\") | raw }}</span></a>
  936.                                 </div>
  937.                                 <div class=\"col-12 col-sm-4 no-padding-x br_gris order-sm-2\">
  938.                                     <div class=\"nav-item nav-link active\">
  939.                                         <span class=\"fs13\">{{ translate(\"equipe\",lang,\"\",\"M\") |capitalize| raw }}</span>&nbsp;&nbsp;<span class=\"badge badge-secondary\">{{ equipes| length }}</span>
  940.                                     </div>
  941.                                 </div>
  942.                                 <div class=\"col-12 col-sm-4 no-padding-x br_gris order-sm-3\">
  943.                                     {% set lien_blog =  path('annuaires_experts_blog_expert',{'titreslug':prestation.titre_service|  slugify,'codePays':codePaysWithUnderScore,'idServicePrestataire':prestation.id_service_prestataire })  %}
  944.                                     {% set style_lien_disable =   \"\"  %}
  945.                                     {% if blogs| length < 1 %}
  946.                                         {% set lien_blog =   \"javascript:void(0)\"  %}
  947.                                         {% set style_lien_disable =   \"pointer-events: none; cursor: default;\"  %}
  948.                                     {% endif %}
  949.                                     <a class=\"nav-item nav-link\" href=\"{{ lien_blog }}\"  style=\"{{ style_lien_disable }}\" >
  950.                                         <span class=\"fs13\">{{ translate(\"blog\",lang,\"\",\"M\") | raw }}</span>&nbsp;&nbsp;<span class=\"badge badge-secondary\">{{ blogs|length }}</span></a>
  951.                                 </div>
  952.                             </div>
  953.                         </nav>
  954.                     </div>
  955.                 </div>
  956.                 <div class=\"row mt-3\">
  957.                     <!-- membre precedent -->
  958.                     <div class=\"col-6 text-center\">
  959.                         {% if lienExpertPrecedant |default   %}
  960.                             <div class=\"row\">
  961.                                 <div class=\"col-2 div_inline\">
  962.                                     <a href=\"{{ lienExpertPrecedant }}\">
  963.                                         <i class=\"fas fa-arrow-circle-left fa-2x bleu_fusacq\">
  964.                                         </i>
  965.                                     </a>
  966.                                 </div>
  967.                                 <div class=\"col-10 div_inline text-left no-padding-x pt-1\">{{ translate(\"membre precedent\",lang,\"\",\"\") | capitalize| raw }} </div>
  968.                             </div>
  969.                         {% endif %}
  970.                     </div>
  971.                     <!-- membre precedent -->
  972.                     <!-- membre suivant -->
  973.                     <div class=\"col-6 text-center\">
  974.                         {% if lienExpertSuivant |default  %}
  975.                             <div class=\"row\">
  976.                                 <div class=\"col-10 div_inline text-right no-padding-x pt-1\">{{ translate(\"membre suivant\",lang,\"\",\"\") | capitalize| raw }}</div>
  977.                                 <div class=\"col-2 div_inline\">
  978.                                     <a href=\"{{ lienExpertSuivant }}\">
  979.                                         <i class=\"fas fa-arrow-circle-right fa-2x bleu_fusacq\">
  980.                                         </i>
  981.                                     </a>
  982.                                 </div>
  983.                             </div>
  984.                         {% endif %}
  985.                     </div>
  986.                     <!-- membre suivant -->
  987.                 </div>
  988.                 <div class=\"card no_shadow my-3\">
  989.                     <div class=\"card-body\">
  990.                         <div class=\"row\">
  991.                             <div class=\"col-12 col-sm-10 offset-sm-1\">
  992.                                 <div class=\"row border_bottom\">
  993.                                     <div class=\"col-6 my-2\">
  994.                                         <h5>{{membre.prenom }} {{membre.nom }}</h5>
  995.                                         <strong>{{ membre.fonction }}</strong>
  996.                                         <p>
  997.                                             <span>{{ membre.raison_sociale }}</span>
  998.                                         </p>
  999.                                     </div>
  1000.                                     <div class=\"col-6 my-2\" style=\"text-align : right;\">
  1001.                                         {% if membre.photo |default  %}
  1002.                                             <img src=\"{{ DNS.FUSACQ }}/images/photos_equipes_prestataires_small/{{ membre.photo }}\" style=\"max-width: 109px;\"  onload=\"\">
  1003.                                         {% else %}
  1004.                                             <img src=\"https://www.help-fusacq.com/fr/css/images/homme.gif\"  style=\"max-width: 109px;\"  onload=\"\">
  1005.                                         {% endif %}
  1006.                                     </div>
  1007.                                 </div>
  1008.                                 <div class=\"row  {% if operations |default %} border_bottom   {% endif %} \">
  1009.                                     <div class=\"col-12 mt-2 pt-3\">
  1010.                                         <strong>
  1011.                                             {{ translate(\"parcours professionnel et competences\",lang,\"\",\"M\")  }}
  1012.                                         </strong>
  1013.                                         <p class=\"mt-2\">
  1014.                                             {{ membre.parcours |raw|nl2br }}
  1015.                                         </p>
  1016.                                     </div>
  1017.                                 </div>
  1018.                                 {% if operations |default %}
  1019.                                     <div class=\"row\">
  1020.                                         <div class=\"col-12 mt-2 pt-3\">
  1021.                                             <strong>
  1022.                                                 {% set suffix_genre = \"\"  %}
  1023.                                                 {% if (membre.genre ==  'feminin' ) %}{% set suffix_genre = \"e\"  %}{% endif %}
  1024.                                                 {% set arrayVarsTrans = { 'prenom':membre.prenom,'nom':membre.nom,'genre':suffix_genre }  %}
  1025.                                                 {{ translate(\"%\$prenom%\$ %\$nom%\$ est intervenu%\$genre%\$ sur les operations suivantes :\",lang,\"\",\"M\",\"\", arrayVarsTrans ) | raw }}
  1026.                                             </strong>
  1027.                                         </div>
  1028.                                         <div class=\"col-12 mt-2 pt-2\">
  1029.                                             {% for  operation    in operations %}
  1030.                                                 <div class=\"row mt-3\" style=\"background-color: #F1F1F1\">
  1031.                                                     <div class=\"col-12 col-md-2 mt-2\">
  1032.                                                         {{ operation.date_mise_en_ligne|date(\"d/m/Y\") }} </div>
  1033.                                                     <div class=\"col-12 col-md-7 mt-2\">
  1034.                                                         {# lien vers fusacq_zf2 #}
  1035.                                                         {% set lien= DNS.FUSACQ_BUZZ~\"/\"~operation.titre_actualite| slugify~\"-a\"~operation.id_actualite~codePaysWithUnderScore %}
  1036.                                                         <a href=\"{{ lien }}\" class=\"bleu_fusacq\"  target=\"_blank\">
  1037.                                                             {{ operation.titre_actualite }}
  1038.                                                         </a>
  1039.                                                     </div>
  1040.                                                     <div class=\"col-12 col-md-3 mt-2\">
  1041.                                                         {{ operation.nom_role }}
  1042.                                                     </div>
  1043.                                                 </div>
  1044.                                             {% endfor %}
  1045.                                         </div>
  1046.                                     </div>
  1047.                                 {% endif %}
  1048.                             </div>
  1049.                         </div>
  1050.                     </div>
  1051.                 </div>
  1052.                 <!-- notification -->
  1053.                 {% include 'form/notifications_success_errors.html.twig' %}
  1054.                 <!-- notification   -->
  1055.                 <!-- Contactez directement -->
  1056.  
  1057.                 {%  set lang = (lang|default) ? lang : app.request.cookies.get('lang') %}
  1058.                 
  1059.                      <div class=\"card no_shadow mb-3 card-ie\">
  1060.                     {{ form_start(form, {attr: {'novalidate': 'novalidate'}}) }}
  1061.                     <div class=\"card-body\">
  1062.                         <div class=\"row\">
  1063.                             <div class=\"col-12 col-lg-9 offset-lg-1\">
  1064.                                 {% set arrayVarsTrans =  {\"nom_membre\":membre.prenom~' '~membre.nom}  %}
  1065.                                 <h5 class=\"gris_666\">
  1066.                                     {{ translate(\"contactez directement %\$nom_membre%\$\",lang,\"\",\"M\",\"\", arrayVarsTrans ) | raw }}
  1067.                                 </h5>
  1068.                                 <br>
  1069.                             </div>
  1070.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  1071.                                 {{ translate(\"nom\",lang,\"\",\"M\") | raw }} *
  1072.                             </div>
  1073.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  1074.                                 {{ form_widget(form.nom ) }}
  1075.                                 {{ form_errors(form.nom) }}
  1076.                             </div>
  1077.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  1078.                                 {{ translate(\"prenom\",lang,\"\",\"M\") | raw }} *
  1079.                             </div>
  1080.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  1081.                                 {{ form_widget(form.prenom ) }}
  1082.                                 {{ form_errors(form.prenom) }}
  1083.                             </div>
  1084.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  1085.                                 {{ translate(\"e-mail\",lang,\"\",\"M\") | raw }} *
  1086.                             </div>
  1087.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  1088.                                 {{ form_widget(form.mail ) }}
  1089.                                 {{ form_errors(form.mail) }}
  1090.                             </div>
  1091.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  1092.                                 {{ translate(\"telephone\",lang,\"\",\"M\") | raw }} *
  1093.                             </div>
  1094.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  1095.                                 {{ form_widget(form.indicatif ) }}
  1096.                                 {{ form_widget(form.telephone ) }}
  1097.                                 {{ form_errors(form.telephone) }}
  1098.                             </div>
  1099.                              
  1100.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  1101.                                 {{ translate(\"message\",lang,\"\",\"M\") | raw }} *
  1102.                             </div>
  1103.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  1104.                                 {{ form_widget(form.message ) }}
  1105.                                 {{ form_errors(form.message) }}
  1106.                             </div>
  1107.                             {{ form_widget(form.id_service_prestataire) }}
  1108.                             {{ form_widget(form.id_membre) }}
  1109.                             <input type=\"hidden\" name=\"form[lang]\" value=\"{{ lang }}\" />
  1110.                             <div class=\"col-12 col-sm-6 offset-sm-4\">
  1111.                                 <div class=\"form-group\">
  1112.                                     {{ form_widget(form.recaptcha) }}
  1113.                                     {{ form_errors(form.recaptcha) }}
  1114.                                 </div>
  1115.                             </div>
  1116.                             <div class=\"col-12 mt-1 mb-3 text-center\">
  1117.                                 <a href=\"#\" title=\"\" target=\"_blank\">
  1118.                                     <button type=\"submit\" class=\"btn btn-fusacq_expert\">{{ translate(\"envoyer\",lang,\"\",\"M\") | raw }}</button>
  1119.                                 </a>
  1120.                             </div>
  1121.                             <div class=\"col-12 mt-4 mt-3\">
  1122.                                 <div class=\"col-12\">
  1123.                                     <small>{{ translate(\"* champs obligatoires\",lang,\"\",\"M\") | raw }}</small>
  1124.                                 </div>
  1125.                             </div>
  1126.                         </div>
  1127.                     </div>
  1128.                     {{ form_end(form)}}
  1129.                 </div>
  1130.                
  1131.            
  1132.                 <!-- Contactez directement -->
  1133.                 <!--MODAL-->
  1134.                 <!--FIN MODAL-->
  1135.             </div>
  1136.             <!--FIN COLONNE DROITE -->
  1137.         </div>
  1138.     </div>  <!--FIN CONTAINER -->
  1139. {% endblock %}
  1140. {% block javascripts %}
  1141.     {{ parent() }}
  1142.     <script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\"
  1143.     src=\"{{ asset('build/js/forms/animations.js') }}\" defer></script>
  1144.     
  1145. {% endblock %}
  1146. ""annuaires/experts/fiche_expert_detail.html.twig""/home/www/fusacq_symfony_5.4_preprod/templates/annuaires/experts/fiche_expert_detail.html.twig");
  1147.     }
  1148. }