<?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;
/* Frontend/Events/event_selected.html.twig */
class __TwigTemplate_7245b2b2972ad8703e756bd8d3c2b1ea extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'seoheader' => [$this, 'block_seoheader'],
'body' => [$this, 'block_body'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "Frontend/base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/Events/event_selected.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/Events/event_selected.html.twig"));
$this->parent = $this->loadTemplate("Frontend/base.html.twig", "Frontend/Events/event_selected.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_seoheader($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "seoheader"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "seoheader"));
// line 4
yield " ";
yield from $this->loadTemplate("Frontend/Render/head/_seoevent.html.twig", "Frontend/Events/event_selected.html.twig", 4)->unwrap()->yield(CoreExtension::merge($context, ["event_selected" => (isset($context["event_selected"]) || array_key_exists("event_selected", $context) ? $context["event_selected"] : (function () { throw new RuntimeError('Variable "event_selected" does not exist.', 4, $this->source); })())]));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 11
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 12
yield "
\t<div class=\"content_pages event_selected\">
<div class=\"container\">
<section class=\"section_breadcrumbs\">
<ul>
<li><a href=\"";
// line 18
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_home");
yield "\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Accueil"), "html", null, true);
yield "</a><span>/</span></li>
<li><a href=\"";
// line 19
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_single", ["catslug" => "events", "slug" => "seminars-conferences"]), "html", null, true);
yield "\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Seminars & Conferences"), "html", null, true);
yield "</a><span>/</span></li>
<li><a href=\"#\">";
// line 20
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["event_selected"]) || array_key_exists("event_selected", $context) ? $context["event_selected"] : (function () { throw new RuntimeError('Variable "event_selected" does not exist.', 20, $this->source); })()), "titre", [], "any", false, false, false, 20), "html", null, true);
yield "</a></li>
</ul>
</section>
<div class=\"titre_event_selected\">
<h1>";
// line 24
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["event_selected"]) || array_key_exists("event_selected", $context) ? $context["event_selected"] : (function () { throw new RuntimeError('Variable "event_selected" does not exist.', 24, $this->source); })()), "html", null, true);
yield "</h1>
<label>
";
// line 26
if (( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, (isset($context["event_selected"]) || array_key_exists("event_selected", $context) ? $context["event_selected"] : (function () { throw new RuntimeError('Variable "event_selected" does not exist.', 26, $this->source); })()), "datePublier", [], "any", false, false, false, 26)) && !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, (isset($context["event_selected"]) || array_key_exists("event_selected", $context) ? $context["event_selected"] : (function () { throw new RuntimeError('Variable "event_selected" does not exist.', 26, $this->source); })()), "dateFinal", [], "any", false, false, false, 26)))) {
// line 27
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env, $this->source, (isset($context["event_selected"]) || array_key_exists("event_selected", $context) ? $context["event_selected"] : (function () { throw new RuntimeError('Variable "event_selected" does not exist.', 27, $this->source); })()), "datePublier", [], "any", false, false, false, 27), "d"), "html", null, true);
yield " - ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["event_selected"]) || array_key_exists("event_selected", $context) ? $context["event_selected"] : (function () { throw new RuntimeError('Variable "event_selected" does not exist.', 27, $this->source); })()), "dateFormat", [(isset($context["selected_lang"]) || array_key_exists("selected_lang", $context) ? $context["selected_lang"] : (function () { throw new RuntimeError('Variable "selected_lang" does not exist.', 27, $this->source); })())], "method", false, false, false, 27), "html", null, true);
yield "
";
}
// line 29
yield " </label>
</div>
</div>
<div class=\"miniature_event blocks_event_selected\">
<div class=\"container\">
<a href=\"";
// line 36
if ( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, (isset($context["event_selected"]) || array_key_exists("event_selected", $context) ? $context["event_selected"] : (function () { throw new RuntimeError('Variable "event_selected" does not exist.', 36, $this->source); })()), "link", [], "any", false, false, false, 36))) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["event_selected"]) || array_key_exists("event_selected", $context) ? $context["event_selected"] : (function () { throw new RuntimeError('Variable "event_selected" does not exist.', 36, $this->source); })()), "link", [], "any", false, false, false, 36), "html", null, true);
} else {
yield "#";
}
yield "\"";
if ( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, (isset($context["event_selected"]) || array_key_exists("event_selected", $context) ? $context["event_selected"] : (function () { throw new RuntimeError('Variable "event_selected" does not exist.', 36, $this->source); })()), "link", [], "any", false, false, false, 36))) {
yield "class=\"video_source\"";
}
yield ">
<img class=\"img-fluid\" src=\"";
// line 37
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["event_selected"]) || array_key_exists("event_selected", $context) ? $context["event_selected"] : (function () { throw new RuntimeError('Variable "event_selected" does not exist.', 37, $this->source); })()), "imageFile")), "html", null, true);
yield "\" alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["event_selected"]) || array_key_exists("event_selected", $context) ? $context["event_selected"] : (function () { throw new RuntimeError('Variable "event_selected" does not exist.', 37, $this->source); })()), "html", null, true);
yield "\">
</a>
</div>
</div>
";
// line 42
if ( !Twig\Extension\CoreExtension::testEmpty((isset($context["list_galerie"]) || array_key_exists("list_galerie", $context) ? $context["list_galerie"] : (function () { throw new RuntimeError('Variable "list_galerie" does not exist.', 42, $this->source); })()))) {
// line 43
yield " <div class=\"galerie blocks_event_selected\" id=\"galerie\">
<div class=\"container-fluid\">
<div class=\"galerie_slider_content\">
<div class=\"owl-carousel owl-theme\" id=\"galerie_slider\">
";
// line 48
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["list_galerie"]) || array_key_exists("list_galerie", $context) ? $context["list_galerie"] : (function () { throw new RuntimeError('Variable "list_galerie" does not exist.', 48, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["galerie"]) {
// line 49
yield " ";
if ( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, $context["galerie"], "image", [], "any", false, false, false, 49))) {
// line 50
yield " <div class=\"item_galerie_slider zoom_gallery\">
<a href=\"";
// line 51
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset($context["galerie"], "imageFile")), "html", null, true);
yield "\">
<img class=\"img-fluid\" src=\"";
// line 52
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset($context["galerie"], "imageFile")), "html", null, true);
yield "\" alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["event_selected"]) || array_key_exists("event_selected", $context) ? $context["event_selected"] : (function () { throw new RuntimeError('Variable "event_selected" does not exist.', 52, $this->source); })()), "titre", [], "any", false, false, false, 52), "html", null, true);
yield "\">
</a>
</div>
";
}
// line 56
yield " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['galerie'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 57
yield "
</div>
</div>
</div>
</div>
";
}
// line 63
yield "
";
// line 64
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["event_selected"]) || array_key_exists("event_selected", $context) ? $context["event_selected"] : (function () { throw new RuntimeError('Variable "event_selected" does not exist.', 64, $this->source); })()), "blocks", [], "any", false, false, false, 64));
foreach ($context['_seq'] as $context["_key"] => $context["bloc"]) {
// line 65
yield " ";
if ((CoreExtension::getAttribute($this->env, $this->source, $context["bloc"], "publier", [], "any", false, false, false, 65) == 1)) {
// line 66
yield " ";
yield CoreExtension::getAttribute($this->env, $this->source, $context["bloc"], "contenu", [], "any", false, false, false, 66);
yield "
";
}
// line 68
yield " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['bloc'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 69
yield "
";
// line 70
if ( !Twig\Extension\CoreExtension::testEmpty((isset($context["list_videos"]) || array_key_exists("list_videos", $context) ? $context["list_videos"] : (function () { throw new RuntimeError('Variable "list_videos" does not exist.', 70, $this->source); })()))) {
// line 71
yield " <div class=\"videos_galerie blocks_event_selected\" id=\"videos_galerie\">
<div class=\"container\">
<h2>";
// line 73
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Open days"), "html", null, true);
yield "</h2>
<div class=\"owl-carousel owl-theme\" id=\"videos_slider\">
";
// line 76
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["list_videos"]) || array_key_exists("list_videos", $context) ? $context["list_videos"] : (function () { throw new RuntimeError('Variable "list_videos" does not exist.', 76, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["galerie"]) {
// line 77
yield " ";
if ( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, $context["galerie"], "link", [], "any", false, false, false, 77))) {
// line 78
yield " <div class=\"miniature_event\">
";
// line 79
if ( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, $context["galerie"], "image", [], "any", false, false, false, 79))) {
// line 80
yield " <a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["galerie"], "link", [], "any", false, false, false, 80), "html", null, true);
yield "\" class=\"video_source\">
<img class=\"img-fluid\" src=\"";
// line 81
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset($context["galerie"], "imageFile")), "html", null, true);
yield "\" alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["event_selected"]) || array_key_exists("event_selected", $context) ? $context["event_selected"] : (function () { throw new RuntimeError('Variable "event_selected" does not exist.', 81, $this->source); })()), "html", null, true);
yield "\">
</a>
";
} else {
// line 84
yield " <a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["galerie"], "link", [], "any", false, false, false, 84), "html", null, true);
yield "\" class=\"video_source image_youtube\"></a>
";
}
// line 86
yield " </div>
";
}
// line 88
yield " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['galerie'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 89
yield "
</div>
</div>
</div>
";
}
// line 94
yield "
";
// line 95
if ( !Twig\Extension\CoreExtension::testEmpty((isset($context["list_speakers"]) || array_key_exists("list_speakers", $context) ? $context["list_speakers"] : (function () { throw new RuntimeError('Variable "list_speakers" does not exist.', 95, $this->source); })()))) {
// line 96
yield " <div class=\"speakers_event \">
<div class=\"container\">
<h2>
";
// line 99
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Liste of speakers of"), "html", null, true);
yield " <span>";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("the game theory days"), "html", null, true);
yield "</span>
</h2>
<div class=\"row\">
";
// line 102
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["list_speakers"]) || array_key_exists("list_speakers", $context) ? $context["list_speakers"] : (function () { throw new RuntimeError('Variable "list_speakers" does not exist.', 102, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["speaker"]) {
// line 103
yield " <div class=\"col-xxl-2 col-lg-3 col-md-4 col-6\">
<div class=\"item_speaker\">
<div class=\"img_speakers_event\">
<img class=\"img-fluid\" src=\"";
// line 106
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset($context["speaker"], "imageFile")), "html", null, true);
yield "\" alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["speaker"], "html", null, true);
yield "\">
</div>
<h3>";
// line 108
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["speaker"], "html", null, true);
yield "</h3>
<h4>";
// line 109
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["speaker"], "fonction", [], "any", false, false, false, 109), "html", null, true);
yield "</h4>
<h5>";
// line 110
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["speaker"], "specialite", [], "any", false, false, false, 110), "html", null, true);
yield "</h5>
";
// line 111
if ( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, $context["speaker"], "link", [], "any", false, false, false, 111))) {
// line 112
yield " <a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["speaker"], "link", [], "any", false, false, false, 112), "html", null, true);
yield "\" target=\"_blank\"><img src=\"/assets/img/link.png\" alt=\"website\"></a>
";
} elseif ( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, // line 113
$context["speaker"], "linkedin", [], "any", false, false, false, 113))) {
// line 114
yield " <a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["speaker"], "linkedin", [], "any", false, false, false, 114), "html", null, true);
yield "\" target=\"_blank\"><img src=\"/assets/img/linkedin.png\" alt=\"linkedin\"></a>
";
}
// line 116
yield " </div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['speaker'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 119
yield " </div>
</div>
</div>
";
}
// line 123
yield "
\t</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "Frontend/Events/event_selected.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 371 => 123, 365 => 119, 357 => 116, 351 => 114, 349 => 113, 344 => 112, 342 => 111, 338 => 110, 334 => 109, 330 => 108, 323 => 106, 318 => 103, 314 => 102, 306 => 99, 301 => 96, 299 => 95, 296 => 94, 289 => 89, 283 => 88, 279 => 86, 273 => 84, 265 => 81, 260 => 80, 258 => 79, 255 => 78, 252 => 77, 248 => 76, 242 => 73, 238 => 71, 236 => 70, 233 => 69, 227 => 68, 221 => 66, 218 => 65, 214 => 64, 211 => 63, 203 => 57, 197 => 56, 188 => 52, 184 => 51, 181 => 50, 178 => 49, 174 => 48, 167 => 43, 165 => 42, 155 => 37, 143 => 36, 134 => 29, 126 => 27, 124 => 26, 119 => 24, 112 => 20, 106 => 19, 100 => 18, 92 => 12, 82 => 11, 70 => 4, 60 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'Frontend/base.html.twig' %}
{% block seoheader %}
{% include 'Frontend/Render/head/_seoevent.html.twig' with {'event_selected':event_selected} %}
{% endblock %}
{#% block switcher %}
\t{% include 'Frontend/Render/_switcher.html.twig'%}
{% endblock switcher %#}
{% block body %}
\t<div class=\"content_pages event_selected\">
<div class=\"container\">
<section class=\"section_breadcrumbs\">
<ul>
<li><a href=\"{{ path('frontend_home') }}\">{{'Accueil'|trans}}</a><span>/</span></li>
<li><a href=\"{{ path('page_single',{'catslug':'events', 'slug':'seminars-conferences'}) }}\">{{'Seminars & Conferences'|trans}}</a><span>/</span></li>
<li><a href=\"#\">{{event_selected.titre}}</a></li>
</ul>
</section>
<div class=\"titre_event_selected\">
<h1>{{event_selected}}</h1>
<label>
{% if event_selected.datePublier is not empty and event_selected.dateFinal is not empty %}
{{event_selected.datePublier|date('d')}} - {{event_selected.dateFormat(selected_lang)}}
{% endif %}
</label>
</div>
</div>
<div class=\"miniature_event blocks_event_selected\">
<div class=\"container\">
<a href=\"{% if event_selected.link is not empty %}{{event_selected.link}}{% else %}#{% endif %}\"{% if event_selected.link is not empty %}class=\"video_source\"{% endif %}>
<img class=\"img-fluid\" src=\"{{ asset (vich_uploader_asset(event_selected,'imageFile')) }}\" alt=\"{{event_selected}}\">
</a>
</div>
</div>
{% if list_galerie is not empty %}
<div class=\"galerie blocks_event_selected\" id=\"galerie\">
<div class=\"container-fluid\">
<div class=\"galerie_slider_content\">
<div class=\"owl-carousel owl-theme\" id=\"galerie_slider\">
{% for galerie in list_galerie %}
{% if galerie.image is not empty %}
<div class=\"item_galerie_slider zoom_gallery\">
<a href=\"{{ asset(vich_uploader_asset(galerie,'imageFile'))}}\">
<img class=\"img-fluid\" src=\"{{ asset(vich_uploader_asset(galerie,'imageFile'))}}\" alt=\"{{event_selected.titre}}\">
</a>
</div>
{% endif %}
{% endfor %}
</div>
</div>
</div>
</div>
{% endif %}
{% for bloc in event_selected.blocks %}
{% if bloc.publier == 1 %}
{{bloc.contenu|raw}}
{% endif %}
{% endfor %}
{% if list_videos is not empty %}
<div class=\"videos_galerie blocks_event_selected\" id=\"videos_galerie\">
<div class=\"container\">
<h2>{{'Open days'|trans}}</h2>
<div class=\"owl-carousel owl-theme\" id=\"videos_slider\">
{% for galerie in list_videos %}
{% if galerie.link is not empty %}
<div class=\"miniature_event\">
{% if galerie.image is not empty %}
<a href=\"{{galerie.link}}\" class=\"video_source\">
<img class=\"img-fluid\" src=\"{{ asset (vich_uploader_asset(galerie,'imageFile')) }}\" alt=\"{{event_selected}}\">
</a>
{% else %}
<a href=\"{{galerie.link}}\" class=\"video_source image_youtube\"></a>
{% endif %}
</div>
{% endif %}
{% endfor %}
</div>
</div>
</div>
{% endif %}
{% if list_speakers is not empty %}
<div class=\"speakers_event \">
<div class=\"container\">
<h2>
{{'Liste of speakers of'|trans}} <span>{{'the game theory days'|trans}}</span>
</h2>
<div class=\"row\">
{% for speaker in list_speakers %}
<div class=\"col-xxl-2 col-lg-3 col-md-4 col-6\">
<div class=\"item_speaker\">
<div class=\"img_speakers_event\">
<img class=\"img-fluid\" src=\"{{ asset (vich_uploader_asset(speaker,'imageFile')) }}\" alt=\"{{speaker}}\">
</div>
<h3>{{speaker}}</h3>
<h4>{{speaker.fonction}}</h4>
<h5>{{speaker.specialite}}</h5>
{% if speaker.link is not empty %}
<a href=\"{{speaker.link}}\" target=\"_blank\"><img src=\"/assets/img/link.png\" alt=\"website\"></a>
{% elseif speaker.linkedin is not empty %}
<a href=\"{{speaker.linkedin}}\" target=\"_blank\"><img src=\"/assets/img/linkedin.png\" alt=\"linkedin\"></a>
{% endif %}
</div>
</div>
{% endfor %}
</div>
</div>
</div>
{% endif %}
\t</div>
{% endblock body %}", "Frontend/Events/event_selected.html.twig", "/home/site/wwwroot/templates/Frontend/Events/event_selected.html.twig");
}
}