<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* webinar/index.html.twig */
class __TwigTemplate_4e3384f172bb61626f6dcf9941565d9a6d3820842590aa8145ef7a3787db1a0f extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'description' => [$this, 'block_description'],
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "webinar/index.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "webinar/index.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "webinar/index.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
// line 4
yield "<title>";
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");
yield "</title>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 7
public function block_description($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description"));
// line 8
yield "<meta name=\"description\" content=\"";
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");
yield "\">
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 11
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
yield " ";
yield from $this->yieldParentBlock("stylesheets", $context, $blocks);
yield "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 15
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 16
yield "
<!-- Menu -->
";
// line 18
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
(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
(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
(isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 22, $this->source); })())])));
// line 23
yield "
<!-- Menu -->
<!-- Publicité -->
";
// line 27
yield from $this->loadTemplate("includes/publicite.html.twig", "webinar/index.html.twig", 27)->unwrap()->yield($context);
// line 28
yield " <!-- Publicité -->
<div class=\"container\">
<div class=\"row\">
<!--COLONNE GAUCHE -->
";
// line 33
yield from $this->loadTemplate("includes/colonnes_gauche.html.twig", "webinar/index.html.twig", 33)->unwrap()->yield($context);
// line 34
yield " <!--FIN COLONNE GAUCHE -->
<!--COLONNE DROITE -->
<div class=\"col-12 col-lg-9 bkg_blanc\">
<!-- ARIANE -->
<nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
<ol class=\"breadcrumb\">
<li class=\"breadcrumb-item\">
<a href=\"";
// line 45
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", null, true);
yield "\"> ";
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");
yield "</a>
</li>
<li aria-current=\"page\" class=\"breadcrumb-item active\">
";
// line 49
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");
yield "
</li>
</ol>
</nav>
<!-- FIN ARIANE -->
<div class=\"row\">
<div class=\"col-12 mb-5 ml-3 mt-5\">
<h3 class=\"fs2 gris_666\">
";
// line 59
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");
yield " *
</h3>
</div>
</div>
<div class=\"row\">
<div class=\"col-12\">
<!--WEBINAR -->
";
// line 66
$context['_parent'] = $context;
$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); })()));
foreach ($context['_seq'] as $context["k"] => $context["webinar"]) {
// line 67
yield " <div class=\"card no_shadow mb-3 card-ie filet_gris\">
<div class=\"card-body\">
<div class=\"row\">
";
// line 70
$context["lienDetailWebinar"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("webinar_detail", ["idformation" => CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "id_formation", [], "any", false, false, false, 70), "titreslug" => $this->extensions['App\Twig\SlugExtension']->slugify(CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "titre", [], "any", false, false, false, 70)), "date" => $this->extensions['App\Twig\DateExtension']->date(CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "date_formation", [], "any", false, false, false, 70), "Ymd"), "codePays" => (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 70, $this->source); })())]);
// line 71
yield " <div class=\"col-3 col-lg-2 mt-1\">
<a href=\"";
// line 72
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", null, true);
yield "\" target=\"_blank\" title=\"\">
<img class=\"img-fluid\"
src=\"https://content.fusacq.com/static/help-fusacq/fr/css/images/logos_formation_intermediaire/";
// line 74
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "logo", [], "any", false, false, false, 74), "html", null, true);
yield "\"
alt=\"";
// line 75
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "formateur", [], "any", false, false, false, 75), "html", null, true);
yield "\">
</a>
</div>
<div class=\"col-9 col-lg-10\">
<div>
<a href=\"";
// line 80
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", null, true);
yield "\" class=\"titre_webinar fs15\"
title=\"";
// line 81
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "titre", [], "any", false, false, false, 81), "html", null, true);
yield "\">
";
// line 82
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "titre", [], "any", false, false, false, 82), "html", null, true);
yield "
</a>
</div>
<div class=\"row\">
<div class=\"col-12 col-md-8 mb-1\">
<span class=\"fs15\">";
// line 87
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", false, false, false, 87), "d/m/Y"), "html", null, true);
yield " - ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "horaire", [], "any", false, false, false, 87), "html", null, true);
yield "**</span>
<br>
<span> ";
// line 89
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); })()), "");
yield "
";
// line 90
if (((null === CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "formateur2", [], "any", false, false, false, 90)) && (null === CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "formateur3", [], "any", false, false, false, 90)))) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "formateur", [], "any", false, false, false, 90), "html", null, true);
yield " - ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "fonction", [], "any", false, false, false, 90), "html", null, true);
yield "
";
} else {
// line 91
yield "
";
// line 92
if (((CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "formateur", [], "any", true, true, false, 92)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "formateur", [], "any", false, false, false, 92))) : (""))) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "formateur", [], "any", false, false, false, 92), "html", null, true);
}
if (((CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "formateur2", [], "any", true, true, false, 92)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "formateur2", [], "any", false, false, false, 92))) : (""))) {
yield ", ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "formateur2", [], "any", false, false, false, 92), "html", null, true);
}
if (((CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "formateur3", [], "any", true, true, false, 92)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "formateur3", [], "any", false, false, false, 92))) : (""))) {
yield ", ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["webinar"], "formateur3", [], "any", false, false, false, 92), "html", null, true);
}
// line 93
yield " ";
}
// line 94
yield "
</span>
</div>
<div class=\"col-12 col-md-4 mt-3 text-center\">
<a href=\"";
// line 99
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", null, true);
yield "\" class=\"button-rond\" role=\"button\" aria-pressed=\"true\">
";
// line 100
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");
yield "
</a>
</div>
</div>
</div>
</div>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['k'], $context['webinar'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 111
yield " <!--FIN WEBINAR 2-->
</div>
</div>
<div class=\"col-12 mb-3 mt-3\">
<em>
";
// line 116
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");
yield "
</em>
<br>
<div class=\"col-12 mb-3 mt-1\">
<small>* ";
// line 120
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");
yield "</small><br>
<small>** ";
// line 121
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");
yield "</small>
</div>
</div>
</div><!--FIN COLONNE DROITE -->
</div> <!--FIN ROW CONTAINER -->
</div> <!--FIN CONTAINER -->
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 134
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
yield " ";
yield from $this->yieldParentBlock("javascripts", $context, $blocks);
yield " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "webinar/index.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block title %}
<title>{{ translate(\"les webinars FUSACQ pour mieux comprendre le marché de la reprise d'entreprise\" ,lang,\"\",\"M\") | raw }}</title>
{% endblock %}
{% block description %}
<meta name=\"description\" content=\"{{ translate(\"assistez aux webinars FUSACQ pour mieux comprendre le marché de la reprise d'entreprise\" ,lang,\"\",\"M\") | raw }}\">
{% endblock %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block body %}
<!-- Menu -->
{{ render_esi(controller(
'App\\\\Controller\\\\CoreController::menu',
{ \"lang\": lang,
\"currentRoute\":currentRoute,
\"codePays\": codePaysWithUnderScore }
)) | spaceless }}
<!-- Menu -->
<!-- Publicité -->
{% include 'includes/publicite.html.twig' %}
<!-- Publicité -->
<div class=\"container\">
<div class=\"row\">
<!--COLONNE GAUCHE -->
{% include 'includes/colonnes_gauche.html.twig' %}
<!--FIN COLONNE GAUCHE -->
<!--COLONNE DROITE -->
<div class=\"col-12 col-lg-9 bkg_blanc\">
<!-- ARIANE -->
<nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
<ol class=\"breadcrumb\">
<li class=\"breadcrumb-item\">
<a href=\"{{ path('index',{'codePays':codePays }) }}\"> {{ translate(\"accueil\" ,lang,\"\",\"M\") | raw }}</a>
</li>
<li aria-current=\"page\" class=\"breadcrumb-item active\">
{{ translate(\"webinars\" ,lang,\"\",\"M\") | raw }}
</li>
</ol>
</nav>
<!-- FIN ARIANE -->
<div class=\"row\">
<div class=\"col-12 mb-5 ml-3 mt-5\">
<h3 class=\"fs2 gris_666\">
{{ translate('webinars fusacq' ,lang,\"\",\"M\") | raw }} *
</h3>
</div>
</div>
<div class=\"row\">
<div class=\"col-12\">
<!--WEBINAR -->
{% for k,webinar in webinars %}
<div class=\"card no_shadow mb-3 card-ie filet_gris\">
<div class=\"card-body\">
<div class=\"row\">
{% set lienDetailWebinar = path('webinar_detail',{'idformation':webinar.id_formation,'titreslug':webinar.titre| slugify,'date':webinar.date_formation|date(\"Ymd\"),'codePays': codePaysWithUnderScore}) %}
<div class=\"col-3 col-lg-2 mt-1\">
<a href=\"{{ lienDetailWebinar }}\" target=\"_blank\" title=\"\">
<img class=\"img-fluid\"
src=\"https://content.fusacq.com/static/help-fusacq/fr/css/images/logos_formation_intermediaire/{{ webinar.logo }}\"
alt=\"{{ webinar.formateur }}\">
</a>
</div>
<div class=\"col-9 col-lg-10\">
<div>
<a href=\"{{ lienDetailWebinar }}\" class=\"titre_webinar fs15\"
title=\"{{ webinar.titre }}\">
{{ webinar.titre }}
</a>
</div>
<div class=\"row\">
<div class=\"col-12 col-md-8 mb-1\">
<span class=\"fs15\">{{ webinar.date_formation|date(\"d/m/Y\") }} - {{ webinar.horaire }}**</span>
<br>
<span> {{ translate(\"par\" ,lang,\"\") | raw }}
{% if webinar.formateur2 is null and webinar.formateur3 is null%}{{ webinar.formateur }} - {{ webinar.fonction }}
{% else %}
{% if webinar.formateur|default %}{{ webinar.formateur }}{% endif %}{% if webinar.formateur2|default %}, {{ webinar.formateur2 }}{% endif %}{% if webinar.formateur3|default %}, {{ webinar.formateur3 }}{% endif %}
{% endif %}
</span>
</div>
<div class=\"col-12 col-md-4 mt-3 text-center\">
<a href=\"{{ lienDetailWebinar }}\" class=\"button-rond\" role=\"button\" aria-pressed=\"true\">
{{ translate(\"details\" ,lang,\"\",\"M\") | raw }}
</a>
</div>
</div>
</div>
</div>
</div>
</div>
{% endfor %}
<!--FIN WEBINAR 2-->
</div>
</div>
<div class=\"col-12 mb-3 mt-3\">
<em>
{{ 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 }}
</em>
<br>
<div class=\"col-12 mb-3 mt-1\">
<small>* {{ translate(\"conference en ligne gratuite accessible depuis tout ordinateur connecte a internet\" ,lang,\"\",\"M\") | raw }}</small><br>
<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>
</div>
</div>
</div><!--FIN COLONNE DROITE -->
</div> <!--FIN ROW CONTAINER -->
</div> <!--FIN CONTAINER -->
{% endblock %}
{% block javascripts %} {{ parent() }} {% endblock %}
", "webinar/index.html.twig", "/home/www/fusacq_symfony_5.4_preprod/templates/webinar/index.html.twig");
}
}