<?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;
/* @admin/account/login/index.html.twig */
class __TwigTemplate_92aa0aa17ed3ca19d59bb0abbb65b72f extends Netgen\Bundle\SiteBundle\Templating\Twig\DebugTemplate
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
'login_form' => [$this, 'block_login_form'],
'login_form_errors' => [$this, 'block_login_form_errors'],
'login_form_fields' => [$this, 'block_login_form_fields'],
'login_form_buttons' => [$this, 'block_login_form_buttons'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 1
return "@ibexadesign/account/base.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", "@admin/account/login/index.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@admin/account/login/index.html.twig"));
$this->parent = $this->load("@ibexadesign/account/base.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_content(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", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 4
yield "<h2 class=\"ibexa-login__actions-headline\">";
yield ((($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("base.get_started") == "base.get_started")) ? ("Get started") : ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("base.get_started"), "html", null, true)));
yield "</h2>
";
// line 6
yield from $this->unwrap()->yieldBlock('login_form', $context, $blocks);
// line 86
yield "
";
// line 87
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("ibexa-admin-ui-login-js", null, "ibexa");
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 6
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_login_form(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", "login_form"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "login_form"));
// line 7
yield " ";
yield $this->extensions['Ibexa\Bundle\TwigComponents\Templating\Twig\ComponentExtension']->renderComponentGroup("admin-ui-login-form-before");
yield "
<form action=\"";
// line 9
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("login_check");
yield "\" method=\"post\" role=\"form\">
<fieldset>
";
// line 11
yield from $this->unwrap()->yieldBlock('login_form_errors', $context, $blocks);
// line 21
yield "
";
// line 22
yield from $this->unwrap()->yieldBlock('login_form_fields', $context, $blocks);
// line 67
yield "
";
// line 68
yield from $this->unwrap()->yieldBlock('login_form_buttons', $context, $blocks);
// line 81
yield " </fieldset>
</form>
";
// line 84
yield $this->extensions['Ibexa\Bundle\TwigComponents\Templating\Twig\ComponentExtension']->renderComponentGroup("admin-ui-login-form-after");
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 11
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_login_form_errors(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", "login_form_errors"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "login_form_errors"));
// line 12
yield " ";
if ((($tmp = (isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 12, $this->source); })())) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 13
yield " <div class=\"ibexa-login__errors-container\">
";
// line 14
yield from $this->load("@ibexadesign/ui/component/alert/alert.html.twig", 14)->unwrap()->yield(CoreExtension::toArray(["type" => "error", "title" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(Netgen\Bundle\IbexaSiteApiBundle\Templating\Twig\Node\GetAttrExpressionDecorator::twigGetAttribute($this->env, $this->source, // line 16
(isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 16, $this->source); })()), "message", [], "any", false, false, false, 16))]));
// line 18
yield " </div>
";
}
// line 20
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 22
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_login_form_fields(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", "login_form_fields"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "login_form_fields"));
// line 23
yield " <div class=\"form-group";
if ((($tmp = (isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 23, $this->source); })())) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
yield " has-error";
}
yield "\">
<div class=\"ibexa-login__input-label-wrapper\">
<label class=\"ibexa-label\" for=\"username\">";
// line 25
yield ((($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("authentication.username") == "authentication.username")) ? ("Username") : ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("authentication.username"), "html", null, true)));
yield "</label>
</div>";
// line 27
yield from $this->load("@admin/account/login/index.html.twig", 27, 1584365770)->unwrap()->yield($context);
// line 43
yield "</div>
<div class=\"form-group";
// line 44
if ((($tmp = (isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 44, $this->source); })())) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
yield " has-error";
}
yield " position-relative\">
<div class=\"ibexa-login__input-label-wrapper\">
<label class=\"ibexa-label\" for=\"password\">";
// line 46
yield ((($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("authentication.password") == "authentication.password")) ? ("Password") : ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("authentication.password"), "html", null, true)));
yield "</label>
</div>";
// line 48
yield from $this->load("@admin/account/login/index.html.twig", 48, 1688583015)->unwrap()->yield(CoreExtension::merge($context, ["type" => "password"]));
// line 63
yield "</div>
<input type=\"hidden\" name=\"_csrf_token\" value=\"";
// line 65
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html", null, true);
yield "\" />
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 68
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_login_form_buttons(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", "login_form_buttons"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "login_form_buttons"));
// line 69
yield " <button
type=\"submit\"
class=\"btn ibexa-btn ibexa-btn--primary ibexa-login__btn ibexa-login__btn--sign-in\"
tabindex=\"3\"
disabled
>
";
// line 75
yield ((($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("authentication.login") == "authentication.login")) ? ("Login") : ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("authentication.login"), "html", null, true)));
yield "
</button>
<div class=\"ibexa-login__link-wrapper\">
<a href=\"";
// line 78
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("ibexa.user.forgot_password");
yield "\" tabindex=\"4\">";
yield ((($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("authentication.forgot_password") == "authentication.forgot_password")) ? ("Forgot your password?") : ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("authentication.forgot_password"), "html", null, true)));
yield "</a>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "@admin/account/login/index.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 280 => 78, 274 => 75, 266 => 69, 253 => 68, 240 => 65, 236 => 63, 234 => 48, 230 => 46, 223 => 44, 220 => 43, 218 => 27, 214 => 25, 206 => 23, 193 => 22, 182 => 20, 178 => 18, 176 => 16, 175 => 14, 172 => 13, 169 => 12, 156 => 11, 143 => 84, 138 => 81, 136 => 68, 133 => 67, 131 => 22, 128 => 21, 126 => 11, 121 => 9, 115 => 7, 102 => 6, 91 => 87, 88 => 86, 86 => 6, 80 => 4, 67 => 3, 44 => 1,);
}
public function getSourceContext(): Source
{
return new Source("{% extends '@ibexadesign/account/base.html.twig' %}
{%- block content -%}
<h2 class=\"ibexa-login__actions-headline\">{{ 'base.get_started'|trans|desc('Get started') }}</h2>
{% block login_form %}
{{ ibexa_twig_component_group('admin-ui-login-form-before') }}
<form action=\"{{ path( 'login_check' ) }}\" method=\"post\" role=\"form\">
<fieldset>
{% block login_form_errors %}
{% if error %}
<div class=\"ibexa-login__errors-container\">
{% include '@ibexadesign/ui/component/alert/alert.html.twig' with {
type: 'error',
title: error.message|trans,
} only %}
</div>
{% endif %}
{% endblock %}
{% block login_form_fields %}
<div class=\"form-group{% if error %} has-error{% endif %}\">
<div class=\"ibexa-login__input-label-wrapper\">
<label class=\"ibexa-label\" for=\"username\">{{ 'authentication.username'|trans|desc('Username') }}</label>
</div>
{%- embed '@ibexadesign/ui/component/input_text.html.twig' -%}
{% block content %}
<input
type=\"text\"
id=\"username\"
class=\"form-control ibexa-input ibexa-input--text ibexa-login__input ibexa-login__input--name\"
name=\"_username\"
value=\"{{ last_username }}\"
required=\"required\"
autofocus=\"autofocus\"
autocomplete=\"on\"
tabindex=\"1\"
placeholder=\" \"
/>
{% endblock %}
{%- endembed -%}
</div>
<div class=\"form-group{% if error %} has-error{% endif %} position-relative\">
<div class=\"ibexa-login__input-label-wrapper\">
<label class=\"ibexa-label\" for=\"password\">{{ 'authentication.password'|trans|desc('Password') }}</label>
</div>
{%- embed '@ibexadesign/ui/component/input_text.html.twig' with {
type: 'password',
} -%}
{% block content %}
<input
type=\"password\"
id=\"password\"
class=\"form-control ibexa-input ibexa-input--text ibexa-login__input ibexa-login__input--password\"
name=\"_password\"
required=\"required\"
tabindex=\"2\"
placeholder=\" \"
/>
{% endblock %}
{%- endembed -%}
</div>
<input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token(\"authenticate\") }}\" />
{% endblock %}
{% block login_form_buttons %}
<button
type=\"submit\"
class=\"btn ibexa-btn ibexa-btn--primary ibexa-login__btn ibexa-login__btn--sign-in\"
tabindex=\"3\"
disabled
>
{{ 'authentication.login'|trans|desc('Login') }}
</button>
<div class=\"ibexa-login__link-wrapper\">
<a href=\"{{ path('ibexa.user.forgot_password') }}\" tabindex=\"4\">{{ 'authentication.forgot_password'|trans|desc('Forgot your password?') }}</a>
</div>
{% endblock %}
</fieldset>
</form>
{{ ibexa_twig_component_group('admin-ui-login-form-after') }}
{% endblock %}
{{ encore_entry_script_tags('ibexa-admin-ui-login-js', null, 'ibexa') }}
{%- endblock content -%}
", "@admin/account/login/index.html.twig", "/var/www/vhosts/platformv4.alpha.se7enx.com/httpdocs/platformvlegacy4.alpha.se7enx.com/vendor/se7enxweb/admin-ui/src/bundle/Resources/views/themes/admin/account/login/index.html.twig");
}
}
/* @admin/account/login/index.html.twig */
class __TwigTemplate_92aa0aa17ed3ca19d59bb0abbb65b72f___1584365770 extends Netgen\Bundle\SiteBundle\Templating\Twig\DebugTemplate
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 27
return "@ibexadesign/ui/component/input_text.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", "@admin/account/login/index.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@admin/account/login/index.html.twig"));
$this->parent = $this->load("@ibexadesign/ui/component/input_text.html.twig", 27);
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 28
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_content(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", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 29
yield " <input
type=\"text\"
id=\"username\"
class=\"form-control ibexa-input ibexa-input--text ibexa-login__input ibexa-login__input--name\"
name=\"_username\"
value=\"";
// line 34
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.', 34, $this->source); })()), "html", null, true);
yield "\"
required=\"required\"
autofocus=\"autofocus\"
autocomplete=\"on\"
tabindex=\"1\"
placeholder=\" \"
/>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "@admin/account/login/index.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 480 => 34, 473 => 29, 460 => 28, 437 => 27, 280 => 78, 274 => 75, 266 => 69, 253 => 68, 240 => 65, 236 => 63, 234 => 48, 230 => 46, 223 => 44, 220 => 43, 218 => 27, 214 => 25, 206 => 23, 193 => 22, 182 => 20, 178 => 18, 176 => 16, 175 => 14, 172 => 13, 169 => 12, 156 => 11, 143 => 84, 138 => 81, 136 => 68, 133 => 67, 131 => 22, 128 => 21, 126 => 11, 121 => 9, 115 => 7, 102 => 6, 91 => 87, 88 => 86, 86 => 6, 80 => 4, 67 => 3, 44 => 1,);
}
public function getSourceContext(): Source
{
return new Source("{% extends '@ibexadesign/account/base.html.twig' %}
{%- block content -%}
<h2 class=\"ibexa-login__actions-headline\">{{ 'base.get_started'|trans|desc('Get started') }}</h2>
{% block login_form %}
{{ ibexa_twig_component_group('admin-ui-login-form-before') }}
<form action=\"{{ path( 'login_check' ) }}\" method=\"post\" role=\"form\">
<fieldset>
{% block login_form_errors %}
{% if error %}
<div class=\"ibexa-login__errors-container\">
{% include '@ibexadesign/ui/component/alert/alert.html.twig' with {
type: 'error',
title: error.message|trans,
} only %}
</div>
{% endif %}
{% endblock %}
{% block login_form_fields %}
<div class=\"form-group{% if error %} has-error{% endif %}\">
<div class=\"ibexa-login__input-label-wrapper\">
<label class=\"ibexa-label\" for=\"username\">{{ 'authentication.username'|trans|desc('Username') }}</label>
</div>
{%- embed '@ibexadesign/ui/component/input_text.html.twig' -%}
{% block content %}
<input
type=\"text\"
id=\"username\"
class=\"form-control ibexa-input ibexa-input--text ibexa-login__input ibexa-login__input--name\"
name=\"_username\"
value=\"{{ last_username }}\"
required=\"required\"
autofocus=\"autofocus\"
autocomplete=\"on\"
tabindex=\"1\"
placeholder=\" \"
/>
{% endblock %}
{%- endembed -%}
</div>
<div class=\"form-group{% if error %} has-error{% endif %} position-relative\">
<div class=\"ibexa-login__input-label-wrapper\">
<label class=\"ibexa-label\" for=\"password\">{{ 'authentication.password'|trans|desc('Password') }}</label>
</div>
{%- embed '@ibexadesign/ui/component/input_text.html.twig' with {
type: 'password',
} -%}
{% block content %}
<input
type=\"password\"
id=\"password\"
class=\"form-control ibexa-input ibexa-input--text ibexa-login__input ibexa-login__input--password\"
name=\"_password\"
required=\"required\"
tabindex=\"2\"
placeholder=\" \"
/>
{% endblock %}
{%- endembed -%}
</div>
<input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token(\"authenticate\") }}\" />
{% endblock %}
{% block login_form_buttons %}
<button
type=\"submit\"
class=\"btn ibexa-btn ibexa-btn--primary ibexa-login__btn ibexa-login__btn--sign-in\"
tabindex=\"3\"
disabled
>
{{ 'authentication.login'|trans|desc('Login') }}
</button>
<div class=\"ibexa-login__link-wrapper\">
<a href=\"{{ path('ibexa.user.forgot_password') }}\" tabindex=\"4\">{{ 'authentication.forgot_password'|trans|desc('Forgot your password?') }}</a>
</div>
{% endblock %}
</fieldset>
</form>
{{ ibexa_twig_component_group('admin-ui-login-form-after') }}
{% endblock %}
{{ encore_entry_script_tags('ibexa-admin-ui-login-js', null, 'ibexa') }}
{%- endblock content -%}
", "@admin/account/login/index.html.twig", "/var/www/vhosts/platformv4.alpha.se7enx.com/httpdocs/platformvlegacy4.alpha.se7enx.com/vendor/se7enxweb/admin-ui/src/bundle/Resources/views/themes/admin/account/login/index.html.twig");
}
}
/* @admin/account/login/index.html.twig */
class __TwigTemplate_92aa0aa17ed3ca19d59bb0abbb65b72f___1688583015 extends Netgen\Bundle\SiteBundle\Templating\Twig\DebugTemplate
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 48
return "@ibexadesign/ui/component/input_text.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", "@admin/account/login/index.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@admin/account/login/index.html.twig"));
$this->parent = $this->load("@ibexadesign/ui/component/input_text.html.twig", 48);
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 51
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_content(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", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 52
yield " <input
type=\"password\"
id=\"password\"
class=\"form-control ibexa-input ibexa-input--text ibexa-login__input ibexa-login__input--password\"
name=\"_password\"
required=\"required\"
tabindex=\"2\"
placeholder=\" \"
/>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "@admin/account/login/index.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 676 => 52, 663 => 51, 640 => 48, 480 => 34, 473 => 29, 460 => 28, 437 => 27, 280 => 78, 274 => 75, 266 => 69, 253 => 68, 240 => 65, 236 => 63, 234 => 48, 230 => 46, 223 => 44, 220 => 43, 218 => 27, 214 => 25, 206 => 23, 193 => 22, 182 => 20, 178 => 18, 176 => 16, 175 => 14, 172 => 13, 169 => 12, 156 => 11, 143 => 84, 138 => 81, 136 => 68, 133 => 67, 131 => 22, 128 => 21, 126 => 11, 121 => 9, 115 => 7, 102 => 6, 91 => 87, 88 => 86, 86 => 6, 80 => 4, 67 => 3, 44 => 1,);
}
public function getSourceContext(): Source
{
return new Source("{% extends '@ibexadesign/account/base.html.twig' %}
{%- block content -%}
<h2 class=\"ibexa-login__actions-headline\">{{ 'base.get_started'|trans|desc('Get started') }}</h2>
{% block login_form %}
{{ ibexa_twig_component_group('admin-ui-login-form-before') }}
<form action=\"{{ path( 'login_check' ) }}\" method=\"post\" role=\"form\">
<fieldset>
{% block login_form_errors %}
{% if error %}
<div class=\"ibexa-login__errors-container\">
{% include '@ibexadesign/ui/component/alert/alert.html.twig' with {
type: 'error',
title: error.message|trans,
} only %}
</div>
{% endif %}
{% endblock %}
{% block login_form_fields %}
<div class=\"form-group{% if error %} has-error{% endif %}\">
<div class=\"ibexa-login__input-label-wrapper\">
<label class=\"ibexa-label\" for=\"username\">{{ 'authentication.username'|trans|desc('Username') }}</label>
</div>
{%- embed '@ibexadesign/ui/component/input_text.html.twig' -%}
{% block content %}
<input
type=\"text\"
id=\"username\"
class=\"form-control ibexa-input ibexa-input--text ibexa-login__input ibexa-login__input--name\"
name=\"_username\"
value=\"{{ last_username }}\"
required=\"required\"
autofocus=\"autofocus\"
autocomplete=\"on\"
tabindex=\"1\"
placeholder=\" \"
/>
{% endblock %}
{%- endembed -%}
</div>
<div class=\"form-group{% if error %} has-error{% endif %} position-relative\">
<div class=\"ibexa-login__input-label-wrapper\">
<label class=\"ibexa-label\" for=\"password\">{{ 'authentication.password'|trans|desc('Password') }}</label>
</div>
{%- embed '@ibexadesign/ui/component/input_text.html.twig' with {
type: 'password',
} -%}
{% block content %}
<input
type=\"password\"
id=\"password\"
class=\"form-control ibexa-input ibexa-input--text ibexa-login__input ibexa-login__input--password\"
name=\"_password\"
required=\"required\"
tabindex=\"2\"
placeholder=\" \"
/>
{% endblock %}
{%- endembed -%}
</div>
<input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token(\"authenticate\") }}\" />
{% endblock %}
{% block login_form_buttons %}
<button
type=\"submit\"
class=\"btn ibexa-btn ibexa-btn--primary ibexa-login__btn ibexa-login__btn--sign-in\"
tabindex=\"3\"
disabled
>
{{ 'authentication.login'|trans|desc('Login') }}
</button>
<div class=\"ibexa-login__link-wrapper\">
<a href=\"{{ path('ibexa.user.forgot_password') }}\" tabindex=\"4\">{{ 'authentication.forgot_password'|trans|desc('Forgot your password?') }}</a>
</div>
{% endblock %}
</fieldset>
</form>
{{ ibexa_twig_component_group('admin-ui-login-form-after') }}
{% endblock %}
{{ encore_entry_script_tags('ibexa-admin-ui-login-js', null, 'ibexa') }}
{%- endblock content -%}
", "@admin/account/login/index.html.twig", "/var/www/vhosts/platformv4.alpha.se7enx.com/httpdocs/platformvlegacy4.alpha.se7enx.com/vendor/se7enxweb/admin-ui/src/bundle/Resources/views/themes/admin/account/login/index.html.twig");
}
}