<?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_ecobio.html.twig */
class __TwigTemplate_feba204ece3075fdb7b656a51272a529 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'],
'body' => [$this, 'block_body'],
'scripts' => [$this, 'block_scripts'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 1
return "template_3/layoutAuth.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_ecobio.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_ecobio.html.twig"));
$this->parent = $this->load("template_3/layoutAuth.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 4
/**
* @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";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 5
/**
* @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 6
yield " <!--begin::Form-->
<form class=\"form w-100\" novalidate=\"novalidate\" id=\"kt_sign_in_form\" data-kt-redirect-url=\"#\" action=\"";
// line 7
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_login");
yield "\" method=\"POST\">
";
// line 9
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, 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.', 9, $this->source); })()), "session", [], "any", false, false, false, 9), "getflashbag", [], "any", false, false, false, 9), "get", ["ina"], "method", false, false, false, 9));
foreach ($context['_seq'] as $context["_key"] => $context["mesg"]) {
// line 10
yield " <div class=\"alert alert-info \">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["mesg"], "html", null, true);
yield "</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['mesg'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 12
yield " ";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, 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.', 12, $this->source); })()), "session", [], "any", false, false, false, 12), "getflashbag", [], "any", false, false, false, 12), "get", ["login.user.lock"], "method", false, false, false, 12));
foreach ($context['_seq'] as $context["_key"] => $context["mesg"]) {
// line 13
yield " <div class=\"alert alert-warning \">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["mesg"], "html", null, true);
yield "</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['mesg'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 15
yield " ";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, 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.', 15, $this->source); })()), "session", [], "any", false, false, false, 15), "getflashbag", [], "any", false, false, false, 15), "get", ["login.user.already.login"], "method", false, false, false, 15));
foreach ($context['_seq'] as $context["_key"] => $context["mesg"]) {
// line 16
yield " <div class=\"alert alert-warning \">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["mesg"], "html", null, true);
yield "</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['mesg'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 18
yield " ";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, 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.', 18, $this->source); })()), "session", [], "any", false, false, false, 18), "getflashbag", [], "any", false, false, false, 18), "get", ["login.form.ivalide"], "method", false, false, false, 18));
foreach ($context['_seq'] as $context["_key"] => $context["mesg"]) {
// line 19
yield " <div class=\"alert alert-danger \">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["mesg"], "html", null, true);
yield " </div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['mesg'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 21
yield " ";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, 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.', 21, $this->source); })()), "session", [], "any", false, false, false, 21), "getflashbag", [], "any", false, false, false, 21), "get", ["login.user.prod.erreur"], "method", false, false, false, 21));
foreach ($context['_seq'] as $context["_key"] => $context["mesg"]) {
// line 22
yield " <div class=\"alert alert-danger \">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["mesg"], "html", null, true);
yield "</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['mesg'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 24
yield " ";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, 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.', 24, $this->source); })()), "session", [], "any", false, false, false, 24), "getflashbag", [], "any", false, false, false, 24), "get", ["logout.success"], "method", false, false, false, 24));
foreach ($context['_seq'] as $context["_key"] => $context["mesg"]) {
// line 25
yield " <div class=\"alert alert-success \">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["mesg"], "html", null, true);
yield "</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['mesg'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 27
yield " ";
if ((($tmp = (isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 27, $this->source); })())) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 28
yield " <div class=\"alert alert-danger\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env, $this->source, (isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 28, $this->source); })()), "messageKey", [], "any", false, false, false, 28), CoreExtension::getAttribute($this->env, $this->source, (isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 28, $this->source); })()), "messageData", [], "any", false, false, false, 28), "security"), "html", null, true);
yield "</div>
";
}
// line 30
yield "
";
// line 31
if ((($tmp = 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.', 31, $this->source); })()), "user", [], "any", false, false, false, 31)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 32
yield " <div class=\"mb-3\">
You are logged in as ";
// line 33
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, 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.', 33, $this->source); })()), "user", [], "any", false, false, false, 33), "userIdentifier", [], "any", false, false, false, 33), "html", null, true);
yield ", <a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_logout");
yield "\">Logout</a>
</div>
";
}
// line 36
yield " <!--begin::Heading-->
<div class=\"text-center mb-11\">
<!--begin::Title-->
<h1 class=\"text-gray-900 fw-bolder mb-3\">Connexion</h1>
<!--end::Title-->
<!--begin::Subtitle-->
<!--end::Subtitle=-->
</div>
<!--begin::Heading-->
<!--begin::Login options-->
<div class=\"row g-3 mb-9\">
<!--begin::Col-->
<!--end::Col-->
</div>
<!--end::Login options-->
<!--begin::Separator-->
<div class=\"separator separator-content my-14\">
<span class=\"w-125px text-gray-500 fw-semibold fs-7\">";
// line 55
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["objetAbonne"]) || array_key_exists("objetAbonne", $context) ? $context["objetAbonne"] : (function () { throw new RuntimeError('Variable "objetAbonne" does not exist.', 55, $this->source); })()), "nom", [], "any", false, false, false, 55), "html", null, true);
yield "</span>
</div>
<!--end::Separator-->
<!--begin::Input group=-->
<div class=\"fv-row mb-8\">
<!--begin::Email-->
<!--end::Email-->
<input type=\"text\" value=\"";
// line 63
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["last_username"]) || array_key_exists("last_username", $context) ? $context["last_username"] : (function () { throw new RuntimeError('Variable "last_username" does not exist.', 63, $this->source); })()), "html", null, true);
yield "\" name=\"username\" id=\"inputUsername\" class=\"form-control h-auto form-control-solid py-4 px-8\" autocomplete=\"username\" placeholder=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("site.login.pseudo"), "html", null, true);
yield "\" required autofocus>
</div>
<!--end::Input group=-->
<div class=\"fv-row mb-3\">
<!--begin::Password-->
<input type=\"password\" name=\"password\" id=\"inputPassword\" class=\"form-control h-auto form-control-solid py-4 px-8\" autocomplete=\"current-password\" placeholder=\"";
// line 69
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("site.login.password"), "html", null, true);
yield "\" required>
<!--end::Password-->
</div>
<!--end::Input group=-->
<!--begin::Wrapper-->
<div class=\"d-flex flex-stack flex-wrap gap-3 fs-base fw-semibold mb-8\">
<div></div>
<!--begin::Link-->
<!--end::Link-->
</div>
<!--end::Wrapper-->
<!--begin::Submit button-->
<div class=\"d-grid mb-10\">
<button type=\"submit\" id=\"kt_sign_in_submit\" class=\"btn btn-primary\">
<!--begin::Indicator label-->
<span class=\"indicator-label\">";
// line 85
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("site.valider"), "html", null, true);
yield "</span>
<!--end::Indicator label-->
<!--begin::Indicator progress-->
<span class=\"indicator-progress\">Please wait...
<span class=\"spinner-border spinner-border-sm align-middle ms-2\"></span></span>
<!--end::Indicator progress-->
</button>
</div>
<!--end::Submit button-->
<!--begin::Sign up-->
<input type=\"hidden\" name=\"_csrf_token\"
value=\"";
// line 96
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html", null, true);
yield "\"
>
<!--end::Form group-->
<!--end::Action-->
";
// line 102
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, 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.', 102, $this->source); })()), "session", [], "any", false, false, false, 102), "getflashbag", [], "any", false, false, false, 102), "get", ["restoreUrl"], "method", false, false, false, 102));
foreach ($context['_seq'] as $context["_key"] => $context["restoreUrl"]) {
// line 103
yield " <input type=\"hidden\" name=\"restoreUrl\" value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["restoreUrl"], "html", null, true);
yield "\" />
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['restoreUrl'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 105
yield " <!--end::Sign up-->
</form>
<!--end::Form-->
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 113
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_scripts(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", "scripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "scripts"));
// line 114
yield from $this->yieldParentBlock("scripts", $context, $blocks);
yield "
<script src=\"https://unpkg.com/vue@3/dist/vue.global.js\"></script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "security/login_ecobio.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 345 => 114, 332 => 113, 315 => 105, 306 => 103, 302 => 102, 293 => 96, 279 => 85, 260 => 69, 249 => 63, 238 => 55, 217 => 36, 209 => 33, 206 => 32, 204 => 31, 201 => 30, 195 => 28, 192 => 27, 183 => 25, 178 => 24, 169 => 22, 164 => 21, 155 => 19, 150 => 18, 141 => 16, 136 => 15, 127 => 13, 122 => 12, 113 => 10, 109 => 9, 104 => 7, 101 => 6, 88 => 5, 65 => 4, 42 => 1,);
}
public function getSourceContext(): Source
{
return new Source("{% extends \"template_3/layoutAuth.html.twig\" %}
{% block title %}Connexion{% endblock %}
{% block body %}
<!--begin::Form-->
<form class=\"form w-100\" novalidate=\"novalidate\" id=\"kt_sign_in_form\" data-kt-redirect-url=\"#\" action=\"{{path('app_login')}}\" method=\"POST\">
{% for mesg in app.session.getflashbag.get('ina') %}
<div class=\"alert alert-info \">{{mesg}}</div>
{% endfor %}
{% for mesg in app.session.getflashbag.get('login.user.lock') %}
<div class=\"alert alert-warning \">{{mesg}}</div>
{% endfor %}
{% for mesg in app.session.getflashbag.get('login.user.already.login') %}
<div class=\"alert alert-warning \">{{mesg}}</div>
{% endfor %}
{% for mesg in app.session.getflashbag.get('login.form.ivalide') %}
<div class=\"alert alert-danger \">{{mesg}} </div>
{% endfor %}
{% for mesg in app.session.getflashbag.get('login.user.prod.erreur') %}
<div class=\"alert alert-danger \">{{mesg}}</div>
{% endfor %}
{% for mesg in app.session.getflashbag.get('logout.success') %}
<div class=\"alert alert-success \">{{mesg}}</div>
{% endfor %}
{% if error %}
<div class=\"alert alert-danger\">{{ error.messageKey|trans(error.messageData, 'security') }}</div>
{% endif %}
{% if app.user %}
<div class=\"mb-3\">
You are logged in as {{ app.user.userIdentifier }}, <a href=\"{{ path('app_logout') }}\">Logout</a>
</div>
{% endif %}
<!--begin::Heading-->
<div class=\"text-center mb-11\">
<!--begin::Title-->
<h1 class=\"text-gray-900 fw-bolder mb-3\">Connexion</h1>
<!--end::Title-->
<!--begin::Subtitle-->
<!--end::Subtitle=-->
</div>
<!--begin::Heading-->
<!--begin::Login options-->
<div class=\"row g-3 mb-9\">
<!--begin::Col-->
<!--end::Col-->
</div>
<!--end::Login options-->
<!--begin::Separator-->
<div class=\"separator separator-content my-14\">
<span class=\"w-125px text-gray-500 fw-semibold fs-7\">{{objetAbonne.nom}}</span>
</div>
<!--end::Separator-->
<!--begin::Input group=-->
<div class=\"fv-row mb-8\">
<!--begin::Email-->
<!--end::Email-->
<input type=\"text\" value=\"{{ last_username }}\" name=\"username\" id=\"inputUsername\" class=\"form-control h-auto form-control-solid py-4 px-8\" autocomplete=\"username\" placeholder=\"{{'site.login.pseudo'|trans}}\" required autofocus>
</div>
<!--end::Input group=-->
<div class=\"fv-row mb-3\">
<!--begin::Password-->
<input type=\"password\" name=\"password\" id=\"inputPassword\" class=\"form-control h-auto form-control-solid py-4 px-8\" autocomplete=\"current-password\" placeholder=\"{{'site.login.password'|trans}}\" required>
<!--end::Password-->
</div>
<!--end::Input group=-->
<!--begin::Wrapper-->
<div class=\"d-flex flex-stack flex-wrap gap-3 fs-base fw-semibold mb-8\">
<div></div>
<!--begin::Link-->
<!--end::Link-->
</div>
<!--end::Wrapper-->
<!--begin::Submit button-->
<div class=\"d-grid mb-10\">
<button type=\"submit\" id=\"kt_sign_in_submit\" class=\"btn btn-primary\">
<!--begin::Indicator label-->
<span class=\"indicator-label\">{{'site.valider'|trans}}</span>
<!--end::Indicator label-->
<!--begin::Indicator progress-->
<span class=\"indicator-progress\">Please wait...
<span class=\"spinner-border spinner-border-sm align-middle ms-2\"></span></span>
<!--end::Indicator progress-->
</button>
</div>
<!--end::Submit button-->
<!--begin::Sign up-->
<input type=\"hidden\" name=\"_csrf_token\"
value=\"{{ csrf_token('authenticate') }}\"
>
<!--end::Form group-->
<!--end::Action-->
{% for restoreUrl in app.session.getflashbag.get('restoreUrl') %}
<input type=\"hidden\" name=\"restoreUrl\" value=\"{{restoreUrl}}\" />
{% endfor %}
<!--end::Sign up-->
</form>
<!--end::Form-->
{% endblock %}
{% block scripts %}
{{parent()}}
<script src=\"https://unpkg.com/vue@3/dist/vue.global.js\"></script>
{% endblock %}
", "security/login_ecobio.html.twig", "/home/coop/public_html/test.coo.tg/templates/security/login_ecobio.html.twig");
}
}