<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* templates/auth.html.twig */
class __TwigTemplate_d5a5330696a3dd5d590b7d96a4e475f0 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'javascripts' => [$this, 'block_javascripts'],
'body' => [$this, 'block_body'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "templates/auth.html.twig"));
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "templates/auth.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "templates/auth.html.twig"));
// line 1
echo "<!DOCTYPE html>
<html class=\"h-full\">
<head>
<meta charset=\"UTF-8\">
<title>";
// line 5
$this->displayBlock('title', $context, $blocks);
echo "</title>
<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>\">
";
// line 8
echo " ";
$this->displayBlock('stylesheets', $context, $blocks);
// line 11
echo "
";
// line 12
$this->displayBlock('javascripts', $context, $blocks);
// line 15
echo " </head>
<body class=\"antialiased h-full bg-page-background font-roboto text-black\">
\t <div class=\"h-[calc(100%-5.5rem)] flex justify-center items-center flex-col\">
\t\t <img src=\"";
// line 18
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/logo.svg"), "html", null, true);
echo "\" alt=\"logo\" class=\"mb-4\">
\t\t <div class=\"bg-white rounded-lg px-10 py-8 mb-6 auth-modal z-10\">
\t\t\t ";
// line 22
$this->displayBlock('body', $context, $blocks);
// line 23
echo "\t\t </div>
</div>
";
// line 26
$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", [0 => twig_constant("App\\Bundles\\SettingsBundle\\Enum\\SettingsGroupEnum::EXTERNAL_RESOURCES")], "method", false, false, false, 26);
// line 27
echo " <div data-controller=\"external-resources\" class=\"relative bottom-0 flex justify-between px-8 pb-8\">
\t <div>
\t\t <a href=\"";
// line 29
echo twig_escape_filter($this->env, twig_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", false, false, false, 29), "html", null, true);
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\">
\t\t\t\t\t<span class=\"text-disabled-200 group-hover:text-blue-100 group-active:text-white\">
\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\">
\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\"/>
\t\t\t\t\t\t</svg>
\t\t\t\t\t</span>
\t\t\t <span class=\"module-name ml-3\">
\t\t\t\t\t\t";
// line 36
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("info.instruction"), "html", null, true);
echo "
\t\t\t\t\t</span>
\t\t </a>
\t </div>
\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\">
\t\t\t\t<span class=\"text-disabled-200 group-hover:text-blue-100 group-active:text-white\">
\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">
\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\"/>
\t\t\t\t\t</svg>
\t\t\t\t</span>
\t\t <span class=\"module-name ml-3\">
\t\t\t\t\t";
// line 47
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("info.support.title"), "html", null, true);
echo "
\t\t\t\t</span>
\t </button>
\t ";
// line 51
$this->loadTemplate("@base/components/support_modal.html.twig", "templates/auth.html.twig", 51)->display($context);
// line 52
echo " </div>
</body>
</html>
";
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 5
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__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"));
echo "Welcome!";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
}
// line 8
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 9
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
}
// line 12
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 13
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
}
// line 22
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__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"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
}
public function getTemplateName()
{
return "templates/auth.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html class=\"h-full\">
<head>
<meta charset=\"UTF-8\">
<title>{% block title %}Welcome!{% endblock %}</title>
<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>\">
{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
</head>
<body class=\"antialiased h-full bg-page-background font-roboto text-black\">
\t <div class=\"h-[calc(100%-5.5rem)] flex justify-center items-center flex-col\">
\t\t <img src=\"{{ asset('build/images/logo.svg') }}\" alt=\"logo\" class=\"mb-4\">
\t\t <div class=\"bg-white rounded-lg px-10 py-8 mb-6 auth-modal z-10\">
\t\t\t {% block body %}{% endblock %}
\t\t </div>
</div>
{% set settings = setting.provideForTwig(constant('App\\\\Bundles\\\\SettingsBundle\\\\Enum\\\\SettingsGroupEnum::EXTERNAL_RESOURCES')) %}
<div data-controller=\"external-resources\" class=\"relative bottom-0 flex justify-between px-8 pb-8\">
\t <div>
\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\">
\t\t\t\t\t<span class=\"text-disabled-200 group-hover:text-blue-100 group-active:text-white\">
\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\">
\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\"/>
\t\t\t\t\t\t</svg>
\t\t\t\t\t</span>
\t\t\t <span class=\"module-name ml-3\">
\t\t\t\t\t\t{{ 'info.instruction'|trans }}
\t\t\t\t\t</span>
\t\t </a>
\t </div>
\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\">
\t\t\t\t<span class=\"text-disabled-200 group-hover:text-blue-100 group-active:text-white\">
\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">
\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\"/>
\t\t\t\t\t</svg>
\t\t\t\t</span>
\t\t <span class=\"module-name ml-3\">
\t\t\t\t\t{{ 'info.support.title'|trans }}
\t\t\t\t</span>
\t </button>
\t {% include '@base/components/support_modal.html.twig' %}
</div>
</body>
</html>
", "templates/auth.html.twig", "/home/cct/domains/dev7.cct.dev.dnc.pp.ua/public_html/src/app/src/Platform/Resources/views/templates/auth.html.twig");
}
}