<?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;
/* front/security/welcome.html.twig */
class __TwigTemplate_770c963c1a70e705e5f4720ea2c8fba6c403f2d63f072b4887b39528049ef6ec extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "front/security/layout.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/welcome.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/welcome.html.twig"));
$this->parent = $this->loadTemplate("front/security/layout.html.twig", "front/security/welcome.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 5
public function block_content($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", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 6
yield "
<div
security_panel=\"actionChoice\"
class=\"securityPage__panel\">
<div class=\"securityPage__welcomeTxt\">
<p>Bienvenue sur l'appli des restos qui achètent vite et bien !</p>
</div>
<div class=\"securityPage__welcomeBtnShell\">
";
// line 17
yield from $this->loadTemplate("front/security/panels/loginForm.html.twig", "front/security/welcome.html.twig", 17)->unwrap()->yield($context);
// line 18
yield "
<div class=\"securityPage__separator\"><span class=\"securityPage__separator--text\">ou</span></div>
<div class=\"securityPage__btnShell\">
<a href=\"";
// line 22
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("malys_front_account_opening");
yield "\"
class=\"link-open-account btn btn-block btn-lg btn-warning\">Je m'inscris pour la 1ère fois</a>
<p class=\"securityPage__welcomeBtnHelp\">Je n'ai jamais été mis en relation avec Prestachef, je
souhaite m'inscrire et intégrer mes fournisseurs rapidement !</p>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "front/security/welcome.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 90 => 22, 84 => 18, 82 => 17, 69 => 6, 59 => 5, 36 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'front/security/layout.html.twig' %}
{% trans_default_domain 'FOSUserBundle' %}
{% block content %}
<div
security_panel=\"actionChoice\"
class=\"securityPage__panel\">
<div class=\"securityPage__welcomeTxt\">
<p>Bienvenue sur l'appli des restos qui achètent vite et bien !</p>
</div>
<div class=\"securityPage__welcomeBtnShell\">
{% include 'front/security/panels/loginForm.html.twig' %}
<div class=\"securityPage__separator\"><span class=\"securityPage__separator--text\">ou</span></div>
<div class=\"securityPage__btnShell\">
<a href=\"{{ path('malys_front_account_opening') }}\"
class=\"link-open-account btn btn-block btn-lg btn-warning\">Je m'inscris pour la 1ère fois</a>
<p class=\"securityPage__welcomeBtnHelp\">Je n'ai jamais été mis en relation avec Prestachef, je
souhaite m'inscrire et intégrer mes fournisseurs rapidement !</p>
</div>
</div>
{% endblock %}
", "front/security/welcome.html.twig", "/var/www/malys/templates/front/security/welcome.html.twig");
}
}