var/cache/dev/twig/6e/6ec7ea295adefcf7a6f2ec71e5d2c79a.php line 37

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* templates/auth.html.twig */
  14. class __TwigTemplate_d5a5330696a3dd5d590b7d96a4e475f0 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'title' => [$this'block_title'],
  25.             'stylesheets' => [$this'block_stylesheets'],
  26.             'javascripts' => [$this'block_javascripts'],
  27.             'body' => [$this'block_body'],
  28.         ];
  29.     }
  30.     protected function doDisplay(array $context, array $blocks = [])
  31.     {
  32.         $macros $this->macros;
  33.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  34.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""templates/auth.html.twig"));
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""templates/auth.html.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""templates/auth.html.twig"));
  39.         // line 1
  40.         echo "<!DOCTYPE html>
  41. <html class=\"h-full\">
  42.     <head>
  43.         <meta charset=\"UTF-8\">
  44.         <title>";
  45.         // line 5
  46.         $this->displayBlock('title'$context$blocks);
  47.         echo "</title>
  48.         <link rel=\"icon\" href=\"data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>\">
  49.         ";
  50.         // line 8
  51.         echo "        ";
  52.         $this->displayBlock('stylesheets'$context$blocks);
  53.         // line 11
  54.         echo "
  55.         ";
  56.         // line 12
  57.         $this->displayBlock('javascripts'$context$blocks);
  58.         // line 15
  59.         echo "    </head>
  60.     <body class=\"antialiased h-full bg-page-background font-roboto text-black\">
  61. \t    <div class=\"h-[calc(100%-5.5rem)] flex justify-center items-center flex-col\">
  62. \t\t    <img src=\"";
  63.         // line 18
  64.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/logo.svg"), "html"nulltrue);
  65.         echo "\" alt=\"logo\" class=\"mb-4\">
  66. \t\t    <div class=\"bg-white rounded-lg px-10 py-8 mb-6 auth-modal z-10\">
  67. \t\t\t    ";
  68.         // line 22
  69.         $this->displayBlock('body'$context$blocks);
  70.         // line 23
  71.         echo "\t\t    </div>
  72.         </div>
  73.         ";
  74.         // line 26
  75.         $context["settings"] = twig_get_attribute($this->env$this->source, (isset($context["setting"]) || array_key_exists("setting"$context) ? $context["setting"] : (function () { throw new RuntimeError('Variable "setting" does not exist.'26$this->source); })()), "provideForTwig", [=> twig_constant("App\\Bundles\\SettingsBundle\\Enum\\SettingsGroupEnum::EXTERNAL_RESOURCES")], "method"falsefalsefalse26);
  76.         // line 27
  77.         echo "        <div data-controller=\"external-resources\" class=\"relative bottom-0 flex justify-between px-8 pb-8\">
  78. \t        <div>
  79. \t\t        <a href=\"";
  80.         // line 29
  81.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["settings"]) || array_key_exists("settings"$context) ? $context["settings"] : (function () { throw new RuntimeError('Variable "settings" does not exist.'29$this->source); })()), "instruction", [], "any"falsefalsefalse29), "html"nulltrue);
  82.         echo "\" class=\"text-disabled-200 hover:text-black min-h-[56px] group flex items-center rounded-lg border border-0 px-3 py-2.5 text-base font-medium text-left bg-transparent hover:bg-background-200 focus:outline-none active:bg-blue-100 active:text-white\">
  83. \t\t\t\t\t<span class=\"text-disabled-200 group-hover:text-blue-100 group-active:text-white\">
  84. \t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">
  85. \t\t\t\t\t\t\t<path d=\"M18 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V4C20 2.9 19.1 2 18 2ZM18 20H6V4H7V12.6C7 12.7648 7.18815 12.8589 7.32 12.76L9.88 10.84C9.95111 10.7867 10.0489 10.7867 10.12 10.84L12.68 12.76C12.8118 12.8589 13 12.7648 13 12.6V4H18V20Z\" fill=\"currentColor\"/>
  86. \t\t\t\t\t\t</svg>
  87. \t\t\t\t\t</span>
  88. \t\t\t        <span class=\"module-name ml-3\">
  89. \t\t\t\t\t\t";
  90.         // line 36
  91.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("info.instruction"), "html"nulltrue);
  92.         echo "
  93. \t\t\t\t\t</span>
  94. \t\t        </a>
  95. \t        </div>
  96. \t        <button type=\"button\" data-action=\"click->external-resources#showTechnicalSupportModal\" class=\"text-disabled-200 hover:text-black min-h-[56px] group flex items-center rounded-lg border-0 px-3 py-2.5 text-base font-medium text-left bg-transparent hover:bg-background-200 focus:outline-none active:bg-blue-100 active:text-white\">
  97. \t\t\t\t<span class=\"text-disabled-200 group-hover:text-blue-100 group-active:text-white\">
  98. \t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">
  99. \t\t\t\t\t\t<path d=\"M15 4V11H5.17L4.58 11.59L4 12.17V4H15ZM16 2H3C2.45 2 2 2.45 2 3V15.7929C2 16.2383 2.53857 16.4614 2.85355 16.1464L6 13H16C16.55 13 17 12.55 17 12V3C17 2.45 16.55 2 16 2ZM21 6H19V15H6V17C6 17.55 6.45 18 7 18H18L21.1464 21.1464C21.4614 21.4614 22 21.2383 22 20.7929V7C22 6.45 21.55 6 21 6Z\" fill=\"currentColor\"/>
  100. \t\t\t\t\t</svg>
  101. \t\t\t\t</span>
  102. \t\t        <span class=\"module-name ml-3\">
  103. \t\t\t\t\t";
  104.         // line 47
  105.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("info.support.title"), "html"nulltrue);
  106.         echo "
  107. \t\t\t\t</span>
  108. \t        </button>
  109. \t        ";
  110.         // line 51
  111.         $this->loadTemplate("@base/components/support_modal.html.twig""templates/auth.html.twig"51)->display($context);
  112.         // line 52
  113.         echo "        </div>
  114.     </body>
  115. </html>
  116. ";
  117.         
  118.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  119.         
  120.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  121.         
  122.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  123.     }
  124.     // line 5
  125.     public function block_title($context, array $blocks = [])
  126.     {
  127.         $macros $this->macros;
  128.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  129.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  130.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  131.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  132.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  133.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  134.         echo "Welcome!";
  135.         
  136.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  137.         
  138.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  139.         
  140.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  141.     }
  142.     // line 8
  143.     public function block_stylesheets($context, array $blocks = [])
  144.     {
  145.         $macros $this->macros;
  146.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  147.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  148.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  149.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  150.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  151.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  152.         // line 9
  153.         echo "            ";
  154.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  155.         echo "
  156.         ";
  157.         
  158.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  159.         
  160.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  161.         
  162.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  163.     }
  164.     // line 12
  165.     public function block_javascripts($context, array $blocks = [])
  166.     {
  167.         $macros $this->macros;
  168.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  169.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  170.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  171.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  172.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  173.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  174.         // line 13
  175.         echo "            ";
  176.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  177.         echo "
  178.         ";
  179.         
  180.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  181.         
  182.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  183.         
  184.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  185.     }
  186.     // line 22
  187.     public function block_body($context, array $blocks = [])
  188.     {
  189.         $macros $this->macros;
  190.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  191.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  192.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  193.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  194.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  195.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  196.         
  197.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  198.         
  199.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  200.         
  201.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  202.     }
  203.     public function getTemplateName()
  204.     {
  205.         return "templates/auth.html.twig";
  206.     }
  207.     public function isTraitable()
  208.     {
  209.         return false;
  210.     }
  211.     public function getDebugInfo()
  212.     {
  213.         return array (  226 => 22,  210 => 13,  197 => 12,  181 => 9,  168 => 8,  143 => 5,  127 => 52,  125 => 51,  118 => 47,  104 => 36,  94 => 29,  90 => 27,  88 => 26,  83 => 23,  81 => 22,  74 => 18,  69 => 15,  67 => 12,  64 => 11,  61 => 8,  56 => 5,  50 => 1,);
  214.     }
  215.     public function getSourceContext()
  216.     {
  217.         return new Source("<!DOCTYPE html>
  218. <html class=\"h-full\">
  219.     <head>
  220.         <meta charset=\"UTF-8\">
  221.         <title>{% block title %}Welcome!{% endblock %}</title>
  222.         <link rel=\"icon\" href=\"data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>\">
  223.         {# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
  224.         {% block stylesheets %}
  225.             {{ encore_entry_link_tags('app') }}
  226.         {% endblock %}
  227.         {% block javascripts %}
  228.             {{ encore_entry_script_tags('app') }}
  229.         {% endblock %}
  230.     </head>
  231.     <body class=\"antialiased h-full bg-page-background font-roboto text-black\">
  232. \t    <div class=\"h-[calc(100%-5.5rem)] flex justify-center items-center flex-col\">
  233. \t\t    <img src=\"{{ asset('build/images/logo.svg') }}\" alt=\"logo\" class=\"mb-4\">
  234. \t\t    <div class=\"bg-white rounded-lg px-10 py-8 mb-6 auth-modal z-10\">
  235. \t\t\t    {% block body %}{% endblock %}
  236. \t\t    </div>
  237.         </div>
  238.         {% set settings = setting.provideForTwig(constant('App\\\\Bundles\\\\SettingsBundle\\\\Enum\\\\SettingsGroupEnum::EXTERNAL_RESOURCES')) %}
  239.         <div data-controller=\"external-resources\" class=\"relative bottom-0 flex justify-between px-8 pb-8\">
  240. \t        <div>
  241. \t\t        <a href=\"{{ settings.instruction }}\" class=\"text-disabled-200 hover:text-black min-h-[56px] group flex items-center rounded-lg border border-0 px-3 py-2.5 text-base font-medium text-left bg-transparent hover:bg-background-200 focus:outline-none active:bg-blue-100 active:text-white\">
  242. \t\t\t\t\t<span class=\"text-disabled-200 group-hover:text-blue-100 group-active:text-white\">
  243. \t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">
  244. \t\t\t\t\t\t\t<path d=\"M18 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V4C20 2.9 19.1 2 18 2ZM18 20H6V4H7V12.6C7 12.7648 7.18815 12.8589 7.32 12.76L9.88 10.84C9.95111 10.7867 10.0489 10.7867 10.12 10.84L12.68 12.76C12.8118 12.8589 13 12.7648 13 12.6V4H18V20Z\" fill=\"currentColor\"/>
  245. \t\t\t\t\t\t</svg>
  246. \t\t\t\t\t</span>
  247. \t\t\t        <span class=\"module-name ml-3\">
  248. \t\t\t\t\t\t{{ 'info.instruction'|trans }}
  249. \t\t\t\t\t</span>
  250. \t\t        </a>
  251. \t        </div>
  252. \t        <button type=\"button\" data-action=\"click->external-resources#showTechnicalSupportModal\" class=\"text-disabled-200 hover:text-black min-h-[56px] group flex items-center rounded-lg border-0 px-3 py-2.5 text-base font-medium text-left bg-transparent hover:bg-background-200 focus:outline-none active:bg-blue-100 active:text-white\">
  253. \t\t\t\t<span class=\"text-disabled-200 group-hover:text-blue-100 group-active:text-white\">
  254. \t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">
  255. \t\t\t\t\t\t<path d=\"M15 4V11H5.17L4.58 11.59L4 12.17V4H15ZM16 2H3C2.45 2 2 2.45 2 3V15.7929C2 16.2383 2.53857 16.4614 2.85355 16.1464L6 13H16C16.55 13 17 12.55 17 12V3C17 2.45 16.55 2 16 2ZM21 6H19V15H6V17C6 17.55 6.45 18 7 18H18L21.1464 21.1464C21.4614 21.4614 22 21.2383 22 20.7929V7C22 6.45 21.55 6 21 6Z\" fill=\"currentColor\"/>
  256. \t\t\t\t\t</svg>
  257. \t\t\t\t</span>
  258. \t\t        <span class=\"module-name ml-3\">
  259. \t\t\t\t\t{{ 'info.support.title'|trans }}
  260. \t\t\t\t</span>
  261. \t        </button>
  262. \t        {% include '@base/components/support_modal.html.twig' %}
  263.         </div>
  264.     </body>
  265. </html>
  266. ""templates/auth.html.twig""/home/cct/domains/dev5.cct.dev.dnc.pp.ua/public_html/src/app/src/Platform/Resources/views/templates/auth.html.twig");
  267.     }
  268. }