<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* front/security/base.html.twig */
class __TwigTemplate_fb073b0763fa6db62cf42a706cf70327b383014b52818ba04c06fcf2d7027ff1 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'bodyCssClasses' => [$this, 'block_bodyCssClasses'],
'body' => [$this, 'block_body'],
'leftButton' => [$this, 'block_leftButton'],
'card' => [$this, 'block_card'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "front/layout/base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/security/base.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/security/base.html.twig"));
$this->parent = $this->loadTemplate("front/layout/base.html.twig", "front/security/base.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo "Log in!";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 4
public function block_bodyCssClasses($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "bodyCssClasses"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "bodyCssClasses"));
echo "landing-page";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 5
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 6
echo " <div class=\"content-bg-wrap\"></div>
<!-- Header Standard Landing -->
<div class=\"header--standard header--standard-landing\" id=\"header--standard\">
<div class=\"container\">
<div class=\"header--standard-wrap\">
<a href=\"https://bikingman.com/fr/les-courses/\" class=\"BikingMan\" target=\"_blank\">
<div class=\"img-wrap\">
<img loading=\"lazy\" src=\"";
// line 15
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/BikingMan_logoH_W.png"), "html", null, true);
echo "\" alt=\"BikingMan\" width=\"257\" >
</div>
</a>
<div class=\"flagsDeconnected\">
";
// line 21
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, true, false, 21), "attributes", [], "any", false, true, false, 21), "get", [0 => "_route_params"], "method", false, true, false, 21), "id", [], "any", true, true, false, 21)) {
// line 22
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 22, $this->source); })()), "request", [], "any", false, false, false, 22), "attributes", [], "any", false, false, false, 22), "get", [0 => "_route"], "method", false, false, false, 22), ["_locale" => "fr", "id" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 22, $this->source); })()), "request", [], "any", false, false, false, 22), "attributes", [], "any", false, false, false, 22), "get", [0 => "_route_params"], "method", false, false, false, 22), "id", [], "any", false, false, false, 22)]), "html", null, true);
echo "\" style=\"display: inline\">
<img style=\"height: 20px; display: inline;border-radius: 0px;min-width: 20px;min-height: 20px;margin-right: 20px\" loading=\"lazy\" src=\"";
// line 23
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/fr.svg"), "html", null, true);
echo "\" alt=\"BikingMan\">
</a>
<a href=\"";
// line 25
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 25, $this->source); })()), "request", [], "any", false, false, false, 25), "attributes", [], "any", false, false, false, 25), "get", [0 => "_route"], "method", false, false, false, 25), ["_locale" => "en", "id" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 25, $this->source); })()), "request", [], "any", false, false, false, 25), "attributes", [], "any", false, false, false, 25), "get", [0 => "_route_params"], "method", false, false, false, 25), "id", [], "any", false, false, false, 25)]), "html", null, true);
echo "\" style=\"display: inline\">
<img style=\"height: 20px; display: inline;border-radius: 0px;min-width: 20px;min-height: 20px;\" loading=\"lazy\" src=\"";
// line 26
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/us.svg"), "html", null, true);
echo "\" alt=\"BikingMan\">
</a>
";
} else {
// line 29
echo " <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 29, $this->source); })()), "request", [], "any", false, false, false, 29), "attributes", [], "any", false, false, false, 29), "get", [0 => "_route"], "method", false, false, false, 29), ["_locale" => "fr"]);
echo "\" style=\"display: inline\">
<img style=\"height: 20px; display: inline;border-radius: 0px;min-width: 20px;min-height: 20px;margin-right: 20px\" loading=\"lazy\" src=\"";
// line 30
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/fr.svg"), "html", null, true);
echo "\" alt=\"BikingMan\">
</a>
<a href=\"";
// line 32
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 32, $this->source); })()), "request", [], "any", false, false, false, 32), "attributes", [], "any", false, false, false, 32), "get", [0 => "_route"], "method", false, false, false, 32), ["_locale" => "en"]);
echo "\" style=\"display: inline\">
<img style=\"height: 20px; display: inline;border-radius: 0px;min-width: 20px;min-height: 20px;\" loading=\"lazy\" src=\"";
// line 33
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/us.svg"), "html", null, true);
echo "\" alt=\"BikingMan\">
</a>
";
}
// line 36
echo " </div>
</div>
</div>
</div>
<!-- ... end Header Standard Landing -->
<div class=\"header-spacer--standard\"></div>
<div class=\"container\" id=\"security-container-used-in-modal-js-for-redirection\">
<div class=\"row display-flex\">
<div class=\"col col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12\">
<div class=\"landing-content\">
<h1>";
// line 48
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("titreLogin"), "html", null, true);
echo "</h1>
<p>";
// line 49
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("textLogin"), "html", null, true);
echo "
</p>
";
// line 51
$this->displayBlock('leftButton', $context, $blocks);
// line 54
echo " </div>
</div>
<div class=\"col col-xl-5 col-lg-6 col-md-12 col-sm-12 col-12\">
<!-- Login-Registration Form -->
<div class=\"registration-login-form black-form\">
\t\t\t\t<!-- Nav tabs -->
\t\t\t\t<ul class=\"nav nav-tabs\" id=\"registration-form-tabs\" role=\"tablist\">
\t\t\t\t\t<li class=\"nav-item\" role=\"presentation\">
\t\t\t\t\t\t<a class=\"nav-link active\" id=\"login-tab\" data-bs-toggle=\"tab\" href=\"#login\" role=\"tab\" aria-controls=\"login\" aria-selected=\"true\">
\t\t\t\t\t\t\t<svg class=\"olymp-login-icon\"><use xlink:href=\"#olymp-login-icon\"></use></svg>
\t\t\t\t\t\t</a>
\t\t\t\t\t</li>
\t\t\t\t\t<li class=\"nav-item\" role=\"presentation\">
\t\t\t\t\t\t<a class=\"nav-link\" id=\"profile-tab\" data-bs-toggle=\"tab\" href=\"#profile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">
<img loading=\"lazy\" src=\"";
// line 74
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/add-user.png"), "html", null, true);
echo "\" alt=\"Register Biking\" width=\"21\" >
\t\t\t\t\t\t</a>
\t\t\t\t\t</li>
\t\t\t\t</ul>
\t\t\t\t<!-- Tab panes -->
\t\t\t\t<div class=\"tab-content\" id=\"registration-form-tabs-content\">
\t\t\t\t\t
\t\t\t\t\t\t";
// line 82
$this->displayBlock('card', $context, $blocks);
// line 83
echo "\t\t\t\t\t
\t\t\t\t\t
\t\t\t\t</div>
\t\t\t</div>
\t\t\t
\t\t\t<!-- ... end Login-Registration Form -->\t
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 51
public function block_leftButton($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "leftButton"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "leftButton"));
// line 52
echo " <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("front.security.app_login");
echo "\" class=\"btn btn-md btn-primary big-text-btn\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Créer mon compte"), "html", null, true);
echo "</a>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 82
public function block_card($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "card"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "card"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 95
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 96
echo "
";
// line 97
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "front/security/base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 310 => 97, 307 => 96, 297 => 95, 279 => 82, 264 => 52, 254 => 51, 233 => 83, 231 => 82, 220 => 74, 198 => 54, 196 => 51, 191 => 49, 187 => 48, 173 => 36, 167 => 33, 163 => 32, 158 => 30, 153 => 29, 147 => 26, 143 => 25, 138 => 23, 133 => 22, 131 => 21, 122 => 15, 111 => 6, 101 => 5, 82 => 4, 63 => 3, 40 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'front/layout/base.html.twig' %}
{% block title %}Log in!{% endblock %}
{% block bodyCssClasses %}landing-page{% endblock %}
{% block body %}
<div class=\"content-bg-wrap\"></div>
<!-- Header Standard Landing -->
<div class=\"header--standard header--standard-landing\" id=\"header--standard\">
<div class=\"container\">
<div class=\"header--standard-wrap\">
<a href=\"https://bikingman.com/fr/les-courses/\" class=\"BikingMan\" target=\"_blank\">
<div class=\"img-wrap\">
<img loading=\"lazy\" src=\"{{ asset('build/images/BikingMan_logoH_W.png') }}\" alt=\"BikingMan\" width=\"257\" >
</div>
</a>
<div class=\"flagsDeconnected\">
{% if (app.request.attributes.get('_route_params').id is defined ) %}
<a href=\"{{ path(app.request.attributes.get('_route'), {'_locale': 'fr','id': app.request.attributes.get('_route_params').id}) }}\" style=\"display: inline\">
<img style=\"height: 20px; display: inline;border-radius: 0px;min-width: 20px;min-height: 20px;margin-right: 20px\" loading=\"lazy\" src=\"{{ asset('build/images/fr.svg') }}\" alt=\"BikingMan\">
</a>
<a href=\"{{ path(app.request.attributes.get('_route'), {'_locale': 'en','id': app.request.attributes.get('_route_params').id}) }}\" style=\"display: inline\">
<img style=\"height: 20px; display: inline;border-radius: 0px;min-width: 20px;min-height: 20px;\" loading=\"lazy\" src=\"{{ asset('build/images/us.svg') }}\" alt=\"BikingMan\">
</a>
{% else %}
<a href=\"{{ path(app.request.attributes.get('_route'), {'_locale': 'fr'}) }}\" style=\"display: inline\">
<img style=\"height: 20px; display: inline;border-radius: 0px;min-width: 20px;min-height: 20px;margin-right: 20px\" loading=\"lazy\" src=\"{{ asset('build/images/fr.svg') }}\" alt=\"BikingMan\">
</a>
<a href=\"{{ path(app.request.attributes.get('_route'), {'_locale': 'en'}) }}\" style=\"display: inline\">
<img style=\"height: 20px; display: inline;border-radius: 0px;min-width: 20px;min-height: 20px;\" loading=\"lazy\" src=\"{{ asset('build/images/us.svg') }}\" alt=\"BikingMan\">
</a>
{% endif %}
</div>
</div>
</div>
</div>
<!-- ... end Header Standard Landing -->
<div class=\"header-spacer--standard\"></div>
<div class=\"container\" id=\"security-container-used-in-modal-js-for-redirection\">
<div class=\"row display-flex\">
<div class=\"col col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12\">
<div class=\"landing-content\">
<h1>{{'titreLogin'|trans}}</h1>
<p>{{'textLogin'|trans}}
</p>
{% block leftButton %}
<a href=\"{{ path('front.security.app_login') }}\" class=\"btn btn-md btn-primary big-text-btn\">{{'Créer mon compte'|trans}}</a>
{% endblock %}
</div>
</div>
<div class=\"col col-xl-5 col-lg-6 col-md-12 col-sm-12 col-12\">
<!-- Login-Registration Form -->
<div class=\"registration-login-form black-form\">
\t\t\t\t<!-- Nav tabs -->
\t\t\t\t<ul class=\"nav nav-tabs\" id=\"registration-form-tabs\" role=\"tablist\">
\t\t\t\t\t<li class=\"nav-item\" role=\"presentation\">
\t\t\t\t\t\t<a class=\"nav-link active\" id=\"login-tab\" data-bs-toggle=\"tab\" href=\"#login\" role=\"tab\" aria-controls=\"login\" aria-selected=\"true\">
\t\t\t\t\t\t\t<svg class=\"olymp-login-icon\"><use xlink:href=\"#olymp-login-icon\"></use></svg>
\t\t\t\t\t\t</a>
\t\t\t\t\t</li>
\t\t\t\t\t<li class=\"nav-item\" role=\"presentation\">
\t\t\t\t\t\t<a class=\"nav-link\" id=\"profile-tab\" data-bs-toggle=\"tab\" href=\"#profile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">
<img loading=\"lazy\" src=\"{{ asset('build/images/add-user.png') }}\" alt=\"Register Biking\" width=\"21\" >
\t\t\t\t\t\t</a>
\t\t\t\t\t</li>
\t\t\t\t</ul>
\t\t\t\t<!-- Tab panes -->
\t\t\t\t<div class=\"tab-content\" id=\"registration-form-tabs-content\">
\t\t\t\t\t
\t\t\t\t\t\t{% block card %}{% endblock %}
\t\t\t\t\t
\t\t\t\t\t
\t\t\t\t</div>
\t\t\t</div>
\t\t\t
\t\t\t<!-- ... end Login-Registration Form -->\t
</div>
</div>
</div>
{% endblock %}
{% block javascripts %}
{{ parent() }}
{% endblock %}
", "front/security/base.html.twig", "/srv/www/bm_dev_new/templates/front/security/base.html.twig");
}
}