var/cache/dev/twig/da/da28c7da0b0152a6fee2329e39565e7068586c3b0de5eb0e466e5d31acfa3363.php line 43

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. /* webinar/index.html.twig */
  15. class __TwigTemplate_4e3384f172bb61626f6dcf9941565d9a6d3820842590aa8145ef7a3787db1a0f 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.             'title' => [$this'block_title'],
  25.             'description' => [$this'block_description'],
  26.             'stylesheets' => [$this'block_stylesheets'],
  27.             'body' => [$this'block_body'],
  28.             'javascripts' => [$this'block_javascripts'],
  29.         ];
  30.     }
  31.     protected function doGetParent(array $context)
  32.     {
  33.         // line 1
  34.         return "base.html.twig";
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = [])
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""webinar/index.html.twig"));
  41.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""webinar/index.html.twig"));
  43.         $this->parent $this->loadTemplate("base.html.twig""webinar/index.html.twig"1);
  44.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 3
  51.     public function block_title($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  58.         // line 4
  59.         yield "<title>";
  60.         yield $this->extensions['App\Twig\TranslationExtension']->translate("les webinars FUSACQ pour mieux comprendre le marché de la reprise d'entreprise", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'4$this->source); })()), """M");
  61.         yield "</title>
  62. ";
  63.         
  64.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  65.         
  66.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  67.         return; yield '';
  68.     }
  69.     // line 7
  70.     public function block_description($context, array $blocks = [])
  71.     {
  72.         $macros $this->macros;
  73.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  75.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  77.         // line 8
  78.         yield "<meta name=\"description\" content=\"";
  79.         yield $this->extensions['App\Twig\TranslationExtension']->translate("assistez aux webinars FUSACQ pour mieux comprendre le marché de la reprise d'entreprise", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'8$this->source); })()), """M");
  80.         yield "\">
  81. ";
  82.         
  83.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  84.         
  85.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  86.         return; yield '';
  87.     }
  88.     // line 11
  89.     public function block_stylesheets($context, array $blocks = [])
  90.     {
  91.         $macros $this->macros;
  92.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  93.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  94.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  95.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  96.         yield "  ";
  97.         yield from $this->yieldParentBlock("stylesheets"$context$blocks);
  98.         yield "
  99. ";
  100.         
  101.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  102.         
  103.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  104.         return; yield '';
  105.     }
  106.     // line 15
  107.     public function block_body($context, array $blocks = [])
  108.     {
  109.         $macros $this->macros;
  110.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  111.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  112.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  113.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  114.         // line 16
  115.         yield "
  116.     <!-- Menu  -->
  117.     ";
  118.         // line 18
  119.         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 20
  120. (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'20$this->source); })()), "currentRoute" =>         // line 21
  121. (isset($context["currentRoute"]) || array_key_exists("currentRoute"$context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.'21$this->source); })()), "codePays" =>         // line 22
  122. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'22$this->source); })())])));
  123.         // line 23
  124.         yield "
  125.     <!-- Menu  -->
  126.     <!-- Publicité  -->
  127.     ";
  128.         // line 27
  129.         yield from         $this->loadTemplate("includes/publicite.html.twig""webinar/index.html.twig"27)->unwrap()->yield($context);
  130.         // line 28
  131.         yield "    <!-- Publicité  -->
  132.     <div class=\"container\">
  133.         <div class=\"row\">
  134.             <!--COLONNE GAUCHE -->
  135.             ";
  136.         // line 33
  137.         yield from         $this->loadTemplate("includes/colonnes_gauche.html.twig""webinar/index.html.twig"33)->unwrap()->yield($context);
  138.         // line 34
  139.         yield "            <!--FIN COLONNE GAUCHE -->
  140.             <!--COLONNE DROITE -->
  141.             <div class=\"col-12 col-lg-9 bkg_blanc\">
  142.                 <!-- ARIANE -->
  143.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  144.                     <ol class=\"breadcrumb\">
  145.                         <li class=\"breadcrumb-item\">
  146.                             <a href=\"";
  147.         // line 45
  148.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("index", ["codePays" => (isset($context["codePays"]) || array_key_exists("codePays"$context) ? $context["codePays"] : (function () { throw new RuntimeError('Variable "codePays" does not exist.'45$this->source); })())]), "html"nulltrue);
  149.         yield "\"> ";
  150.         yield $this->extensions['App\Twig\TranslationExtension']->translate("accueil", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'45$this->source); })()), """M");
  151.         yield "</a>
  152.                         </li>
  153.                         <li aria-current=\"page\" class=\"breadcrumb-item active\">
  154.                             ";
  155.         // line 49
  156.         yield $this->extensions['App\Twig\TranslationExtension']->translate("webinars", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'49$this->source); })()), """M");
  157.         yield "
  158.                         </li>
  159.                     </ol>
  160.                 </nav>
  161.                 <!-- FIN ARIANE -->
  162.                 <div class=\"row\">
  163.                     <div class=\"col-12 mb-5 ml-3 mt-5\">
  164.                         <h3 class=\"fs2 gris_666\">
  165.                             ";
  166.         // line 59
  167.         yield $this->extensions['App\Twig\TranslationExtension']->translate("webinars fusacq", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'59$this->source); })()), """M");
  168.         yield " *
  169.                         </h3>
  170.                     </div>
  171.                 </div>
  172.                 <div class=\"row\">
  173.                     <div class=\"col-12\">
  174.                         <!--WEBINAR -->
  175.                         ";
  176.         // line 66
  177.         $context['_parent'] = $context;
  178.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["webinars"]) || array_key_exists("webinars"$context) ? $context["webinars"] : (function () { throw new RuntimeError('Variable "webinars" does not exist.'66$this->source); })()));
  179.         foreach ($context['_seq'] as $context["k"] => $context["webinar"]) {
  180.             // line 67
  181.             yield "                            <div class=\"card no_shadow mb-3 card-ie filet_gris\">
  182.                                 <div class=\"card-body\">
  183.                                     <div class=\"row\">
  184.                                         ";
  185.             // line 70
  186.             $context["lienDetailWebinar"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("webinar_detail", ["idformation" => CoreExtension::getAttribute($this->env$this->source$context["webinar"], "id_formation", [], "any"falsefalsefalse70), "titreslug" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env$this->source$context["webinar"], "titre", [], "any"falsefalsefalse70)), "date" => $this->extensions['App\Twig\DateExtension']->date(CoreExtension::getAttribute($this->env$this->source$context["webinar"], "date_formation", [], "any"falsefalsefalse70), "Ymd"), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'70$this->source); })())]);
  187.             // line 71
  188.             yield "                                        <div class=\"col-3 col-lg-2 mt-1\">
  189.                                             <a href=\"";
  190.             // line 72
  191.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lienDetailWebinar"]) || array_key_exists("lienDetailWebinar"$context) ? $context["lienDetailWebinar"] : (function () { throw new RuntimeError('Variable "lienDetailWebinar" does not exist.'72$this->source); })()), "html"nulltrue);
  192.             yield "\" target=\"_blank\" title=\"\">
  193.                                                 <img class=\"img-fluid\"
  194.                                                      src=\"https://content.fusacq.com/static/help-fusacq/fr/css/images/logos_formation_intermediaire/";
  195.             // line 74
  196.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["webinar"], "logo", [], "any"falsefalsefalse74), "html"nulltrue);
  197.             yield "\"
  198.                                                      alt=\"";
  199.             // line 75
  200.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["webinar"], "formateur", [], "any"falsefalsefalse75), "html"nulltrue);
  201.             yield "\">
  202.                                             </a>
  203.                                         </div>
  204.                                         <div class=\"col-9 col-lg-10\">
  205.                                             <div>
  206.                                                 <a href=\"";
  207.             // line 80
  208.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lienDetailWebinar"]) || array_key_exists("lienDetailWebinar"$context) ? $context["lienDetailWebinar"] : (function () { throw new RuntimeError('Variable "lienDetailWebinar" does not exist.'80$this->source); })()), "html"nulltrue);
  209.             yield "\" class=\"titre_webinar fs15\"
  210.                                                    title=\"";
  211.             // line 81
  212.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["webinar"], "titre", [], "any"falsefalsefalse81), "html"nulltrue);
  213.             yield "\">
  214.                                                     ";
  215.             // line 82
  216.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["webinar"], "titre", [], "any"falsefalsefalse82), "html"nulltrue);
  217.             yield "
  218.                                                 </a>
  219.                                             </div>
  220.                                             <div class=\"row\">
  221.                                                 <div class=\"col-12 col-md-8 mb-1\">
  222.                                                     <span class=\"fs15\">";
  223.             // line 87
  224.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\DateExtension']->date(CoreExtension::getAttribute($this->env$this->source$context["webinar"], "date_formation", [], "any"falsefalsefalse87), "d/m/Y"), "html"nulltrue);
  225.             yield " - ";
  226.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["webinar"], "horaire", [], "any"falsefalsefalse87), "html"nulltrue);
  227.             yield "**</span>
  228.                                                     <br>
  229.                                                     <span> ";
  230.             // line 89
  231.             yield $this->extensions['App\Twig\TranslationExtension']->translate("par", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'89$this->source); })()), "");
  232.             yield 
  233.                                                           ";
  234.             // line 90
  235.             if (((null === CoreExtension::getAttribute($this->env$this->source$context["webinar"], "formateur2", [], "any"falsefalsefalse90)) && (null === CoreExtension::getAttribute($this->env$this->source$context["webinar"], "formateur3", [], "any"falsefalsefalse90)))) {
  236.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["webinar"], "formateur", [], "any"falsefalsefalse90), "html"nulltrue);
  237.                 yield " - ";
  238.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["webinar"], "fonction", [], "any"falsefalsefalse90), "html"nulltrue);
  239.                 yield "
  240.                                                           ";
  241.             } else {
  242.                 // line 91
  243.                 yield 
  244.                                                               ";
  245.                 // line 92
  246.                 if (((CoreExtension::getAttribute($this->env$this->source$context["webinar"], "formateur", [], "any"truetruefalse92)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env$this->source$context["webinar"], "formateur", [], "any"falsefalsefalse92))) : (""))) {
  247.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["webinar"], "formateur", [], "any"falsefalsefalse92), "html"nulltrue);
  248.                 }
  249.                 if (((CoreExtension::getAttribute($this->env$this->source$context["webinar"], "formateur2", [], "any"truetruefalse92)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env$this->source$context["webinar"], "formateur2", [], "any"falsefalsefalse92))) : (""))) {
  250.                     yield ", ";
  251.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["webinar"], "formateur2", [], "any"falsefalsefalse92), "html"nulltrue);
  252.                 }
  253.                 if (((CoreExtension::getAttribute($this->env$this->source$context["webinar"], "formateur3", [], "any"truetruefalse92)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env$this->source$context["webinar"], "formateur3", [], "any"falsefalsefalse92))) : (""))) {
  254.                     yield ", ";
  255.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["webinar"], "formateur3", [], "any"falsefalsefalse92), "html"nulltrue);
  256.                 }
  257.                 // line 93
  258.                 yield "                                                          ";
  259.             }
  260.             // line 94
  261.             yield "                                                        
  262.                                                     </span>
  263.                                                 </div>
  264.                                                 <div class=\"col-12 col-md-4 mt-3 text-center\">
  265.                                                     <a href=\"";
  266.             // line 99
  267.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["lienDetailWebinar"]) || array_key_exists("lienDetailWebinar"$context) ? $context["lienDetailWebinar"] : (function () { throw new RuntimeError('Variable "lienDetailWebinar" does not exist.'99$this->source); })()), "html"nulltrue);
  268.             yield "\" class=\"button-rond\" role=\"button\" aria-pressed=\"true\">
  269.                                                         ";
  270.             // line 100
  271.             yield $this->extensions['App\Twig\TranslationExtension']->translate("details", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'100$this->source); })()), """M");
  272.             yield "
  273.                                                     </a>
  274.                                                 </div>
  275.                                             </div>
  276.                                         </div>
  277.                                     </div>
  278.                                 </div>
  279.                             </div>
  280.                         ";
  281.         }
  282.         $_parent $context['_parent'];
  283.         unset($context['_seq'], $context['_iterated'], $context['k'], $context['webinar'], $context['_parent'], $context['loop']);
  284.         $context array_intersect_key($context$_parent) + $_parent;
  285.         // line 111
  286.         yield "                        <!--FIN WEBINAR 2-->
  287.                     </div>
  288.                 </div>
  289.                 <div class=\"col-12 mb-3 mt-3\">
  290.                     <em>
  291.                         ";
  292.         // line 116
  293.         yield $this->extensions['App\Twig\TranslationExtension']->translate("une fois inscrit(e), vous recevez un e-mail de confirmation contenant les informations relatives a la procedure d'acces au webinaire", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'116$this->source); })()), """M");
  294.         yield "
  295.                     </em>
  296.                     <br>
  297.                     <div class=\"col-12 mb-3 mt-1\">
  298.                         <small>* ";
  299.         // line 120
  300.         yield $this->extensions['App\Twig\TranslationExtension']->translate("conference en ligne gratuite accessible depuis tout ordinateur connecte a internet", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'120$this->source); })()), """M");
  301.         yield "</small><br>
  302.                         <small>** ";
  303.         // line 121
  304.         yield $this->extensions['App\Twig\TranslationExtension']->translate("si vous n'etes pas disponible a la date d'un webinar, inscrivez-vous quand meme pour visionner le replay !", (isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'121$this->source); })()), """M");
  305.         yield "</small>
  306.                     </div>
  307.                 </div>
  308.             </div><!--FIN COLONNE DROITE -->
  309.         </div> <!--FIN ROW CONTAINER -->
  310.     </div>  <!--FIN CONTAINER -->
  311. ";
  312.         
  313.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  314.         
  315.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  316.         return; yield '';
  317.     }
  318.     // line 134
  319.     public function block_javascripts($context, array $blocks = [])
  320.     {
  321.         $macros $this->macros;
  322.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  323.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  324.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  325.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  326.         yield " ";
  327.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  328.         yield " ";
  329.         
  330.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  331.         
  332.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  333.         return; yield '';
  334.     }
  335.     /**
  336.      * @codeCoverageIgnore
  337.      */
  338.     public function getTemplateName()
  339.     {
  340.         return "webinar/index.html.twig";
  341.     }
  342.     /**
  343.      * @codeCoverageIgnore
  344.      */
  345.     public function isTraitable()
  346.     {
  347.         return false;
  348.     }
  349.     /**
  350.      * @codeCoverageIgnore
  351.      */
  352.     public function getDebugInfo()
  353.     {
  354.         return array (  369 => 134,  346 => 121,  342 => 120,  335 => 116,  328 => 111,  311 => 100,  307 => 99,  300 => 94,  297 => 93,  285 => 92,  282 => 91,  274 => 90,  270 => 89,  263 => 87,  255 => 82,  251 => 81,  247 => 80,  239 => 75,  235 => 74,  230 => 72,  227 => 71,  225 => 70,  220 => 67,  216 => 66,  206 => 59,  193 => 49,  184 => 45,  171 => 34,  169 => 33,  162 => 28,  160 => 27,  154 => 23,  152 => 22,  151 => 21,  150 => 20,  149 => 18,  145 => 16,  135 => 15,  111 => 11,  97 => 8,  87 => 7,  73 => 4,  63 => 3,  40 => 1,);
  355.     }
  356.     public function getSourceContext()
  357.     {
  358.         return new Source("{% extends 'base.html.twig' %}
  359. {% block title %}
  360. <title>{{ translate(\"les webinars FUSACQ pour mieux comprendre le marché de la reprise d'entreprise\" ,lang,\"\",\"M\") | raw }}</title>
  361. {% endblock %}
  362. {% block description %}
  363. <meta name=\"description\" content=\"{{ translate(\"assistez aux webinars FUSACQ pour mieux comprendre le marché de la reprise d'entreprise\" ,lang,\"\",\"M\") | raw }}\">
  364. {% endblock %}
  365. {% block stylesheets %}  {{ parent() }}
  366. {% endblock %}
  367. {% block body %}
  368.     <!-- Menu  -->
  369.     {{ render_esi(controller(
  370.           'App\\\\Controller\\\\CoreController::menu',
  371.           {   \"lang\": lang,
  372.               \"currentRoute\":currentRoute,
  373.               \"codePays\": codePaysWithUnderScore }
  374.       )) | spaceless }}
  375.     <!-- Menu  -->
  376.     <!-- Publicité  -->
  377.     {% include 'includes/publicite.html.twig' %}
  378.     <!-- Publicité  -->
  379.     <div class=\"container\">
  380.         <div class=\"row\">
  381.             <!--COLONNE GAUCHE -->
  382.             {% include 'includes/colonnes_gauche.html.twig' %}
  383.             <!--FIN COLONNE GAUCHE -->
  384.             <!--COLONNE DROITE -->
  385.             <div class=\"col-12 col-lg-9 bkg_blanc\">
  386.                 <!-- ARIANE -->
  387.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  388.                     <ol class=\"breadcrumb\">
  389.                         <li class=\"breadcrumb-item\">
  390.                             <a href=\"{{ path('index',{'codePays':codePays   }) }}\"> {{ translate(\"accueil\" ,lang,\"\",\"M\") | raw }}</a>
  391.                         </li>
  392.                         <li aria-current=\"page\" class=\"breadcrumb-item active\">
  393.                             {{ translate(\"webinars\" ,lang,\"\",\"M\") | raw }}
  394.                         </li>
  395.                     </ol>
  396.                 </nav>
  397.                 <!-- FIN ARIANE -->
  398.                 <div class=\"row\">
  399.                     <div class=\"col-12 mb-5 ml-3 mt-5\">
  400.                         <h3 class=\"fs2 gris_666\">
  401.                             {{ translate('webinars fusacq' ,lang,\"\",\"M\") | raw }} *
  402.                         </h3>
  403.                     </div>
  404.                 </div>
  405.                 <div class=\"row\">
  406.                     <div class=\"col-12\">
  407.                         <!--WEBINAR -->
  408.                         {% for  k,webinar in webinars %}
  409.                             <div class=\"card no_shadow mb-3 card-ie filet_gris\">
  410.                                 <div class=\"card-body\">
  411.                                     <div class=\"row\">
  412.                                         {% set  lienDetailWebinar = path('webinar_detail',{'idformation':webinar.id_formation,'titreslug':webinar.titre|  slugify,'date':webinar.date_formation|date(\"Ymd\"),'codePays': codePaysWithUnderScore}) %}
  413.                                         <div class=\"col-3 col-lg-2 mt-1\">
  414.                                             <a href=\"{{ lienDetailWebinar }}\" target=\"_blank\" title=\"\">
  415.                                                 <img class=\"img-fluid\"
  416.                                                      src=\"https://content.fusacq.com/static/help-fusacq/fr/css/images/logos_formation_intermediaire/{{ webinar.logo }}\"
  417.                                                      alt=\"{{ webinar.formateur }}\">
  418.                                             </a>
  419.                                         </div>
  420.                                         <div class=\"col-9 col-lg-10\">
  421.                                             <div>
  422.                                                 <a href=\"{{ lienDetailWebinar }}\" class=\"titre_webinar fs15\"
  423.                                                    title=\"{{ webinar.titre }}\">
  424.                                                     {{ webinar.titre }}
  425.                                                 </a>
  426.                                             </div>
  427.                                             <div class=\"row\">
  428.                                                 <div class=\"col-12 col-md-8 mb-1\">
  429.                                                     <span class=\"fs15\">{{ webinar.date_formation|date(\"d/m/Y\") }} - {{ webinar.horaire }}**</span>
  430.                                                     <br>
  431.                                                     <span> {{ translate(\"par\" ,lang,\"\") | raw }} 
  432.                                                           {% if webinar.formateur2 is null and  webinar.formateur3  is null%}{{ webinar.formateur }} - {{ webinar.fonction }}
  433.                                                           {% else %} 
  434.                                                               {% if webinar.formateur|default %}{{ webinar.formateur }}{% endif %}{% if webinar.formateur2|default %}, {{ webinar.formateur2 }}{% endif %}{% if webinar.formateur3|default %}, {{ webinar.formateur3 }}{% endif %}
  435.                                                           {% endif %}
  436.                                                         
  437.                                                     </span>
  438.                                                 </div>
  439.                                                 <div class=\"col-12 col-md-4 mt-3 text-center\">
  440.                                                     <a href=\"{{ lienDetailWebinar }}\" class=\"button-rond\" role=\"button\" aria-pressed=\"true\">
  441.                                                         {{ translate(\"details\" ,lang,\"\",\"M\") | raw }}
  442.                                                     </a>
  443.                                                 </div>
  444.                                             </div>
  445.                                         </div>
  446.                                     </div>
  447.                                 </div>
  448.                             </div>
  449.                         {% endfor %}
  450.                         <!--FIN WEBINAR 2-->
  451.                     </div>
  452.                 </div>
  453.                 <div class=\"col-12 mb-3 mt-3\">
  454.                     <em>
  455.                         {{ translate(\"une fois inscrit(e), vous recevez un e-mail de confirmation contenant les informations relatives a la procedure d'acces au webinaire\" ,lang,\"\",\"M\") | raw }}
  456.                     </em>
  457.                     <br>
  458.                     <div class=\"col-12 mb-3 mt-1\">
  459.                         <small>* {{ translate(\"conference en ligne gratuite accessible depuis tout ordinateur connecte a internet\" ,lang,\"\",\"M\") | raw }}</small><br>
  460.                         <small>** {{ translate(\"si vous n'etes pas disponible a la date d'un webinar, inscrivez-vous quand meme pour visionner le replay !\" ,lang,\"\",\"M\") | raw }}</small>
  461.                     </div>
  462.                 </div>
  463.             </div><!--FIN COLONNE DROITE -->
  464.         </div> <!--FIN ROW CONTAINER -->
  465.     </div>  <!--FIN CONTAINER -->
  466. {% endblock %}
  467. {% block javascripts %} {{ parent() }} {% endblock %}
  468. ""webinar/index.html.twig""/home/www/fusacq_symfony_5.4_preprod/templates/webinar/index.html.twig");
  469.     }
  470. }