<?phpuse 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;use Twig\TemplateWrapper;/* vitrine/lexend/ebooks/page_afterregistered.html.twig */class __TwigTemplate_335f51af0475024820e69f3789f11811 extends Template{ private Source $source; /** * @var array<string, Template> */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ 'title' => [$this, 'block_title'], 'description' => [$this, 'block_description'], 'robots' => [$this, 'block_robots'], 'meta_social' => [$this, 'block_meta_social'], 'canonical' => [$this, 'block_canonical'], 'meta' => [$this, 'block_meta'], 'body' => [$this, 'block_body'], 'footer_js' => [$this, 'block_footer_js'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 1 return "vitrine/lexend/layout.html.twig"; } protected function doDisplay(array $context, array $blocks = []): iterable { $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", "vitrine/lexend/ebooks/page_afterregistered.html.twig")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "vitrine/lexend/ebooks/page_afterregistered.html.twig")); // line 3 $context["paramArticle"] = $this->extensions['App\Twig\ToolsExtension']->getCoreToolsList("article"); // line 4 $context["enterpriseName"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramArticle"]) || array_key_exists("paramArticle", $context) ? $context["paramArticle"] : (function () { throw new RuntimeError('Variable "paramArticle" does not exist.', 4, $this->source); })()), "enterprise_name", [], "array", false, false, false, 4); // line 5 $context["logo_organization"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramArticle"]) || array_key_exists("paramArticle", $context) ? $context["paramArticle"] : (function () { throw new RuntimeError('Variable "paramArticle" does not exist.', 5, $this->source); })()), "logo_organization", [], "array", false, false, false, 5); // line 6 $context["size_width_logo_organization"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramArticle"]) || array_key_exists("paramArticle", $context) ? $context["paramArticle"] : (function () { throw new RuntimeError('Variable "paramArticle" does not exist.', 6, $this->source); })()), "size_width_logo_organization", [], "array", false, false, false, 6); // line 7 $context["size_height_logo_organization"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramArticle"]) || array_key_exists("paramArticle", $context) ? $context["paramArticle"] : (function () { throw new RuntimeError('Variable "paramArticle" does not exist.', 7, $this->source); })()), "size_height_logo_organization", [], "array", false, false, false, 7); // line 8 $context["domain"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramArticle"]) || array_key_exists("paramArticle", $context) ? $context["paramArticle"] : (function () { throw new RuntimeError('Variable "paramArticle" does not exist.', 8, $this->source); })()), "absolute_domain", [], "array", false, false, false, 8); // line 1 $this->parent = $this->load("vitrine/lexend/layout.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 10 /** * @return iterable<null|scalar|\Stringable> */ public function block_title(array $context, array $blocks = []): iterable { $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", "title")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title")); yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["ebook"]) || array_key_exists("ebook", $context) ? $context["ebook"] : (function () { throw new RuntimeError('Variable "ebook" does not exist.', 10, $this->source); })()), "title", [], "any", false, false, false, 10), "html", null, true); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 11 /** * @return iterable<null|scalar|\Stringable> */ public function block_description(array $context, array $blocks = []): iterable { $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", "description")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description")); yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["ebook"]) || array_key_exists("ebook", $context) ? $context["ebook"] : (function () { throw new RuntimeError('Variable "ebook" does not exist.', 11, $this->source); })()), "shortDescription", [], "any", false, false, false, 11), "html", null, true); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 12 /** * @return iterable<null|scalar|\Stringable> */ public function block_robots(array $context, array $blocks = []): iterable { $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", "robots")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "robots")); yield "index,follow"; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 17 /** * @return iterable<null|scalar|\Stringable> */ public function block_meta_social(array $context, array $blocks = []): iterable { $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", "meta_social")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_social")); // line 18 yield " "; yield from $this->yieldParentBlock("meta_social", $context, $blocks); yield ""; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 21 /** * @return iterable<null|scalar|\Stringable> */ public function block_canonical(array $context, array $blocks = []): iterable { $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", "canonical")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "canonical")); // line 22 yield " "; yield from $this->yieldParentBlock("canonical", $context, $blocks); yield ""; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 25 /** * @return iterable<null|scalar|\Stringable> */ public function block_meta(array $context, array $blocks = []): iterable { $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", "meta")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta")); // line 26 yield " "; yield from $this->yieldParentBlock("meta", $context, $blocks); yield ""; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 29 /** * @return iterable<null|scalar|\Stringable> */ public function block_body(array $context, array $blocks = []): iterable { $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 30 yield " <section class=\"wrapper bg-gradient-primary\"> <div class=\"container py-14 pt-md-15 pb-md-18\"> <div class=\"row text-center\"> <div class=\"col-lg-9 col-xxl-7 mx-auto\"> <h2 class=\"display-1 mb-4\">"; // line 35 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["ebook"]) || array_key_exists("ebook", $context) ? $context["ebook"] : (function () { throw new RuntimeError('Variable "ebook" does not exist.', 35, $this->source); })()), "titleDownload", [], "any", false, false, false, 35), "html", null, true); yield "</h2> <p class=\"lead fs-24 lh-sm px-md-5 px-xl-15 px-xxl-10 mb-7\">"; // line 36 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["ebook"]) || array_key_exists("ebook", $context) ? $context["ebook"] : (function () { throw new RuntimeError('Variable "ebook" does not exist.', 36, $this->source); })()), "descriptionDownload", [], "any", false, false, false, 36), "html", null, true); yield "</p> <div class=\"mb-10\"> <picture> <source srcset=\"/uploads/favicon.webp\" type=\"image/webp\" /> <img src=\"/uploads/favicon.png\" width=\"80\" height=\"80\" loading=\"lazy\" /> </picture> </div> </div> </div> <div class=\"d-flex justify-content-center\"> <a href=\""; // line 46 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("visitors_ebooks_download", ["identifiant" => (isset($context["identifiant"]) || array_key_exists("identifiant", $context) ? $context["identifiant"] : (function () { throw new RuntimeError('Variable "identifiant" does not exist.', 46, $this->source); })())]), "html", null, true); yield "\" class=\"btn btn-lg btn-outline-primary rounded-pill mx-1\" target=\"_blank\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["ebook"]) || array_key_exists("ebook", $context) ? $context["ebook"] : (function () { throw new RuntimeError('Variable "ebook" does not exist.', 46, $this->source); })()), "buttonDownload", [], "any", false, false, false, 46), "html", null, true); yield "</a> </div> </div> </section> "; // line 51 yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["ebook"]) || array_key_exists("ebook", $context) ? $context["ebook"] : (function () { throw new RuntimeError('Variable "ebook" does not exist.', 51, $this->source); })()), "html", [], "any", false, false, false, 51); yield " <section class=\"wrapper bg-light\"> <div class=\"container\"> <div class=\"card image-wrapper bg-full bg-image bg-overlay bg-overlay-300 mt-10 mb-10\" data-image-src=\"/assets/templates_w/02/img/photos/bg16.png\"> <div class=\"card-body p-10 p-xl-12\"> <div class=\"row text-center\"> <div class=\"col-xl-11 col-xxl-9 mx-auto\"> <div class=\"display-3 mb-5 px-lg-8 text-white\">"; // line 59 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["ebook"]) || array_key_exists("ebook", $context) ? $context["ebook"] : (function () { throw new RuntimeError('Variable "ebook" does not exist.', 59, $this->source); })()), "titleDownload", [], "any", false, false, false, 59), "html", null, true); yield "</div> <div class=\"fs-16 text-white mb-4\">"; // line 60 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["ebook"]) || array_key_exists("ebook", $context) ? $context["ebook"] : (function () { throw new RuntimeError('Variable "ebook" does not exist.', 60, $this->source); })()), "descriptionDownload", [], "any", false, false, false, 60), "html", null, true); yield "</div> </div> </div> <div class=\"d-flex justify-content-center\"> <span><a href=\""; // line 64 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("visitors_ebooks_download", ["identifiant" => (isset($context["identifiant"]) || array_key_exists("identifiant", $context) ? $context["identifiant"] : (function () { throw new RuntimeError('Variable "identifiant" does not exist.', 64, $this->source); })())]), "html", null, true); yield "\" class=\"btn btn-white rounded\" target=\"_blank\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["ebook"]) || array_key_exists("ebook", $context) ? $context["ebook"] : (function () { throw new RuntimeError('Variable "ebook" does not exist.', 64, $this->source); })()), "buttonDownload", [], "any", false, false, false, 64), "html", null, true); yield "</a></span> </div> </div> </div> </div> </section>"; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 73 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer_js(array $context, array $blocks = []): iterable { $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", "footer_js")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer_js")); // line 74 yield " <script> "; // line 75 yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["ebook"]) || array_key_exists("ebook", $context) ? $context["ebook"] : (function () { throw new RuntimeError('Variable "ebook" does not exist.', 75, $this->source); })()), "javascript", [], "any", false, false, false, 75); yield " </script>"; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "vitrine/lexend/ebooks/page_afterregistered.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 339 => 75, 336 => 74, 323 => 73, 302 => 64, 295 => 60, 291 => 59, 280 => 51, 270 => 46, 257 => 36, 253 => 35, 246 => 30, 233 => 29, 219 => 26, 206 => 25, 192 => 22, 179 => 21, 165 => 18, 152 => 17, 129 => 12, 106 => 11, 83 => 10, 72 => 1, 70 => 8, 68 => 7, 66 => 6, 64 => 5, 62 => 4, 60 => 3, 47 => 1,); } public function getSourceContext(): Source { return new Source("{% extends 'vitrine/lexend/layout.html.twig' %}{% set paramArticle = getCoreToolsList(\"article\") %}{% set enterpriseName = paramArticle['enterprise_name'] %}{% set logo_organization = paramArticle['logo_organization'] %}{% set size_width_logo_organization = paramArticle['size_width_logo_organization'] %}{% set size_height_logo_organization = paramArticle['size_height_logo_organization'] %}{% set domain = paramArticle['absolute_domain'] %}{% block title %}{{ ebook.title }}{% endblock title %}{% block description %}{{ ebook.shortDescription }}{% endblock description %}{% block robots %}index,follow{% endblock robots %}{#% set domain = getCoreToolsTag('absolute_domain') %}{% set picture = vich_uploader_asset(article, 'imageFile')|imagine_filter('articles_preview') %#}{% block meta_social %} {{ parent() }}{% endblock meta_social %}{% block canonical %} {{ parent() }}{% endblock canonical %}{% block meta %} {{ parent() }}{% endblock meta %}{% block body %} <section class=\"wrapper bg-gradient-primary\"> <div class=\"container py-14 pt-md-15 pb-md-18\"> <div class=\"row text-center\"> <div class=\"col-lg-9 col-xxl-7 mx-auto\"> <h2 class=\"display-1 mb-4\">{{ ebook.titleDownload }}</h2> <p class=\"lead fs-24 lh-sm px-md-5 px-xl-15 px-xxl-10 mb-7\">{{ ebook.descriptionDownload }}</p> <div class=\"mb-10\"> <picture> <source srcset=\"/uploads/favicon.webp\" type=\"image/webp\" /> <img src=\"/uploads/favicon.png\" width=\"80\" height=\"80\" loading=\"lazy\" /> </picture> </div> </div> </div> <div class=\"d-flex justify-content-center\"> <a href=\"{{ path('visitors_ebooks_download',{'identifiant':identifiant}) }}\" class=\"btn btn-lg btn-outline-primary rounded-pill mx-1\" target=\"_blank\">{{ ebook.buttonDownload }}</a> </div> </div> </section> {{ ebook.html|raw }} <section class=\"wrapper bg-light\"> <div class=\"container\"> <div class=\"card image-wrapper bg-full bg-image bg-overlay bg-overlay-300 mt-10 mb-10\" data-image-src=\"/assets/templates_w/02/img/photos/bg16.png\"> <div class=\"card-body p-10 p-xl-12\"> <div class=\"row text-center\"> <div class=\"col-xl-11 col-xxl-9 mx-auto\"> <div class=\"display-3 mb-5 px-lg-8 text-white\">{{ ebook.titleDownload }}</div> <div class=\"fs-16 text-white mb-4\">{{ ebook.descriptionDownload }}</div> </div> </div> <div class=\"d-flex justify-content-center\"> <span><a href=\"{{ path('visitors_ebooks_download',{'identifiant':identifiant}) }}\" class=\"btn btn-white rounded\" target=\"_blank\">{{ ebook.buttonDownload }}</a></span> </div> </div> </div> </div> </section>{% endblock body %}{% block footer_js %} <script> {{ ebook.javascript|raw }} </script>{% endblock footer_js %}", "vitrine/lexend/ebooks/page_afterregistered.html.twig", "/var/www/vhosts/mirtillostudio.fr/b1.mirtillostudio.fr/version-1/templates/vitrine/lexend/ebooks/page_afterregistered.html.twig"); }}