var/cache/dev/twig/10/10d361ebb851f846dfcc62446b21417cdb906f6667bd2fd6818c35af37e62007.php line 49

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* front/security/welcome.html.twig */
  15. class __TwigTemplate_770c963c1a70e705e5f4720ea2c8fba6c403f2d63f072b4887b39528049ef6ec extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'content' => [$this'block_content'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "front/security/layout.html.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/security/welcome.html.twig"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/security/welcome.html.twig"));
  39.         $this->parent $this->loadTemplate("front/security/layout.html.twig""front/security/welcome.html.twig"1);
  40.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  43.         
  44.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  45.     }
  46.     // line 5
  47.     public function block_content($context, array $blocks = [])
  48.     {
  49.         $macros $this->macros;
  50.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  52.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  54.         // line 6
  55.         yield "
  56. <div
  57.         security_panel=\"actionChoice\"
  58.         class=\"securityPage__panel\">
  59.     <div class=\"securityPage__welcomeTxt\">
  60.         <p>Bienvenue sur l'appli des restos qui achètent vite et bien !</p>
  61.     </div>
  62.     <div class=\"securityPage__welcomeBtnShell\">
  63.     ";
  64.         // line 17
  65.         yield from         $this->loadTemplate("front/security/panels/loginForm.html.twig""front/security/welcome.html.twig"17)->unwrap()->yield($context);
  66.         // line 18
  67.         yield "
  68.         <div class=\"securityPage__separator\"><span class=\"securityPage__separator--text\">ou</span></div>
  69.         <div class=\"securityPage__btnShell\">
  70.             <a href=\"";
  71.         // line 22
  72.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("malys_front_account_opening");
  73.         yield "\"
  74.                class=\"link-open-account btn btn-block btn-lg btn-warning\">Je m'inscris pour la 1ère fois</a>
  75.             <p class=\"securityPage__welcomeBtnHelp\">Je n'ai jamais été mis en relation avec Prestachef, je
  76.                 souhaite m'inscrire et intégrer mes fournisseurs rapidement !</p>
  77.         </div>
  78.     </div>
  79.   ";
  80.         
  81.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  82.         
  83.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  84.         return; yield '';
  85.     }
  86.     /**
  87.      * @codeCoverageIgnore
  88.      */
  89.     public function getTemplateName()
  90.     {
  91.         return "front/security/welcome.html.twig";
  92.     }
  93.     /**
  94.      * @codeCoverageIgnore
  95.      */
  96.     public function isTraitable()
  97.     {
  98.         return false;
  99.     }
  100.     /**
  101.      * @codeCoverageIgnore
  102.      */
  103.     public function getDebugInfo()
  104.     {
  105.         return array (  90 => 22,  84 => 18,  82 => 17,  69 => 6,  59 => 5,  36 => 1,);
  106.     }
  107.     public function getSourceContext()
  108.     {
  109.         return new Source("{% extends 'front/security/layout.html.twig' %}
  110. {% trans_default_domain 'FOSUserBundle' %}
  111. {% block content %}
  112. <div
  113.         security_panel=\"actionChoice\"
  114.         class=\"securityPage__panel\">
  115.     <div class=\"securityPage__welcomeTxt\">
  116.         <p>Bienvenue sur l'appli des restos qui achètent vite et bien !</p>
  117.     </div>
  118.     <div class=\"securityPage__welcomeBtnShell\">
  119.     {% include 'front/security/panels/loginForm.html.twig'  %}
  120.         <div class=\"securityPage__separator\"><span class=\"securityPage__separator--text\">ou</span></div>
  121.         <div class=\"securityPage__btnShell\">
  122.             <a href=\"{{ path('malys_front_account_opening') }}\"
  123.                class=\"link-open-account btn btn-block btn-lg btn-warning\">Je m'inscris pour la 1ère fois</a>
  124.             <p class=\"securityPage__welcomeBtnHelp\">Je n'ai jamais été mis en relation avec Prestachef, je
  125.                 souhaite m'inscrire et intégrer mes fournisseurs rapidement !</p>
  126.         </div>
  127.     </div>
  128.   {% endblock %}
  129. ""front/security/welcome.html.twig""/var/www/malys/templates/front/security/welcome.html.twig");
  130.     }
  131. }