var/cache/dev/twig/0a/0aaa76265b07455f9c6b99595e69cf6b5de01089094ae9ae0c40b4b6ecc50981.php line 131

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_equipe.html.twig */
  15. class __TwigTemplate_54c4117b881633c05000da8fec7afcc5709e7f4b2149969dc1fc7d61e0687859 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_equipe.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_equipe.html.twig"));
  41.         $this->parent $this->loadTemplate("base.html.twig""annuaires/experts/fiche_equipe.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.         yield from         $this->loadTemplate("assets/assets_vuejs.html.twig""annuaires/experts/fiche_equipe.html.twig"9)->unwrap()->yield($context);
  82.         // line 10
  83.         yield "    ";
  84.         yield from         $this->loadTemplate("assets/assets_form_errors.html.twig""annuaires/experts/fiche_equipe.html.twig"10)->unwrap()->yield($context);
  85.         // line 11
  86.         yield "    <!-- Menu  -->
  87.     ";
  88.         // line 12
  89.         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 14
  90. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'14$this->source); })()), "currentRoute" =>         // line 15
  91. (isset($context["currentRoute"]) || array_key_exists("currentRoute"$context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.'15$this->source); })()), "codePays" =>         // line 16
  92. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'16$this->source); })())])));
  93.         // line 17
  94.         yield "
  95.     <!-- Menu  -->
  96.     <!-- Publicité  -->
  97.     ";
  98.         // line 21
  99.         yield from         $this->loadTemplate("includes/publicite.html.twig""annuaires/experts/fiche_equipe.html.twig"21)->unwrap()->yield($context);
  100.         // line 22
  101.         yield "    <!-- Publicité  -->
  102.     <div class=\"container\">
  103.         <div class=\"row\">
  104.             <!--COLONNE GAUCHE -->
  105.             ";
  106.         // line 28
  107.         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 30
  108. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'30$this->source); })()), "codePays" =>         // line 31
  109. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'31$this->source); })())])));
  110.         // line 32
  111.         yield "
  112.             <!--FIN COLONNE GAUCHE -->
  113.             <!--COLONNE DROITE -->
  114.             <div class=\"col-12 col-lg-9 bkg_blanc no_shadow\">
  115.                 ";
  116.         // line 39
  117.         yield from         $this->loadTemplate("includes/experts_publicite.html.twig""annuaires/experts/fiche_equipe.html.twig"39)->unwrap()->yield($context);
  118.         // line 40
  119.         yield "
  120.                 <!-- ARIANE -->
  121.                 ";
  122.         // line 42
  123.         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 45
  124. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'45$this->source); })()), "idLocalisationPrestataire" => CoreExtension::getAttribute($this->env$this->source,         // line 46
  125. (isset($context["prestation"]) || array_key_exists("prestation"$context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.'46$this->source); })()), "id_localisation_prestataire", [], "any"falsefalsefalse46), "idPaysPrestataire" => CoreExtension::getAttribute($this->env$this->source,         // line 47
  126. (isset($context["prestation"]) || array_key_exists("prestation"$context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.'47$this->source); })()), "id_pays", [], "any"falsefalsefalse47), "currentRoute" =>         // line 48
  127. (isset($context["currentRoute"]) || array_key_exists("currentRoute"$context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.'48$this->source); })()), "currentRouteParams" => CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 49
  128. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'49$this->source); })()), "request", [], "any"falsefalsefalse49), "attributes", [], "any"falsefalsefalse49), "get", ["_route_params"], "method"falsefalsefalse49), "codePays" =>         // line 50
  129. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'50$this->source); })())])));
  130.         // line 52
  131.         yield "
  132.                 <!-- FIN ARIANE -->
  133.                 <!-- CARD -->
  134.                 ";
  135.         // line 57
  136.         yield from         $this->loadTemplate("annuaires/experts/fragments/card.html.twig""annuaires/experts/fiche_equipe.html.twig"57)->unwrap()->yield($context);
  137.         // line 58
  138.         yield "                <!-- FIN CARD -->
  139.                 <div class=\"row mt-3\">
  140.                     <div class=\"onglet9 col-12\">
  141.                         <nav>
  142.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  143.                                 <div class=\"col-12 col-sm-4 no-padding-x bl_gris br_gris order-4 order-sm-1\">
  144.                                     ";
  145.         // line 67
  146.         $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.'67$this->source); })()), "titre_service", [], "any"falsefalsefalse67)), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'67$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.'67$this->source); })()), "id_service_prestataire", [], "any"falsefalsefalse67)]);
  147.         // line 68
  148.         yield "                                    ";
  149.         $context["style_lien_disable"] = "";
  150.         // line 69
  151.         yield "                                    ";
  152.         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.'69$this->source); })())), 1))) {
  153.             // line 70
  154.             yield "                                        ";
  155.             $context["lien_activite"] = "javascript:void(0)";
  156.             // line 71
  157.             yield "                                        ";
  158.             $context["style_lien_disable"] = "pointer-events: none; cursor: default;";
  159.             // line 72
  160.             yield "                                    ";
  161.         }
  162.         // line 73
  163.         yield "                                    <a class=\"nav-item nav-link\" href=\"";
  164.         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.'73$this->source); })()), "html"nulltrue);
  165.         yield "\" style=\"";
  166.         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.'73$this->source); })()), "html"nulltrue);
  167.         yield "\" >
  168.                                         <span class=\"fs13\">";
  169.         // line 74
  170.         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.'74$this->source); })()), """M");
  171.         yield "</span></a>
  172.                                 </div>
  173.                                 <div class=\"col-12 col-sm-4 no-padding-x br_gris order-sm-2\">
  174.                                     <div class=\"nav-item nav-link active\">
  175.                                         <span class=\"fs13\">";
  176.         // line 78
  177.         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.'78$this->source); })()), """M"));
  178.         yield "</span>&nbsp;&nbsp;<span class=\"badge badge-secondary\">";
  179.         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.'78$this->source); })())), "html"nulltrue);
  180.         yield "</span>
  181.                                     </div>
  182.                                 </div>
  183.                                 <div class=\"col-12 col-sm-4 no-padding-x br_gris order-sm-3\">
  184.                                     ";
  185.         // line 82
  186.         $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.'82$this->source); })()), "titre_service", [], "any"falsefalsefalse82)), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'82$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.'82$this->source); })()), "id_service_prestataire", [], "any"falsefalsefalse82)]);
  187.         // line 83
  188.         yield "                                    ";
  189.         $context["style_lien_disable"] = "";
  190.         // line 84
  191.         yield "                                    ";
  192.         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.'84$this->source); })())), 1))) {
  193.             // line 85
  194.             yield "                                        ";
  195.             $context["lien_blog"] = "javascript:void(0)";
  196.             // line 86
  197.             yield "                                        ";
  198.             $context["style_lien_disable"] = "pointer-events: none; cursor: default;";
  199.             // line 87
  200.             yield "                                    ";
  201.         }
  202.         // line 88
  203.         yield "                                    <a class=\"nav-item nav-link\" href=\"";
  204.         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.'88$this->source); })()), "html"nulltrue);
  205.         yield "\"  style=\"";
  206.         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.'88$this->source); })()), "html"nulltrue);
  207.         yield "\" >
  208.                                         <span class=\"fs13\">";
  209.         // line 89
  210.         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.'89$this->source); })()), """M");
  211.         yield "</span>&nbsp;&nbsp;<span class=\"badge badge-secondary\">";
  212.         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.'89$this->source); })())), "html"nulltrue);
  213.         yield "</span></a>
  214.                                 </div>
  215.                             </div>
  216.                         </nav>
  217.                     </div>
  218.                 </div>
  219.                 ";
  220.         // line 96
  221.         $context['_parent'] = $context;
  222.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["equipes"]) || array_key_exists("equipes"$context) ? $context["equipes"] : (function () { throw new RuntimeError('Variable "equipes" does not exist.'96$this->source); })()));
  223.         foreach ($context['_seq'] as $context["_key"] => $context["equipe"]) {
  224.             // line 97
  225.             yield "
  226.                     <div class=\"card no_shadow my-3\">
  227.                         <div class=\"card-body\" style=\"padding-bottom:6px!important;\">
  228.                             <div class=\"row  pb-2\">
  229.                                 <div class=\"col-12 col-sm-2 col-md-2 col-lg-1\">
  230.                                     ";
  231.             // line 102
  232.             if (((CoreExtension::getAttribute($this->env$this->source$context["equipe"], "photo", [], "any"truetruefalse102)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env$this->source$context["equipe"], "photo", [], "any"falsefalsefalse102))) : (""))) {
  233.                 // line 103
  234.                 yield "                                        <img src=\"";
  235.                 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.'103$this->source); })()), "FUSACQ", [], "any"falsefalsefalse103), "html"nulltrue);
  236.                 yield "/images/photos_equipes_prestataires_small/";
  237.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["equipe"], "photo", [], "any"falsefalsefalse103), "html"nulltrue);
  238.                 yield "\" style=\"width: 55px; border: 1px solid #CCCCCC;\">
  239.                                     ";
  240.             } else {
  241.                 // line 105
  242.                 yield "                                        <img src=\"https://www.help-fusacq.com/fr/css/images/homme.gif\" style=\"width: 55px; border: 1px solid #CCCCCC;\">
  243.                                     ";
  244.             }
  245.             // line 107
  246.             yield "                                </div>
  247.                                 <div class=\"col-12 col-sm-10 col-md-10 col-lg-11\">
  248.                                     <a href=\"";
  249.             // line 109
  250.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_fiche_expert_detail", ["codePays" =>             // line 110
  251. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'110$this->source); })()), "idMembre" => CoreExtension::getAttribute($this->env$this->source,             // line 111
  252. $context["equipe"], "id_membre", [], "any"falsefalsefalse111), "idServicePrestataire" => CoreExtension::getAttribute($this->env$this->source,             // line 112
  253. (isset($context["prestation"]) || array_key_exists("prestation"$context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.'112$this->source); })()), "id_service_prestataire", [], "any"falsefalsefalse112), "reecriture_url" => CoreExtension::getAttribute($this->env$this->source,             // line 113
  254. $context["equipe"], "reecriture_url", [], "any"falsefalsefalse113)]), "html"nulltrue);
  255.             // line 114
  256.             yield "\" class=\"fs12 bleu_fusacq\">
  257.                                         ";
  258.             // line 115
  259.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["equipe"], "prenom", [], "any"falsefalsefalse115), "html"nulltrue);
  260.             yield " ";
  261.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["equipe"], "nom", [], "any"falsefalsefalse115), "html"nulltrue);
  262.             yield "
  263.                                     </a>
  264.                                     <em> ";
  265.             // line 117
  266.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["equipe"], "fonction", [], "any"falsefalsefalse117), "html"nulltrue);
  267.             yield "</em><br>
  268.                                     <span>";
  269.             // line 118
  270.             yield Twig\Extension\CoreExtension::nl2br($this->extensions['App\Twig\TextExtension']->truncateLongText(CoreExtension::getAttribute($this->env$this->source$context["equipe"], "parcours", [], "any"falsefalsefalse118), 200" ..."));
  271.             yield "</span><br>
  272.                                     <div style=\"float:right\">
  273.                                         <a href=\"";
  274.             // line 120
  275.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("annuaires_experts_fiche_expert_detail", ["codePays" =>             // line 121
  276. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'121$this->source); })()), "idMembre" => CoreExtension::getAttribute($this->env$this->source,             // line 122
  277. $context["equipe"], "id_membre", [], "any"falsefalsefalse122), "idServicePrestataire" => CoreExtension::getAttribute($this->env$this->source,             // line 123
  278. (isset($context["prestation"]) || array_key_exists("prestation"$context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.'123$this->source); })()), "id_service_prestataire", [], "any"falsefalsefalse123), "reecriture_url" => CoreExtension::getAttribute($this->env$this->source,             // line 124
  279. $context["equipe"], "reecriture_url", [], "any"falsefalsefalse124)]), "html"nulltrue);
  280.             // line 125
  281.             yield "\" class=\"bleu_fusacq\">
  282.                                             ";
  283.             // line 126
  284.             yield $this->extensions['App\Twig\TranslationExtension']->translate("consulter sa fiche", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'126$this->source); })()), """M");
  285.             yield "
  286.                                         </a>
  287.                                     </div>
  288.                                 </div>
  289.                             </div>
  290.                         </div>
  291.                     </div>
  292.                 ";
  293.         }
  294.         $_parent $context['_parent'];
  295.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['equipe'], $context['_parent'], $context['loop']);
  296.         $context array_intersect_key($context$_parent) + $_parent;
  297.         // line 134
  298.         yield "
  299.                 <!-- notification -->
  300.                 ";
  301.         // line 137
  302.         yield from         $this->loadTemplate("form/notifications_success_errors.html.twig""annuaires/experts/fiche_equipe.html.twig"137)->unwrap()->yield($context);
  303.         // line 138
  304.         yield "                <!-- notification   -->
  305.                 <!-- Contactez directement -->
  306.                 ";
  307.         // line 142
  308.         $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.'142$this->source); })()))) : (""))) ? ((isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'142$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.'142$this->source); })()), "request", [], "any"falsefalsefalse142), "cookies", [], "any"falsefalsefalse142), "get", ["lang"], "method"falsefalsefalse142)));
  309.         // line 143
  310.         yield "                <div class=\"card no_shadow mb-3 card-ie\">
  311.                     ";
  312.         // line 144
  313.         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.'144$this->source); })()), 'form_start', ["attr" => ["novalidate" => "novalidate"]]);
  314.         yield "
  315.                     <div class=\"card-body\">
  316.                         <div class=\"row\">
  317.                             <div class=\"col-12 col-lg-9 offset-lg-1\">
  318.                                 ";
  319.         // line 149
  320.         $context["arrayVarsTrans"] = ["nom_commercial_societe" => CoreExtension::getAttribute($this->env$this->source, (isset($context["prestation"]) || array_key_exists("prestation"$context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.'149$this->source); })()), "nom_commercial_societe", [], "any"falsefalsefalse149)];
  321.         // line 150
  322.         yield "                                <h5 class=\"gris_666\">
  323.                                     ";
  324.         // line 151
  325.         yield $this->extensions['App\Twig\TranslationExtension']->translate("contactez directement %\$nom_commercial_societe%\$", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'151$this->source); })()), """M""", (isset($context["arrayVarsTrans"]) || array_key_exists("arrayVarsTrans"$context) ? $context["arrayVarsTrans"] : (function () { throw new RuntimeError('Variable "arrayVarsTrans" does not exist.'151$this->source); })()));
  326.         yield "
  327.                                 </h5>
  328.                                 <br>
  329.                             </div>
  330.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  331.                                 ";
  332.         // line 156
  333.         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.'156$this->source); })()), """M");
  334.         yield " *
  335.                             </div>
  336.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  337.                                 ";
  338.         // line 160
  339.         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.'160$this->source); })()), "nom", [], "any"falsefalsefalse160), 'widget');
  340.         yield "
  341.                                 ";
  342.         // line 161
  343.         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.'161$this->source); })()), "nom", [], "any"falsefalsefalse161), 'errors');
  344.         yield "
  345.                             </div>
  346.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  347.                                 ";
  348.         // line 165
  349.         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.'165$this->source); })()), """M");
  350.         yield " *
  351.                             </div>
  352.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  353.                                 ";
  354.         // line 168
  355.         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.'168$this->source); })()), "prenom", [], "any"falsefalsefalse168), 'widget');
  356.         yield "
  357.                                 ";
  358.         // line 169
  359.         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.'169$this->source); })()), "prenom", [], "any"falsefalsefalse169), 'errors');
  360.         yield "
  361.                             </div>
  362.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  363.                                 ";
  364.         // line 172
  365.         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.'172$this->source); })()), """M");
  366.         yield " *
  367.                             </div>
  368.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  369.                                 ";
  370.         // line 175
  371.         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.'175$this->source); })()), "mail", [], "any"falsefalsefalse175), 'widget');
  372.         yield "
  373.                                 ";
  374.         // line 176
  375.         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.'176$this->source); })()), "mail", [], "any"falsefalsefalse176), 'errors');
  376.         yield "
  377.                             </div>
  378.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  379.                                 ";
  380.         // line 179
  381.         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.'179$this->source); })()), """M");
  382.         yield " *
  383.                             </div>
  384.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  385.                                 ";
  386.         // line 182
  387.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'182$this->source); })()), "indicatif", [], "any"falsefalsefalse182), 'widget');
  388.         yield "
  389.                                 ";
  390.         // line 183
  391.         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.'183$this->source); })()), "telephone", [], "any"falsefalsefalse183), 'widget');
  392.         yield "
  393.                                 ";
  394.         // line 184
  395.         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.'184$this->source); })()), "telephone", [], "any"falsefalsefalse184), 'errors');
  396.         yield "
  397.                             </div>
  398.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  399.                                 ";
  400.         // line 188
  401.         yield $this->extensions['App\Twig\TranslationExtension']->translate("societe", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'188$this->source); })()), """M");
  402.         yield " *
  403.                             </div>
  404.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  405.                                 ";
  406.         // line 191
  407.         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.'191$this->source); })()), "societe", [], "any"falsefalsefalse191), 'widget');
  408.         yield "
  409.                                 ";
  410.         // line 192
  411.         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.'192$this->source); })()), "societe", [], "any"falsefalsefalse192), 'errors');
  412.         yield "
  413.                             </div>
  414.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  415.                                 ";
  416.         // line 195
  417.         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.'195$this->source); })()), """M");
  418.         yield " *
  419.                             </div>
  420.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  421.                                 ";
  422.         // line 199
  423.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'199$this->source); })()), "message", [], "any"falsefalsefalse199), 'widget');
  424.         yield "
  425.                                 ";
  426.         // line 200
  427.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'200$this->source); })()), "message", [], "any"falsefalsefalse200), 'errors');
  428.         yield "
  429.                             </div>
  430.                             ";
  431.         // line 203
  432.         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.'203$this->source); })()), "id_service_prestataire", [], "any"falsefalsefalse203), 'widget');
  433.         yield "
  434.                             ";
  435.         // line 204
  436.         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.'204$this->source); })()), "id_membre", [], "any"falsefalsefalse204), 'widget');
  437.         yield "
  438.                             <input type=\"hidden\" name=\"form[lang]\" value=\"";
  439.         // line 206
  440.         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.'206$this->source); })()), "html"nulltrue);
  441.         yield "\" />
  442.                             <div class=\"col-12 col-sm-6 offset-sm-4\">
  443.                                 <div class=\"form-group\">
  444.                                     ";
  445.         // line 209
  446.         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.'209$this->source); })()), "recaptcha", [], "any"falsefalsefalse209), 'widget');
  447.         yield "
  448.                                     ";
  449.         // line 210
  450.         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.'210$this->source); })()), "recaptcha", [], "any"falsefalsefalse210), 'errors');
  451.         yield "
  452.                                 </div>
  453.                             </div>
  454.                             <div class=\"col-12 mt-1 mb-3 text-center\">
  455.                                 <a href=\"#\" title=\"\" target=\"_blank\">
  456.                                     <button type=\"submit\" class=\"btn btn-fusacq_expert\">";
  457.         // line 216
  458.         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.'216$this->source); })()), """M");
  459.         yield "</button>
  460.                                 </a>
  461.                             </div>
  462.                             <div class=\"col-12 mt-4 mt-3\">
  463.                                 <div class=\"col-12\">
  464.                                     <small>";
  465.         // line 222
  466.         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.'222$this->source); })()), """M");
  467.         yield "</small>
  468.                                 </div>
  469.                             </div>
  470.                         </div>
  471.                     </div>
  472.                     ";
  473.         // line 227
  474.         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.'227$this->source); })()), 'form_end');
  475.         yield "
  476.                 </div>
  477.                 <!-- Contactez directement -->
  478.                 <!--MODAL-->
  479.                 <!--FIN MODAL-->
  480.             </div> <!--FIN COLONNE DROITE -->
  481.         </div>
  482.     </div>  <!--FIN CONTAINER -->
  483. ";
  484.         
  485.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  486.         
  487.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  488.         return; yield '';
  489.     }
  490.     // line 244
  491.     public function block_javascripts($context, array $blocks = [])
  492.     {
  493.         $macros $this->macros;
  494.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  495.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  496.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  497.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  498.         // line 245
  499.         yield "    ";
  500.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  501.         yield "
  502.     <script type=\"module\" data-name=\"";
  503.         // line 246
  504.         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.'246$this->source); })()), "html"nulltrue);
  505.         yield "\" id=\"codePaysParam\"
  506.     src=\"";
  507.         // line 247
  508.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/forms/animations.js"), "html"nulltrue);
  509.         yield "\" defer></script>
  510.     
  511. ";
  512.         
  513.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  514.         
  515.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  516.         return; yield '';
  517.     }
  518.     /**
  519.      * @codeCoverageIgnore
  520.      */
  521.     public function getTemplateName()
  522.     {
  523.         return "annuaires/experts/fiche_equipe.html.twig";
  524.     }
  525.     /**
  526.      * @codeCoverageIgnore
  527.      */
  528.     public function isTraitable()
  529.     {
  530.         return false;
  531.     }
  532.     /**
  533.      * @codeCoverageIgnore
  534.      */
  535.     public function getDebugInfo()
  536.     {
  537.         return array (  563 => 247,  559 => 246,  554 => 245,  544 => 244,  517 => 227,  509 => 222,  500 => 216,  491 => 210,  487 => 209,  481 => 206,  476 => 204,  472 => 203,  466 => 200,  462 => 199,  455 => 195,  449 => 192,  445 => 191,  439 => 188,  432 => 184,  428 => 183,  424 => 182,  418 => 179,  412 => 176,  408 => 175,  402 => 172,  396 => 169,  392 => 168,  386 => 165,  379 => 161,  375 => 160,  368 => 156,  360 => 151,  357 => 150,  355 => 149,  347 => 144,  344 => 143,  342 => 142,  336 => 138,  334 => 137,  329 => 134,  315 => 126,  312 => 125,  310 => 124,  309 => 123,  308 => 122,  307 => 121,  306 => 120,  301 => 118,  297 => 117,  290 => 115,  287 => 114,  285 => 113,  284 => 112,  283 => 111,  282 => 110,  281 => 109,  277 => 107,  273 => 105,  265 => 103,  263 => 102,  256 => 97,  252 => 96,  240 => 89,  233 => 88,  230 => 87,  227 => 86,  224 => 85,  221 => 84,  218 => 83,  216 => 82,  207 => 78,  200 => 74,  193 => 73,  190 => 72,  187 => 71,  184 => 70,  181 => 69,  178 => 68,  176 => 67,  165 => 58,  163 => 57,  156 => 52,  154 => 50,  153 => 49,  152 => 48,  151 => 47,  150 => 46,  149 => 45,  148 => 42,  144 => 40,  142 => 39,  133 => 32,  131 => 31,  130 => 30,  129 => 28,  121 => 22,  119 => 21,  113 => 17,  111 => 16,  110 => 15,  109 => 14,  108 => 12,  105 => 11,  102 => 10,  99 => 9,  89 => 8,  76 => 5,  71 => 4,  61 => 3,  38 => 1,);
  538.     }
  539.     public function getSourceContext()
  540.     {
  541.         return new Source("{% extends 'base.html.twig' %}
  542. {% block stylesheets %}
  543.     {{ parent() }}
  544.     <link rel=\"stylesheet\" href=\"{{ asset('build/css/annuaires/experts/index.css') }}\">
  545. {% endblock %}
  546. {% block body %}
  547.     {% include 'assets/assets_vuejs.html.twig' %}
  548.     {% include 'assets/assets_form_errors.html.twig' %}
  549.     <!-- Menu  -->
  550.     {{ render_esi(controller(
  551.     'App\\\\Controller\\\\CoreController::menu',
  552.     {   \"lang\": lang,
  553.         \"currentRoute\":currentRoute,
  554.         \"codePays\": codePaysWithUnderScore }
  555. )) | spaceless }}
  556.     <!-- Menu  -->
  557.     <!-- Publicité  -->
  558.     {% include 'includes/publicite.html.twig' %}
  559.     <!-- Publicité  -->
  560.     <div class=\"container\">
  561.         <div class=\"row\">
  562.             <!--COLONNE GAUCHE -->
  563.             {{ render_esi(controller(
  564.                   'App\\\\Controller\\\\AnnuairesExpertsController::colonnesGaucheExpert',
  565.                   {   \"lang\": lang,
  566.                       \"codePays\": codePaysWithUnderScore   }
  567.               )) | spaceless    }}
  568.             <!--FIN COLONNE GAUCHE -->
  569.             <!--COLONNE DROITE -->
  570.             <div class=\"col-12 col-lg-9 bkg_blanc no_shadow\">
  571.                 {% include 'includes/experts_publicite.html.twig' %}
  572.                 <!-- ARIANE -->
  573.                 {{ render_esi(controller(
  574.                 'App\\\\Controller\\\\AnnuairesExpertsController::fileAriane',
  575.                 {
  576.                     \"lang\": lang,
  577.                     \"idLocalisationPrestataire\":prestation.id_localisation_prestataire,
  578.                     \"idPaysPrestataire\":prestation.id_pays,
  579.                     \"currentRoute\":currentRoute,
  580.                     \"currentRouteParams\":app.request.attributes.get('_route_params'),
  581.                     \"codePays\": codePaysWithUnderScore
  582.                 }
  583.             )) | spaceless }}
  584.                 <!-- FIN ARIANE -->
  585.                 <!-- CARD -->
  586.                 {% include 'annuaires/experts/fragments/card.html.twig' %}
  587.                 <!-- FIN CARD -->
  588.                 <div class=\"row mt-3\">
  589.                     <div class=\"onglet9 col-12\">
  590.                         <nav>
  591.                             <div class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\">
  592.                                 <div class=\"col-12 col-sm-4 no-padding-x bl_gris br_gris order-4 order-sm-1\">
  593.                                     {% set lien_activite=  path('annuaires_experts_activite_expert',{'titreslug':prestation.titre_service|  slugify,'codePays':codePaysWithUnderScore,'idServicePrestataire':prestation.id_service_prestataire })  %}
  594.                                     {% set style_lien_disable =   \"\"  %}
  595.                                     {% if equipes| length < 1 %}
  596.                                         {% set lien_activite =   \"javascript:void(0)\"  %}
  597.                                         {% set style_lien_disable =   \"pointer-events: none; cursor: default;\"  %}
  598.                                     {% endif %}
  599.                                     <a class=\"nav-item nav-link\" href=\"{{ lien_activite }}\" style=\"{{ style_lien_disable }}\" >
  600.                                         <span class=\"fs13\">{{ translate(\"activite\",lang,\"\",\"M\") | raw }}</span></a>
  601.                                 </div>
  602.                                 <div class=\"col-12 col-sm-4 no-padding-x br_gris order-sm-2\">
  603.                                     <div class=\"nav-item nav-link active\">
  604.                                         <span class=\"fs13\">{{ translate(\"equipe\",lang,\"\",\"M\") |capitalize| raw }}</span>&nbsp;&nbsp;<span class=\"badge badge-secondary\">{{ equipes| length }}</span>
  605.                                     </div>
  606.                                 </div>
  607.                                 <div class=\"col-12 col-sm-4 no-padding-x br_gris order-sm-3\">
  608.                                     {% set lien_blog =  path('annuaires_experts_blog_expert',{'titreslug':prestation.titre_service|  slugify,'codePays':codePaysWithUnderScore,'idServicePrestataire':prestation.id_service_prestataire })  %}
  609.                                     {% set style_lien_disable =   \"\"  %}
  610.                                     {% if blogs| length < 1 %}
  611.                                         {% set lien_blog =   \"javascript:void(0)\"  %}
  612.                                         {% set style_lien_disable =   \"pointer-events: none; cursor: default;\"  %}
  613.                                     {% endif %}
  614.                                     <a class=\"nav-item nav-link\" href=\"{{ lien_blog }}\"  style=\"{{ style_lien_disable }}\" >
  615.                                         <span class=\"fs13\">{{ translate(\"blog\",lang,\"\",\"M\") | raw }}</span>&nbsp;&nbsp;<span class=\"badge badge-secondary\">{{ blogs|length }}</span></a>
  616.                                 </div>
  617.                             </div>
  618.                         </nav>
  619.                     </div>
  620.                 </div>
  621.                 {% for equipe  in equipes  %}
  622.                     <div class=\"card no_shadow my-3\">
  623.                         <div class=\"card-body\" style=\"padding-bottom:6px!important;\">
  624.                             <div class=\"row  pb-2\">
  625.                                 <div class=\"col-12 col-sm-2 col-md-2 col-lg-1\">
  626.                                     {% if equipe.photo|default %}
  627.                                         <img src=\"{{ DNS.FUSACQ }}/images/photos_equipes_prestataires_small/{{ equipe.photo }}\" style=\"width: 55px; border: 1px solid #CCCCCC;\">
  628.                                     {% else %}
  629.                                         <img src=\"https://www.help-fusacq.com/fr/css/images/homme.gif\" style=\"width: 55px; border: 1px solid #CCCCCC;\">
  630.                                     {% endif %}
  631.                                 </div>
  632.                                 <div class=\"col-12 col-sm-10 col-md-10 col-lg-11\">
  633.                                     <a href=\"{{ path('annuaires_experts_fiche_expert_detail',{
  634.                                 'codePays':codePaysWithUnderScore,
  635.                                 'idMembre':equipe.id_membre,
  636.                                 'idServicePrestataire':prestation.id_service_prestataire,
  637.                                 'reecriture_url':equipe.reecriture_url })
  638.                                        }}\" class=\"fs12 bleu_fusacq\">
  639.                                         {{ equipe.prenom }} {{ equipe.nom }}
  640.                                     </a>
  641.                                     <em> {{ equipe.fonction }}</em><br>
  642.                                     <span>{{ equipe.parcours | truncateLongText( 200,' ...' ) |raw|nl2br  }}</span><br>
  643.                                     <div style=\"float:right\">
  644.                                         <a href=\"{{ path('annuaires_experts_fiche_expert_detail',{
  645.                                                             'codePays':codePaysWithUnderScore,
  646.                                                             'idMembre':equipe.id_membre,
  647.                                                             'idServicePrestataire':prestation.id_service_prestataire,
  648.                                                             'reecriture_url':equipe.reecriture_url })
  649.                                            }}\" class=\"bleu_fusacq\">
  650.                                             {{ translate(\"consulter sa fiche\",lang,\"\",\"M\") | raw }}
  651.                                         </a>
  652.                                     </div>
  653.                                 </div>
  654.                             </div>
  655.                         </div>
  656.                     </div>
  657.                 {% endfor %}
  658.                 <!-- notification -->
  659.                 {% include 'form/notifications_success_errors.html.twig' %}
  660.                 <!-- notification   -->
  661.                 <!-- Contactez directement -->
  662.                 {%  set lang = (lang|default) ? lang : app.request.cookies.get('lang') %}
  663.                 <div class=\"card no_shadow mb-3 card-ie\">
  664.                     {{ form_start(form, {attr: {'novalidate': 'novalidate'}}) }}
  665.                     <div class=\"card-body\">
  666.                         <div class=\"row\">
  667.                             <div class=\"col-12 col-lg-9 offset-lg-1\">
  668.                                 {% set arrayVarsTrans =  {\"nom_commercial_societe\":prestation.nom_commercial_societe}  %}
  669.                                 <h5 class=\"gris_666\">
  670.                                     {{ translate(\"contactez directement %\$nom_commercial_societe%\$\",lang,\"\",\"M\",\"\", arrayVarsTrans ) | raw }}
  671.                                 </h5>
  672.                                 <br>
  673.                             </div>
  674.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  675.                                 {{ translate(\"nom\",lang,\"\",\"M\") | raw }} *
  676.                             </div>
  677.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  678.                                 {{ form_widget(form.nom ) }}
  679.                                 {{ form_errors(form.nom) }}
  680.                             </div>
  681.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  682.                                 {{ translate(\"prenom\",lang,\"\",\"M\") | raw }} *
  683.                             </div>
  684.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  685.                                 {{ form_widget(form.prenom ) }}
  686.                                 {{ form_errors(form.prenom) }}
  687.                             </div>
  688.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  689.                                 {{ translate(\"e-mail\",lang,\"\",\"M\") | raw }} *
  690.                             </div>
  691.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  692.                                 {{ form_widget(form.mail ) }}
  693.                                 {{ form_errors(form.mail) }}
  694.                             </div>
  695.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  696.                                 {{ translate(\"telephone\",lang,\"\",\"M\") | raw }} *
  697.                             </div>
  698.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  699.                                 {{ form_widget(form.indicatif ) }}
  700.                                 {{ form_widget(form.telephone ) }}
  701.                                 {{ form_errors(form.telephone) }}
  702.                             </div>
  703.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  704.                                 {{ translate(\"societe\",lang,\"\",\"M\") | raw }} *
  705.                             </div>
  706.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  707.                                 {{ form_widget(form.societe ) }}
  708.                                 {{ form_errors(form.societe) }}
  709.                             </div>
  710.                             <div class=\"col-4 col-lg-3 offset-lg-2 mt-1 mb-3\">
  711.                                 {{ translate(\"message\",lang,\"\",\"M\") | raw }} *
  712.                             </div>
  713.                             <div class=\"col-8 col-lg-5 mb-3 input-group\">
  714.                                 {{ form_widget(form.message ) }}
  715.                                 {{ form_errors(form.message) }}
  716.                             </div>
  717.                             {{ form_widget(form.id_service_prestataire) }}
  718.                             {{ form_widget(form.id_membre) }}
  719.                             <input type=\"hidden\" name=\"form[lang]\" value=\"{{ lang }}\" />
  720.                             <div class=\"col-12 col-sm-6 offset-sm-4\">
  721.                                 <div class=\"form-group\">
  722.                                     {{ form_widget(form.recaptcha) }}
  723.                                     {{ form_errors(form.recaptcha) }}
  724.                                 </div>
  725.                             </div>
  726.                             <div class=\"col-12 mt-1 mb-3 text-center\">
  727.                                 <a href=\"#\" title=\"\" target=\"_blank\">
  728.                                     <button type=\"submit\" class=\"btn btn-fusacq_expert\">{{ translate(\"envoyer\",lang,\"\",\"M\") | raw }}</button>
  729.                                 </a>
  730.                             </div>
  731.                             <div class=\"col-12 mt-4 mt-3\">
  732.                                 <div class=\"col-12\">
  733.                                     <small>{{ translate(\"* champs obligatoires\",lang,\"\",\"M\") | raw }}</small>
  734.                                 </div>
  735.                             </div>
  736.                         </div>
  737.                     </div>
  738.                     {{ form_end(form)}}
  739.                 </div>
  740.                 <!-- Contactez directement -->
  741.                 <!--MODAL-->
  742.                 <!--FIN MODAL-->
  743.             </div> <!--FIN COLONNE DROITE -->
  744.         </div>
  745.     </div>  <!--FIN CONTAINER -->
  746. {% endblock %}
  747. {% block javascripts %}
  748.     {{ parent() }}
  749.     <script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\"
  750.     src=\"{{ asset('build/js/forms/animations.js') }}\" defer></script>
  751.     
  752. {% endblock %}
  753. ""annuaires/experts/fiche_equipe.html.twig""/home/www/fusacq_symfony_5.4_preprod/templates/annuaires/experts/fiche_equipe.html.twig");
  754.     }
  755. }