<?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;
use Twig\TemplateWrapper;
/* security/login.html.twig */
class __TwigTemplate_93df8f91b81b960d56a958239c472eb3 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'],
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 1
return "base_home.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", "security/login.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "security/login.html.twig"));
$this->parent = $this->load("base_home.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
/**
* @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 "Connexion | MaketOu";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 5
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_stylesheets(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", "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 6
yield " ";
yield from $this->yieldParentBlock("stylesheets", $context, $blocks);
yield "
<link rel=\"stylesheet\" href=\"";
// line 7
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/modern-password-field.css"), "html", null, true);
yield "\">
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 10
/**
* @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 11
yield "
<!-- Start Banner Area -->
<section class=\"banner-area organic-breadcrumb\">
<div class=\"container\">
<div class=\"breadcrumb-banner d-flex flex-wrap align-items-center justify-content-end\">
<div class=\"col-first\">
<h1>Connexion</h1>
<nav class=\"d-flex align-items-center\">
<a href=\"";
// line 19
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ui_home");
yield "\">Accueil<span class=\"lnr lnr-arrow-right\"></span></a>
<a href=\"javascript:void(0)\">Connexion</a>
</nav>
</div>
</div>
</div>
</section>
<!-- End Banner Area -->
<!--================Login Box Area =================-->
<section class=\"login_box_area section_gap\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-lg-6\">
<div class=\"login_box_img\">
<img class=\"img-fluid\" src=\"";
// line 34
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("ui/img/login.jpg"), "html", null, true);
yield "\" alt=\"\">
<div class=\"hover\">
<h4>Nouveau sur le site?</h4>
<p>Créez votre compte dès maintenant et profitez de tous nos avantages. Accédez à des offres exclusives, suivez vos commandes et bien plus encore.</p>
<a class=\"primary-btn\" href=\"";
// line 38
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ui_app_register");
yield "\">S'inscrire</a>
</div>
</div>
</div>
<div class=\"col-lg-6\">
<div class=\"login_form_inner\">
<h3>Connectez-vous</h3>
<form method=\"post\" class=\"row login_form\">
";
// line 46
if ((($tmp = ($context["error"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 47
yield " <div class=\"alert alert-danger w-100\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env, $this->source, ($context["error"] ?? null), "messageKey", [], "any", false, false, false, 47), CoreExtension::getAttribute($this->env, $this->source, ($context["error"] ?? null), "messageData", [], "any", false, false, false, 47), "security"), "html", null, true);
yield "</div>
";
}
// line 49
yield "
";
// line 50
if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 50)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 51
yield " <div class=\"mb-3\">
Vous êtes connecté comme ";
// line 52
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 52), "userIdentifier", [], "any", false, false, false, 52), "html", null, true);
yield ", <a
href=\"";
// line 53
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ui_app_logout");
yield "\">Déconnexion</a>
</div>
";
}
// line 56
yield " <div class=\"col-md-12 form-group\">
<input type=\"email\" value=\"";
// line 57
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["last_username"] ?? null), "html", null, true);
yield "\" name=\"_username\" id=\"username\"
class=\"form-control\" autocomplete=\"email\" placeholder=\"Votre email\" required>
</div>
<div class=\"col-md-12 form-group modern-password-group\" style=\"position: relative;\">
<input type=\"password\" name=\"_password\" id=\"password\" class=\"form-control modern-password\"
autocomplete=\"new-password\" placeholder=\"Votre mot de passe\" required style=\"padding-right: 55px; background-color: white !important;\">
<button type=\"button\" class=\"eye-toggle\" id=\"password-toggle\" title=\"Afficher le mot de passe\" aria-pressed=\"false\" style=\"position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border: none; background: transparent; cursor: pointer; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 0; color: #777;\">
<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" style=\"width: 24px; height: 24px; display: block; color: inherit;\">
<defs>
<mask id=\"eye-open\">
<path d=\"M1 12 C1 12 5 4 12 4 19 4 23 12 23 12 23 14.66 23 17.32 23 20 19.32 20 15.66 20 12 20 8.33 20 4.66 20 1 20 1 17.32 1 14.66 1 12 z\" fill=\"#D9D9D9\" stroke=\"black\" stroke-width=\"1.5\" stroke-linejoin=\"round\"></path>
</mask>
<mask id=\"eye-closed\">
<path d=\"M1 12C1 12 5 20 12 20C19 20 23 12 23 12V20H12H1V12Z\" fill=\"#D9D9D9\"></path>
</mask>
</defs>
<path class=\"lid lid--upper\" d=\"M1 12 C1 12 5 4 12 4 19 4 23 12 23 12 \" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
<path class=\"lid lid--lower\" d=\"M1 12C1 12 5 20 12 20C19 20 23 12 23 12\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
<g mask=\"url(#eye-open)\">
<g class=\"eye\">
<circle cy=\"12\" cx=\"12\" r=\"4\" fill=\"currentColor\"></circle>
<circle cy=\"11\" cx=\"13\" r=\"1\" fill=\"black\"></circle>
</g>
</g>
</svg>
<span class=\"sr-only\">Afficher</span>
</button>
</div>
<div class=\"col-md-12 form-group\">
<div class=\"creat_account\">
<input type=\"checkbox\" id=\"f-option2\" name=\"selector\">
<label for=\"f-option2\">Rester connecté!</label>
</div>
</div>
<input type=\"hidden\" name=\"_csrf_token\"
value=\"";
// line 94
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html", null, true);
yield "\"
>
";
// line 107
yield " <div class=\"col-md-12 form-group\">
<button class=\"primary-btn\" type=\"submit\">
Se connecter
</button>
<a href=\"";
// line 111
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ui_app_forgot_password_request");
yield "\">Mot de passe oublié?</a>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 121
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_javascripts(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", "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 122
yield " ";
yield from $this->yieldParentBlock("javascripts", $context, $blocks);
yield "
<script>
// Load GSAP standard (now 100% free with all plugins included as of April 2025)
(function() {
const GSAP_TIMEOUT = 5000; // 5 seconds timeout
let gsapLoaded = false;
// Load GSAP standard package (includes all plugins)
const gsapScript = document.createElement('script');
gsapScript.src = 'https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js';
gsapScript.async = true;
gsapScript.onload = function() {
gsapLoaded = true;
console.log('[GSAP] Standard package loaded successfully');
// Load password field script after GSAP is loaded
setTimeout(loadPasswordFieldScript, 100);
};
gsapScript.onerror = function() {
console.warn('[GSAP] Failed to load, using fallback');
loadPasswordFieldScript();
};
// Timeout fallback
setTimeout(function() {
if (!gsapLoaded) {
console.warn('[GSAP] Timeout loading GSAP, using fallback');
loadPasswordFieldScript();
}
}, GSAP_TIMEOUT);
document.head.appendChild(gsapScript);
function loadPasswordFieldScript() {
const script = document.createElement('script');
script.src = '";
// line 156
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/modern-password-field.js"), "html", null, true);
yield "';
script.async = true;
document.head.appendChild(script);
}
})();
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "security/login.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 331 => 156, 293 => 122, 280 => 121, 260 => 111, 254 => 107, 248 => 94, 208 => 57, 205 => 56, 199 => 53, 195 => 52, 192 => 51, 190 => 50, 187 => 49, 181 => 47, 179 => 46, 168 => 38, 161 => 34, 143 => 19, 133 => 11, 120 => 10, 107 => 7, 102 => 6, 89 => 5, 66 => 3, 43 => 1,);
}
public function getSourceContext(): Source
{
return new Source("{% extends 'base_home.html.twig' %}
{% block title %}Connexion | MaketOu{% endblock %}
{% block stylesheets %}
{{ parent() }}
<link rel=\"stylesheet\" href=\"{{ asset('css/modern-password-field.css') }}\">
{% endblock %}
{% block body %}
<!-- Start Banner Area -->
<section class=\"banner-area organic-breadcrumb\">
<div class=\"container\">
<div class=\"breadcrumb-banner d-flex flex-wrap align-items-center justify-content-end\">
<div class=\"col-first\">
<h1>Connexion</h1>
<nav class=\"d-flex align-items-center\">
<a href=\"{{ path('ui_home') }}\">Accueil<span class=\"lnr lnr-arrow-right\"></span></a>
<a href=\"javascript:void(0)\">Connexion</a>
</nav>
</div>
</div>
</div>
</section>
<!-- End Banner Area -->
<!--================Login Box Area =================-->
<section class=\"login_box_area section_gap\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-lg-6\">
<div class=\"login_box_img\">
<img class=\"img-fluid\" src=\"{{ asset('ui/img/login.jpg') }}\" alt=\"\">
<div class=\"hover\">
<h4>Nouveau sur le site?</h4>
<p>Créez votre compte dès maintenant et profitez de tous nos avantages. Accédez à des offres exclusives, suivez vos commandes et bien plus encore.</p>
<a class=\"primary-btn\" href=\"{{ path('ui_app_register') }}\">S'inscrire</a>
</div>
</div>
</div>
<div class=\"col-lg-6\">
<div class=\"login_form_inner\">
<h3>Connectez-vous</h3>
<form method=\"post\" class=\"row login_form\">
{% if error %}
<div class=\"alert alert-danger w-100\">{{ error.messageKey|trans(error.messageData, 'security') }}</div>
{% endif %}
{% if app.user %}
<div class=\"mb-3\">
Vous êtes connecté comme {{ app.user.userIdentifier }}, <a
href=\"{{ path('ui_app_logout') }}\">Déconnexion</a>
</div>
{% endif %}
<div class=\"col-md-12 form-group\">
<input type=\"email\" value=\"{{ last_username }}\" name=\"_username\" id=\"username\"
class=\"form-control\" autocomplete=\"email\" placeholder=\"Votre email\" required>
</div>
<div class=\"col-md-12 form-group modern-password-group\" style=\"position: relative;\">
<input type=\"password\" name=\"_password\" id=\"password\" class=\"form-control modern-password\"
autocomplete=\"new-password\" placeholder=\"Votre mot de passe\" required style=\"padding-right: 55px; background-color: white !important;\">
<button type=\"button\" class=\"eye-toggle\" id=\"password-toggle\" title=\"Afficher le mot de passe\" aria-pressed=\"false\" style=\"position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border: none; background: transparent; cursor: pointer; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 0; color: #777;\">
<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" style=\"width: 24px; height: 24px; display: block; color: inherit;\">
<defs>
<mask id=\"eye-open\">
<path d=\"M1 12 C1 12 5 4 12 4 19 4 23 12 23 12 23 14.66 23 17.32 23 20 19.32 20 15.66 20 12 20 8.33 20 4.66 20 1 20 1 17.32 1 14.66 1 12 z\" fill=\"#D9D9D9\" stroke=\"black\" stroke-width=\"1.5\" stroke-linejoin=\"round\"></path>
</mask>
<mask id=\"eye-closed\">
<path d=\"M1 12C1 12 5 20 12 20C19 20 23 12 23 12V20H12H1V12Z\" fill=\"#D9D9D9\"></path>
</mask>
</defs>
<path class=\"lid lid--upper\" d=\"M1 12 C1 12 5 4 12 4 19 4 23 12 23 12 \" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
<path class=\"lid lid--lower\" d=\"M1 12C1 12 5 20 12 20C19 20 23 12 23 12\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>
<g mask=\"url(#eye-open)\">
<g class=\"eye\">
<circle cy=\"12\" cx=\"12\" r=\"4\" fill=\"currentColor\"></circle>
<circle cy=\"11\" cx=\"13\" r=\"1\" fill=\"black\"></circle>
</g>
</g>
</svg>
<span class=\"sr-only\">Afficher</span>
</button>
</div>
<div class=\"col-md-12 form-group\">
<div class=\"creat_account\">
<input type=\"checkbox\" id=\"f-option2\" name=\"selector\">
<label for=\"f-option2\">Rester connecté!</label>
</div>
</div>
<input type=\"hidden\" name=\"_csrf_token\"
value=\"{{ csrf_token('authenticate') }}\"
>
{#
Uncomment this section and add a remember_me option below your firewall to activate remember me functionality.
See https://symfony.com/doc/current/security/remember_me.html
<div class=\"checkbox mb-3\">
<label>
<input type=\"checkbox\" name=\"_remember_me\"> Remember me
</label>
</div>
#}
<div class=\"col-md-12 form-group\">
<button class=\"primary-btn\" type=\"submit\">
Se connecter
</button>
<a href=\"{{ path('ui_app_forgot_password_request') }}\">Mot de passe oublié?</a>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
{% endblock %}
{% block javascripts %}
{{ parent() }}
<script>
// Load GSAP standard (now 100% free with all plugins included as of April 2025)
(function() {
const GSAP_TIMEOUT = 5000; // 5 seconds timeout
let gsapLoaded = false;
// Load GSAP standard package (includes all plugins)
const gsapScript = document.createElement('script');
gsapScript.src = 'https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js';
gsapScript.async = true;
gsapScript.onload = function() {
gsapLoaded = true;
console.log('[GSAP] Standard package loaded successfully');
// Load password field script after GSAP is loaded
setTimeout(loadPasswordFieldScript, 100);
};
gsapScript.onerror = function() {
console.warn('[GSAP] Failed to load, using fallback');
loadPasswordFieldScript();
};
// Timeout fallback
setTimeout(function() {
if (!gsapLoaded) {
console.warn('[GSAP] Timeout loading GSAP, using fallback');
loadPasswordFieldScript();
}
}, GSAP_TIMEOUT);
document.head.appendChild(gsapScript);
function loadPasswordFieldScript() {
const script = document.createElement('script');
script.src = '{{ asset('js/modern-password-field.js') }}';
script.async = true;
document.head.appendChild(script);
}
})();
</script>
{% endblock %}
", "security/login.html.twig", "/home/u540977899/domains/maketou-ht.com/public_html/templates/security/login.html.twig");
}
}