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