var/cache/dev/twig/1e/1ee2a39dd402e8c927fd7ecb23235c9c.php line 70

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. use Twig\TemplateWrapper;
  15. /* layouts/auth_layout.html.twig */
  16. class __TwigTemplate_67f46d3d20fcec4f90b1668c6702839e extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->parent false;
  28.         $this->blocks = [
  29.             'members_user_content' => [$this'block_members_user_content'],
  30.         ];
  31.         $this->sandbox $this->extensions[SandboxExtension::class];
  32.         $this->checkSecurity();
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = []): iterable
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""layouts/auth_layout.html.twig"));
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""layouts/auth_layout.html.twig"));
  41.         // line 1
  42.         yield "<!doctype html>
  43. <html lang=\"";
  44.         // line 2
  45.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'2$this->source); })()), "request", [], "any"falsefalsetrue2), "locale", [], "any"falsefalsetrue2), 2$this->source), "html"nulltrue);
  46.         yield "\">
  47. <head>
  48.     <!-- Required meta tags -->
  49.     <meta charset=\"utf-8\">
  50.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  51.     ";
  52.         // line 8
  53.         $_v0 = ('' === $tmp \Twig\Extension\CoreExtension::captureOutput((function () use (&$context$macros$blocks) {
  54.             // line 9
  55.             yield "        ";
  56.             // line 10
  57.             yield "        ";
  58.             // line 11
  59.             yield "        ";
  60.             CoreExtension::getAttribute($this->env$this->source$this->env->getFunction('pimcore_head_link')->getCallable()(), "appendStylesheet", ["https://fonts.googleapis.com/css?family=Hind+Guntur:300,400,500,600,700&display=swap"], "method"falsefalsetrue11);
  61.             // line 12
  62.             yield "        ";
  63.             CoreExtension::getAttribute($this->env$this->source$this->env->getFunction('pimcore_head_link')->getCallable()(), "appendStylesheet", ["https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"nullnull, ["integrity" => "sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T""crossorigin" => "anonymous"]], "method"falsefalsetrue12);
  64.             // line 13
  65.             yield "        ";
  66.             CoreExtension::getAttribute($this->env$this->source$this->env->getFunction('pimcore_head_link')->getCallable()(), "appendStylesheet", ["https://use.fontawesome.com/releases/v5.9.0/css/all.css"], "method"falsefalsetrue13);
  67.             // line 14
  68.             yield "        ";
  69.             CoreExtension::getAttribute($this->env$this->source$this->env->getFunction('pimcore_head_link')->getCallable()(), "appendStylesheet", ["https://use.fontawesome.com/releases/v5.7.0/css/all.css"nullnull, ["integrity" => "sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ""crossorigin" => "anonymous"]], "method"falsefalsetrue14);
  70.             // line 15
  71.             yield "        ";
  72.             CoreExtension::getAttribute($this->env$this->source$this->env->getFunction('pimcore_head_link')->getCallable()(), "appendStylesheet", [$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("static/css/global.css")], "method"falsefalsetrue15);
  73.             // line 16
  74.             yield "        ";
  75.             if ((($tmp = (isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'16$this->source); })())) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  76.                 // line 17
  77.                 yield "            ";
  78.                 CoreExtension::getAttribute($this->env$this->source$this->env->getFunction('pimcore_head_link')->getCallable()(), "appendStylesheet", [$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("static/css/editmode.css")], "method"falsefalsetrue17);
  79.                 // line 18
  80.                 yield "        ";
  81.             }
  82.             // line 19
  83.             yield "        ";
  84.             CoreExtension::getAttribute($this->env$this->source$this->env->getFunction('pimcore_head_script')->getCallable()(), "appendFile", ["https://code.jquery.com/jquery-3.3.1.slim.min.js"nullnull, ["integrity" => "sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo""crossorigin" => "anonymous"]], "method"falsefalsetrue19);
  85.             // line 20
  86.             yield "        ";
  87.             CoreExtension::getAttribute($this->env$this->source$this->env->getFunction('pimcore_head_script')->getCallable()(), "appendFile", ["https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"nullnull, ["integrity" => "sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1""crossorigin" => "anonymous"]], "method"falsefalsetrue20);
  88.             // line 21
  89.             yield "        ";
  90.             CoreExtension::getAttribute($this->env$this->source$this->env->getFunction('pimcore_head_script')->getCallable()(), "appendFile", ["https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"nullnull, ["integrity" => "sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM""crossorigin" => "anonymous"]], "method"falsefalsetrue21);
  91.             // line 22
  92.             yield "       ";
  93.             CoreExtension::getAttribute($this->env$this->source$this->env->getFunction('pimcore_head_script')->getCallable()(), "appendFile", [$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("static/js/main.js")], "method"falsefalsetrue22);
  94.             // line 23
  95.             yield "        ";
  96.             if ((($tmp =  !(isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'23$this->source); })())) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  97.                 // line 24
  98.                 yield "            ";
  99.                 CoreExtension::getAttribute($this->env$this->source$this->env->getFunction('pimcore_head_script')->getCallable()(), "appendFile", [$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("static/js/frontend.js")], "method"falsefalsetrue24);
  100.                 // line 25
  101.                 yield "        ";
  102.             }
  103.             // line 26
  104.             yield "
  105.         ";
  106.             // line 27
  107.             if (( !array_key_exists("document"$context) ||  !(isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'27$this->source); })()))) {
  108.                 // line 28
  109.                 yield "            ";
  110.                 $context["document"] = Pimcore\Model\Document::getById(1);
  111.                 // line 29
  112.                 yield "        ";
  113.             }
  114.             // line 30
  115.             yield "
  116.         ";
  117.             // line 31
  118.             if ($this->env->getTest('instanceof')->getCallable()((isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'31$this->source); })()), "\\Pimcore\\Model\\Document\\Link")) {
  119.                 // line 32
  120.                 yield "            ";
  121.                 // line 33
  122.                 yield "            ";
  123.                 $context["document"] = CoreExtension::getAttribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'33$this->source); })()), "getElement", [], "method"falsefalsetrue33);
  124.                 // line 34
  125.                 yield "        ";
  126.             }
  127.             // line 35
  128.             yield "
  129.         ";
  130.             // line 36
  131.             if ($this->env->getTest('instanceof')->getCallable()((isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'36$this->source); })()), "\\Pimcore\\Model\\Document\\Page")) {
  132.                 // line 37
  133.                 yield "            ";
  134.                 if ((($tmp =  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'37$this->source); })()), "getTitle", [], "method"falsefalsetrue37))) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  135.                     // line 38
  136.                     yield "                ";
  137.                     CoreExtension::getAttribute($this->env$this->source$this->env->getFunction('pimcore_head_title')->getCallable()(), "set", [CoreExtension::getAttribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'38$this->source); })()), "getTitle", [], "method"falsefalsetrue38)], "method"falsefalsetrue38);
  138.                     // line 39
  139.                     yield "            ";
  140.                 }
  141.                 // line 40
  142.                 yield "
  143.             ";
  144.                 // line 41
  145.                 if ((($tmp =  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'41$this->source); })()), "getDescription", [], "method"falsefalsetrue41))) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  146.                     // line 42
  147.                     yield "                ";
  148.                     CoreExtension::getAttribute($this->env$this->source$this->env->getFunction('pimcore_head_meta')->getCallable()(), "setDescription", [CoreExtension::getAttribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'42$this->source); })()), "getDescription", [], "method"falsefalsetrue42)], "method"falsefalsetrue42);
  149.                     // line 43
  150.                     yield "            ";
  151.                 }
  152.                 // line 44
  153.                 yield "
  154.             ";
  155.                 // line 45
  156.                 CoreExtension::getAttribute($this->env$this->source$this->env->getFunction('pimcore_head_title')->getCallable()(), "append", ["Confabitare monza brianza"], "method"falsefalsetrue45);
  157.                 // line 46
  158.                 yield "            ";
  159.                 CoreExtension::getAttribute($this->env$this->source$this->env->getFunction('pimcore_head_title')->getCallable()(), "setSeparator", [" : "], "method"falsefalsetrue46);
  160.                 // line 47
  161.                 yield "        ";
  162.             }
  163.             // line 48
  164.             yield "
  165.         ";
  166.             // line 49
  167.             $context["isPortal"] = (array_key_exists("isPortal"$context) && (isset($context["isPortal"]) || array_key_exists("isPortal"$context) ? $context["isPortal"] : (function () { throw new RuntimeError('Variable "isPortal" does not exist.'49$this->source); })()));
  168.             // line 50
  169.             yield "    ";
  170.             yield from [];
  171.         })())) ? '' : new Markup($tmp$this->env->getCharset());
  172.         // line 8
  173.         yield Twig\Extension\CoreExtension::spaceless($_v0);
  174.         // line 51
  175.         yield "
  176.     ";
  177.         // line 53
  178.         yield "    ";
  179.         yield $this->env->getFunction('pimcore_head_title')->getCallable()();
  180.         yield "
  181.     ";
  182.         // line 54
  183.         yield $this->env->getFunction('pimcore_head_meta')->getCallable()();
  184.         yield "
  185.     ";
  186.         // line 56
  187.         if ((($tmp CoreExtension::getAttribute($this->env$this->source$this->env->getFunction('pimcore_placeholder')->getCallable()("canonical"), "count", [], "method"falsefalsetrue56)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  188.             // line 57
  189.             yield "        <link rel=\"canonical\" href=\"";
  190.             yield $this->env->getFunction('pimcore_placeholder')->getCallable()("canonical");
  191.             yield "\"/>
  192.     ";
  193.         }
  194.         // line 59
  195.         yield "
  196.     ";
  197.         // line 60
  198.         yield $this->env->getFunction('pimcore_head_link')->getCallable()();
  199.         yield "
  200. </head>
  201. <body>
  202. ";
  203.         // line 65
  204.         if (( !array_key_exists("document"$context) ||  !(isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'65$this->source); })()))) {
  205.             // line 66
  206.             yield "    ";
  207.             $context["document"] = Pimcore\Model\Document::getById(1);
  208.         }
  209.         // line 68
  210.         yield "
  211. <main role=\"main\">
  212.     <nav class=\"navbar navbar-light bg-light justify-content-center\">
  213.         <a class=\"navbar-brand text-center\" href=\"#\"><img src=\"";
  214.         // line 71
  215.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("static/logo-small.jpg"), "html"nulltrue);
  216.         yield "\" width=\"100\" height=\"auto\"></a>
  217.     </nav>
  218.     ";
  219.         // line 73
  220.         $context['_parent'] = $context;
  221.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'73$this->source); })()), "flashes", [], "any"falsefalsetrue73));
  222.         foreach ($context['_seq'] as $context["label"] => $context["messages"]) {
  223.             // line 74
  224.             yield "        ";
  225.             $context['_parent'] = $context;
  226.             $context['_seq'] = CoreExtension::ensureTraversable($context["messages"]);
  227.             foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  228.                 // line 75
  229.                 yield "            <div class=\"alert alert-";
  230.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->sandbox->ensureToStringAllowed($context["label"], 75$this->source), "html"nulltrue);
  231.                 yield " alert-dismissable\">
  232.                 <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-hidden=\"true\">×</button>
  233.                 ";
  234.                 // line 77
  235.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->sandbox->ensureToStringAllowed($context["message"], 77$this->source), "html"nulltrue);
  236.                 yield "
  237.             </div>
  238.         ";
  239.             }
  240.             $_parent $context['_parent'];
  241.             unset($context['_seq'], $context['_key'], $context['message'], $context['_parent']);
  242.             $context array_intersect_key($context$_parent) + $_parent;
  243.             // line 80
  244.             yield "    ";
  245.         }
  246.         $_parent $context['_parent'];
  247.         unset($context['_seq'], $context['label'], $context['messages'], $context['_parent']);
  248.         $context array_intersect_key($context$_parent) + $_parent;
  249.         // line 81
  250.         yield "
  251.     <section class=\"container mt-5\">
  252.         <div class=\"row justify-content-center\">
  253.             <div class=\"col-12 col-md-4\">
  254.                 ";
  255.         // line 86
  256.         yield from $this->unwrap()->yieldBlock('members_user_content'$context$blocks);
  257.         // line 88
  258.         yield "
  259.             </div>
  260.         </div>
  261.     </section>
  262. </main>
  263. ";
  264.         // line 99
  265.         yield $this->env->getFunction('pimcore_head_script')->getCallable()();
  266.         yield "
  267. ";
  268.         // line 102
  269.         yield $this->env->getFunction('pimcore_inline_script')->getCallable()();
  270.         yield "
  271. </body>
  272. </html>";
  273.         
  274.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  275.         
  276.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  277.         yield from [];
  278.     }
  279.     // line 86
  280.     /**
  281.      * @return iterable<null|scalar|\Stringable>
  282.      */
  283.     public function block_members_user_content(array $context, array $blocks = []): iterable
  284.     {
  285.         $macros $this->macros;
  286.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  287.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""members_user_content"));
  288.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  289.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""members_user_content"));
  290.         // line 87
  291.         yield "                ";
  292.         
  293.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  294.         
  295.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  296.         yield from [];
  297.     }
  298.     /**
  299.      * @codeCoverageIgnore
  300.      */
  301.     public function getTemplateName(): string
  302.     {
  303.         return "layouts/auth_layout.html.twig";
  304.     }
  305.     /**
  306.      * @codeCoverageIgnore
  307.      */
  308.     public function isTraitable(): bool
  309.     {
  310.         return false;
  311.     }
  312.     /**
  313.      * @codeCoverageIgnore
  314.      */
  315.     public function getDebugInfo(): array
  316.     {
  317.         return array (  316 => 87,  303 => 86,  289 => 102,  283 => 99,  271 => 88,  269 => 86,  262 => 81,  256 => 80,  247 => 77,  241 => 75,  236 => 74,  232 => 73,  227 => 71,  222 => 68,  218 => 66,  216 => 65,  209 => 60,  206 => 59,  200 => 57,  198 => 56,  193 => 54,  188 => 53,  185 => 51,  183 => 8,  179 => 50,  177 => 49,  174 => 48,  171 => 47,  168 => 46,  166 => 45,  163 => 44,  160 => 43,  157 => 42,  155 => 41,  152 => 40,  149 => 39,  146 => 38,  143 => 37,  141 => 36,  138 => 35,  135 => 34,  132 => 33,  130 => 32,  128 => 31,  125 => 30,  122 => 29,  119 => 28,  117 => 27,  114 => 26,  111 => 25,  108 => 24,  105 => 23,  102 => 22,  99 => 21,  96 => 20,  93 => 19,  90 => 18,  87 => 17,  84 => 16,  81 => 15,  78 => 14,  75 => 13,  72 => 12,  69 => 11,  67 => 10,  65 => 9,  63 => 8,  54 => 2,  51 => 1,);
  318.     }
  319.     public function getSourceContext(): Source
  320.     {
  321.         return new Source("<!doctype html>
  322. <html lang=\"{{ app.request.locale }}\">
  323. <head>
  324.     <!-- Required meta tags -->
  325.     <meta charset=\"utf-8\">
  326.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  327.     {% apply spaceless %}
  328.         {# add global stylesheets and scripts outside of any blocsk to add them to the helpers before any others assets are added #}
  329.         {# we use the view helper to have cache buster functionality #}
  330.         {% do pimcore_head_link().appendStylesheet('https://fonts.googleapis.com/css?family=Hind+Guntur:300,400,500,600,700&display=swap') %}
  331.         {% do pimcore_head_link().appendStylesheet('https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css',null,null,{integrity:\"sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T\",crossorigin:\"anonymous\"}) %}
  332.         {% do pimcore_head_link().appendStylesheet('https://use.fontawesome.com/releases/v5.9.0/css/all.css') %}
  333.         {% do pimcore_head_link().appendStylesheet('https://use.fontawesome.com/releases/v5.7.0/css/all.css',null,null,{integrity:'sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ',crossorigin:'anonymous'}) %}
  334.         {% do pimcore_head_link().appendStylesheet(asset('static/css/global.css')) %}
  335.         {% if editmode %}
  336.             {% do pimcore_head_link().appendStylesheet(asset('static/css/editmode.css')) %}
  337.         {% endif %}
  338.         {% do pimcore_head_script().appendFile('https://code.jquery.com/jquery-3.3.1.slim.min.js',null,null,{ integrity:\"sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo\",crossorigin:\"anonymous\"}) %}
  339.         {% do pimcore_head_script().appendFile('https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js',null,null,{ integrity:\"sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1\",crossorigin:\"anonymous\"}) %}
  340.         {% do pimcore_head_script().appendFile('https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js',null,null,{ integrity:\"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM\",crossorigin:\"anonymous\"}) %}
  341.        {% do pimcore_head_script().appendFile(asset('static/js/main.js')) %}
  342.         {% if not editmode %}
  343.             {% do pimcore_head_script().appendFile(asset('static/js/frontend.js')) %}
  344.         {% endif %}
  345.         {% if not document is defined or not document %}
  346.             {% set document = pimcore_document(1) %}
  347.         {% endif %}
  348.         {% if document is instanceof('\\\\Pimcore\\\\Model\\\\Document\\\\Link') %}
  349.             {# @var document \\Pimcore\\Model\\Document\\Link #}
  350.             {% set document = document.getElement() %}
  351.         {% endif %}
  352.         {% if document is instanceof('\\\\Pimcore\\\\Model\\\\Document\\\\Page') %}
  353.             {% if document.getTitle() is not empty %}
  354.                 {% do pimcore_head_title().set(document.getTitle()) %}
  355.             {% endif %}
  356.             {% if document.getDescription() is not empty %}
  357.                 {% do pimcore_head_meta().setDescription(document.getDescription()) %}
  358.             {% endif %}
  359.             {% do pimcore_head_title().append('Confabitare monza brianza') %}
  360.             {% do pimcore_head_title().setSeparator(' : ') %}
  361.         {% endif %}
  362.         {% set isPortal = ((isPortal is defined) and isPortal) %}
  363.     {% endapply %}
  364.     {# we're using the deferred extension here to make sure this block is rendered after all helper calls #}
  365.     {{ pimcore_head_title() }}
  366.     {{ pimcore_head_meta() }}
  367.     {% if pimcore_placeholder('canonical').count() %}
  368.         <link rel=\"canonical\" href=\"{{ pimcore_placeholder('canonical') }}\"/>
  369.     {% endif %}
  370.     {{ pimcore_head_link() }}
  371. </head>
  372. <body>
  373. {# get root node if there is no document defined (for pages which are routed directly through static route) #}
  374. {% if not document is defined or not document %}
  375.     {% set document = pimcore_document(1) %}
  376. {% endif %}
  377. <main role=\"main\">
  378.     <nav class=\"navbar navbar-light bg-light justify-content-center\">
  379.         <a class=\"navbar-brand text-center\" href=\"#\"><img src=\"{{ asset('static/logo-small.jpg') }}\" width=\"100\" height=\"auto\"></a>
  380.     </nav>
  381.     {% for label, messages in app.flashes %}
  382.         {% for message in messages %}
  383.             <div class=\"alert alert-{{ label }} alert-dismissable\">
  384.                 <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-hidden=\"true\">×</button>
  385.                 {{ message }}
  386.             </div>
  387.         {% endfor %}
  388.     {% endfor %}
  389.     <section class=\"container mt-5\">
  390.         <div class=\"row justify-content-center\">
  391.             <div class=\"col-12 col-md-4\">
  392.                 {% block members_user_content %}
  393.                 {% endblock members_user_content %}
  394.             </div>
  395.         </div>
  396.     </section>
  397. </main>
  398. {# output scripts added before #}
  399. {{ pimcore_head_script() }}
  400. {{ pimcore_inline_script() }}
  401. </body>
  402. </html>""layouts/auth_layout.html.twig""/www/wwwroot/stg.portale.confabitaremonzabrianza.com/templates/layouts/auth_layout.html.twig");
  403.     }
  404.     
  405.     public function checkSecurity()
  406.     {
  407.         static $tags = ["apply" => 8"do" => 11"if" => 16"set" => 28"for" => 73"block" => 86];
  408.         static $filters = ["escape" => 2"spaceless" => 8];
  409.         static $functions = ["pimcore_head_link" => 11"asset" => 15"pimcore_head_script" => 19"pimcore_document" => 28"pimcore_head_title" => 38"pimcore_head_meta" => 42"pimcore_placeholder" => 56"pimcore_inline_script" => 102];
  410.         try {
  411.             $this->sandbox->checkSecurity(
  412.                 ['apply''do''if''set''for''block'],
  413.                 ['escape''spaceless'],
  414.                 ['pimcore_head_link''asset''pimcore_head_script''pimcore_document''pimcore_head_title''pimcore_head_meta''pimcore_placeholder''pimcore_inline_script'],
  415.                 $this->source
  416.             );
  417.         } catch (SecurityError $e) {
  418.             $e->setSourceContext($this->source);
  419.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  420.                 $e->setTemplateLine($tags[$e->getTagName()]);
  421.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  422.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  423.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  424.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  425.             }
  426.             throw $e;
  427.         }
  428.     }
  429. }