Deprecated: Constant E_STRICT is deprecated in /var/www/PixelForce/vendor/symfony/error-handler/ErrorHandler.php on line 58
Deprecated: Constant E_STRICT is deprecated in /var/www/PixelForce/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler
<?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;
/* security/signin.html.twig */
class __TwigTemplate_6a5ed2b6d09b4c6922e63b9bbccdc232 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'],
'form' => [$this, 'block_form'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$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/signin.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/signin.html.twig"));
// line 1
yield "<!DOCTYPE html>
<html>
<head>
";
// line 4
if ((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.', 4, $this->source); })()), "environment", [], "any", false, false, false, 4) == "prod")) {
// line 5
yield " <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-8PBBKR57JN\"></script>
<script type=\"text/javascript\" src=\"";
// line 6
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/google_analytics.js"), "html", null, true);
yield "\"></script>
";
}
// line 8
yield " <meta charset=\"UTF-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<meta name=\"google-site-verification\" content=\"O5bvNXZxdhGiT5VN5hPxisFh_XZeZCQr4aN4yoy0Ilk\" />
<title>";
// line 11
yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
yield "</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>\">
<link rel=\"stylesheet\" href=\"/assets/fontawesome-free-6.0.0-web/css/all.css\" />
<link rel=\"stylesheet\" href=\"";
// line 14
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/vuexy/css/pages/authentication.css"), "html", null, true);
yield "\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 15
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/animations.css"), "html", null, true);
yield "\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 16
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html", null, true);
yield "\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 17
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/inscription.css"), "html", null, true);
yield "\">
";
// line 19
yield " ";
yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);
// line 24
yield "
<script src=\"";
// line 25
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/vuexy/vendors/js/vendors.min.js"), "html", null, true);
yield "\" ></script>
";
// line 26
yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
// line 30
yield " </head>
<body>
";
// line 33
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
return; yield '';
}
// line 11
public function block_title($context, array $blocks = [])
{
$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 "Authentification!";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 19
public function block_stylesheets($context, array $blocks = [])
{
$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 20
yield " ";
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("vuexy_colors");
yield "
";
// line 21
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("vuexy_components");
yield "
";
// line 22
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 26
public function block_javascripts($context, array $blocks = [])
{
$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 27
yield " ";
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("vuexy_app");
yield "
";
// line 28
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 33
public function block_body($context, array $blocks = [])
{
$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 34
yield "<body class=\"horizontal-layout horizontal-menu blank-page navbar-floating footer-static \" data-open=\"hover\" data-menu=\"horizontal-menu\" data-col=\"blank-page\">
<div class=\"app-content content \">
<div class=\"content-overlay\"></div>
<div class=\"header-navbar-shadow\"></div>
<div class=\"content-wrapper\">
<div class=\"content-header row\">
</div>
<div class=\"content-body\">
<div class=\"auth-wrapper auth-cover\">
<div class=\"auth-inner row m-0\">
<!-- Left Text-->
<div class=\"d-none d-lg-flex col-lg-8 align-items-center m-0 p-0 bg-image\">
</div>
<!-- /Left Text-->
<!-- Login-->
<div class=\" col-lg-4 auth-bg px-1 d-flex justify-content-center align-items-center\">
<div class=\"col-12 col-sm-8 col-md-6 col-lg-12 p-lg-3 m- mx-auto\">
<div class=\"p-lg-4\">
<h2 class=\"card-title text-center pixelforce-logo\">
<a href=\"";
// line 55
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_dashboard");
yield "\" class=\"text-center text-muted d-flex align-items-center justify-content-center \">
<img src=\"/assets/img/logo/pixelforce/logo-pixelforce-00.png\" class=\"img-fluid m-2\" alt=\"logo-pixelforce\">
<h2 class=\"ml-0 fw-bold\">PIXELFORCE</h2>
</a>
</h2>
";
// line 61
yield from $this->unwrap()->yieldBlock('form', $context, $blocks);
// line 148
yield "
</div>
</div>
</div>
<!-- /Login-->
</div>
</div>
</div>
</div>
</div>
<script>
\$(window).on('load', function() {
if (feather) {
feather.replace({
width: 14,
height: 14
});
}
})
</script>
</body>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 61
public function block_form($context, array $blocks = [])
{
$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", "form"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form"));
// line 62
yield " <h2 class=\"text-center fw-bold \">Inscription</h2>
<!-- Message alert -->
<div class=\"alert-message\">
";
// line 65
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(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.', 65, $this->source); })()), "flashes", [], "any", false, false, false, 65));
foreach ($context['_seq'] as $context["label"] => $context["messages"]) {
// line 66
yield " <div class=\"alert alert-";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["label"], "html", null, true);
yield " text-center\">
";
// line 67
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable($context["messages"]);
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 68
yield " ";
yield $context["message"];
yield "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 70
yield " </div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['label'], $context['messages'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 72
yield " </div>
";
// line 73
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 73, $this->source); })()), 'form_start');
yield "
<div class=\"row\">
<div class=\"col-md-6 col-12\">
";
// line 76
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 76, $this->source); })()), "nom", [], "any", false, false, false, 76), 'row');
yield "
</div>
<div class=\"col-md-6 col-12\">
";
// line 79
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 79, $this->source); })()), "prenom", [], "any", false, false, false, 79), 'row');
yield "
</div>
</div>
<div class=\"row\">
<div class=\"col-md-6 col-12\">
";
// line 84
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 84, $this->source); })()), "email", [], "any", false, false, false, 84), 'row');
yield "
</div>
<div class=\"col-md-6 col-12\">
";
// line 87
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 87, $this->source); })()), "telephone", [], "any", false, false, false, 87), 'row');
yield "
</div>
</div>
<div class=\"row\">
<div class=\"col-md-6 col-12\">
";
// line 92
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 92, $this->source); })()), "adresse", [], "any", false, false, false, 92), 'row');
yield "
</div>
<div class=\"col-md-6 col-12\">
";
// line 95
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 95, $this->source); })()), "numero_rue", [], "any", false, false, false, 95), 'row');
yield "
</div>
<div class=\"col-md-6 col-12\">
";
// line 98
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 98, $this->source); })()), "codePostal", [], "any", false, false, false, 98), 'row');
yield "
</div>
<div class=\"col-md-6 col-12\">
";
// line 101
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 101, $this->source); })()), "ville", [], "any", false, false, false, 101), 'row');
yield "
</div>
</div>
";
// line 113
yield "
<h5 class=\"mb-1\">Information sur la connexion</h5>
";
// line 115
if (CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "ambassador_username", [], "any", true, true, false, 115)) {
// line 116
yield " ";
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 116, $this->source); })()), "ambassador_username", [], "any", false, false, false, 116), 'row');
yield "
";
}
// line 118
yield "
";
// line 119
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 119, $this->source); })()), "username", [], "any", false, false, false, 119), 'row');
yield "
";
// line 120
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 120, $this->source); })()), "password", [], "any", false, false, false, 120), 'row');
yield "
<div class=\"w-100 text-center\">
";
// line 123
yield " <button class=\"sign-in-button w-100 h-30 font-weight-bold rounded-3 p-2\" type=\"submit\" id=\"btn-next\">S’inscrire</button>
</div>
";
// line 125
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 125, $this->source); })()), 'form_end');
yield "
<div class=\"divider my-1\">
<hr/>
</div>
<div class=\"row mt-2 justify-content-center d-flex\">
<div class=\"col-12 \">
<div class=\" text-center\">
<a class=\"w-100 font-weight-bold login-other-button\" href=\"";
// line 132
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_forgetPassword");
yield "\">
Mot de passe oublié ?
</a>
</div>
</div>
<div class=\"col-12 \">
<div class=\" text-center\">
<a class=\" w-100 font-weight-bold login-other-button \" href=\"";
// line 139
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_login");
yield "\">
Se connecter
</a>
</div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "security/signin.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 429 => 139, 419 => 132, 409 => 125, 405 => 123, 400 => 120, 396 => 119, 393 => 118, 387 => 116, 385 => 115, 381 => 113, 375 => 101, 369 => 98, 363 => 95, 357 => 92, 349 => 87, 343 => 84, 335 => 79, 329 => 76, 323 => 73, 320 => 72, 313 => 70, 304 => 68, 300 => 67, 295 => 66, 291 => 65, 286 => 62, 276 => 61, 243 => 148, 241 => 61, 232 => 55, 209 => 34, 199 => 33, 186 => 28, 181 => 27, 171 => 26, 158 => 22, 154 => 21, 149 => 20, 139 => 19, 119 => 11, 108 => 33, 103 => 30, 101 => 26, 97 => 25, 94 => 24, 91 => 19, 87 => 17, 83 => 16, 79 => 15, 75 => 14, 69 => 11, 64 => 8, 59 => 6, 56 => 5, 54 => 4, 49 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html>
<head>
{% if app.environment == 'prod' %}
<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-8PBBKR57JN\"></script>
<script type=\"text/javascript\" src=\"{{ asset('assets/js/google_analytics.js') }}\"></script>
{% endif %}
<meta charset=\"UTF-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<meta name=\"google-site-verification\" content=\"O5bvNXZxdhGiT5VN5hPxisFh_XZeZCQr4aN4yoy0Ilk\" />
<title>{% block title %}Authentification!{% 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>\">
<link rel=\"stylesheet\" href=\"/assets/fontawesome-free-6.0.0-web/css/all.css\" />
<link rel=\"stylesheet\" href=\"{{ asset('/assets/vuexy/css/pages/authentication.css') }}\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{asset('assets/css/animations.css')}}\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{asset('assets/css/style.css')}}\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{asset('assets/css/inscription.css')}}\">
{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
{% block stylesheets %}
{{ encore_entry_link_tags('vuexy_colors') }}
{{ encore_entry_link_tags('vuexy_components') }}
{{ encore_entry_link_tags('app') }}
{% endblock %}
<script src=\"{{ asset('assets/vuexy/vendors/js/vendors.min.js') }}\" ></script>
{% block javascripts %}
{{ encore_entry_script_tags('vuexy_app') }}
{{ encore_entry_script_tags('app') }}
{% endblock %}
</head>
<body>
{% block body %}
<body class=\"horizontal-layout horizontal-menu blank-page navbar-floating footer-static \" data-open=\"hover\" data-menu=\"horizontal-menu\" data-col=\"blank-page\">
<div class=\"app-content content \">
<div class=\"content-overlay\"></div>
<div class=\"header-navbar-shadow\"></div>
<div class=\"content-wrapper\">
<div class=\"content-header row\">
</div>
<div class=\"content-body\">
<div class=\"auth-wrapper auth-cover\">
<div class=\"auth-inner row m-0\">
<!-- Left Text-->
<div class=\"d-none d-lg-flex col-lg-8 align-items-center m-0 p-0 bg-image\">
</div>
<!-- /Left Text-->
<!-- Login-->
<div class=\" col-lg-4 auth-bg px-1 d-flex justify-content-center align-items-center\">
<div class=\"col-12 col-sm-8 col-md-6 col-lg-12 p-lg-3 m- mx-auto\">
<div class=\"p-lg-4\">
<h2 class=\"card-title text-center pixelforce-logo\">
<a href=\"{{ path('app_dashboard') }}\" class=\"text-center text-muted d-flex align-items-center justify-content-center \">
<img src=\"/assets/img/logo/pixelforce/logo-pixelforce-00.png\" class=\"img-fluid m-2\" alt=\"logo-pixelforce\">
<h2 class=\"ml-0 fw-bold\">PIXELFORCE</h2>
</a>
</h2>
{% block form %}
<h2 class=\"text-center fw-bold \">Inscription</h2>
<!-- Message alert -->
<div class=\"alert-message\">
{% for label, messages in app.flashes %}
<div class=\"alert alert-{{label}} text-center\">
{% for message in messages %}
{{message | raw}}
{% endfor %}
</div>
{% endfor %}
</div>
{{ form_start(form) }}
<div class=\"row\">
<div class=\"col-md-6 col-12\">
{{ form_row(form.nom) }}
</div>
<div class=\"col-md-6 col-12\">
{{ form_row(form.prenom) }}
</div>
</div>
<div class=\"row\">
<div class=\"col-md-6 col-12\">
{{ form_row(form.email) }}
</div>
<div class=\"col-md-6 col-12\">
{{ form_row(form.telephone) }}
</div>
</div>
<div class=\"row\">
<div class=\"col-md-6 col-12\">
{{ form_row(form.adresse) }}
</div>
<div class=\"col-md-6 col-12\">
{{ form_row(form.numero_rue) }}
</div>
<div class=\"col-md-6 col-12\">
{{ form_row(form.codePostal) }}
</div>
<div class=\"col-md-6 col-12\">
{{ form_row(form.ville) }}
</div>
</div>
{# <h5 class=\"mt-4\">Choix du secteur</h5>
<div class=\"row my-3\">
{% for secteurList in form.secteur.children.secteur.children %}
<div class=\"col-12 col-md-4\">
{{ form_row(secteurList) }}
</div>
{% endfor %}
</div> #}
<h5 class=\"mb-1\">Information sur la connexion</h5>
{% if form.ambassador_username is defined %}
{{ form_row(form.ambassador_username) }}
{% endif %}
{{ form_row(form.username) }}
{{ form_row(form.password) }}
<div class=\"w-100 text-center\">
{# <button class=\"btn btn-primary\" type=\"submit\" id=\"btn-next\">Procéder au paiement <i class=\"fa-solid fa-angles-right\"></i></button>#}
<button class=\"sign-in-button w-100 h-30 font-weight-bold rounded-3 p-2\" type=\"submit\" id=\"btn-next\">S’inscrire</button>
</div>
{{ form_end(form) }}
<div class=\"divider my-1\">
<hr/>
</div>
<div class=\"row mt-2 justify-content-center d-flex\">
<div class=\"col-12 \">
<div class=\" text-center\">
<a class=\"w-100 font-weight-bold login-other-button\" href=\"{{ path('app_forgetPassword') }}\">
Mot de passe oublié ?
</a>
</div>
</div>
<div class=\"col-12 \">
<div class=\" text-center\">
<a class=\" w-100 font-weight-bold login-other-button \" href=\"{{ path('app_login') }}\">
Se connecter
</a>
</div>
</div>
</div>
{% endblock %}
</div>
</div>
</div>
<!-- /Login-->
</div>
</div>
</div>
</div>
</div>
<script>
\$(window).on('load', function() {
if (feather) {
feather.replace({
width: 14,
height: 14
});
}
})
</script>
</body>
{% endblock %}", "security/signin.html.twig", "/var/www/PixelForce/templates/security/signin.html.twig");
}
}