var/cache/dev/twig/0c/0c63f90d75c532dd23a55cfc773e5d2bd6fb9bfd3c2f8346b15b52b98640ce92.php line 40

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @SyliusShop/login.html.twig */
  14. class __TwigTemplate_25e05dce1debaa8fa223144de817d580ed8c6d9939a7c4ca4dda0a4eefd66e5d extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'title' => [$this'block_title'],
  24.             'content' => [$this'block_content'],
  25.             'breadcrumb' => [$this'block_breadcrumb'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "@SyliusShop/layout.html.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/login.html.twig"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/login.html.twig"));
  40.         // line 3
  41.         $this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'3$this->source); })()), [=> "@SyliusShop/Form/theme.html.twig"], true);
  42.         // line 1
  43.         $this->parent $this->loadTemplate("@SyliusShop/layout.html.twig""@SyliusShop/login.html.twig"1);
  44.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 5
  51.     public function block_title($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  58.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sylius.ui.customer_login"), "html"nulltrue);
  59.         echo " | ";
  60.         $this->displayParentBlock("title"$context$blocks);
  61.         
  62.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  63.         
  64.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  65.     }
  66.     // line 7
  67.     public function block_content($context, array $blocks = [])
  68.     {
  69.         $macros $this->macros;
  70.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  71.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  72.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  73.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  74.         echo 
  75.     <div class=\"commun-logging  bg-perso-point pt-0 pt-md-3\"> 
  76.         <div class=\"max-container-2 px-xl-0\">
  77.             ";
  78.         // line 10
  79.         $this->displayBlock('breadcrumb'$context$blocks);
  80.         // line 18
  81.         echo "            <div class=\"py-2 py-md-3 px-0\"> 
  82.                 <div class=\"text-center\">";
  83.         // line 19
  84.         $this->loadTemplate("@SyliusShop/Login/_header.html.twig""@SyliusShop/login.html.twig"19)->display($context);
  85.         echo "</div>
  86.                 ";
  87.         // line 21
  88.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.login.after_content_header");
  89.         echo 
  90.                 <div class=\"py-md-4 px-md-0 p-2 mb-md-5 my-3\" >
  91.                     <div class=\"row\">
  92.                         <div class=\"col-12 col-md-6 mb-3 \">
  93.                             <div class=\"card table-perso  rounded-0 bg-white shadow-box-white-all h-100 d-flex flex-column\">
  94.                                 <h4 class=\"card-header m-0 rounded-0 text-center border-0 font-seize\">";
  95.         // line 26
  96.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sylius.ui.registered_customers"), "html"nulltrue);
  97.         echo "</h4>
  98.                                 ";
  99.         // line 27
  100.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.login.main_column"$context);
  101.         echo 
  102.                             </div>
  103.                         </div>
  104.                         <div class=\"col-12 col-md-6 mb-3\">
  105.                             <div class=\"card  table-perso  rounded-0 bg-white shadow-box-white-all h-100 d-flex flex-column\">
  106.                                 <h4 class=\"card-header m-0 rounded-0 text-center  border-0  font-seize\">";
  107.         // line 32
  108.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sylius.ui.new_customers"), "html"nulltrue);
  109.         echo "</h4>
  110.                                 ";
  111.         // line 33
  112.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.login.register_column"$context);
  113.         echo "    
  114.                             </div>
  115.                         </div>
  116.                     </div>
  117.                 </div>
  118.             </div>
  119.         </div>
  120.     </div>
  121. ";
  122.         
  123.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  124.         
  125.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  126.     }
  127.     // line 10
  128.     public function block_breadcrumb($context, array $blocks = [])
  129.     {
  130.         $macros $this->macros;
  131.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  132.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""breadcrumb"));
  133.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  134.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""breadcrumb"));
  135.         echo "  
  136.                 <nav>
  137.                     <ol class=\"breadcrumb m-0 ariane-box\">
  138.                         <li class=\"breadcrumb-item\"><a href=\"";
  139.         // line 13
  140.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sylius_shop_homepage");
  141.         echo "\">";
  142.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sylius.ui.home"), "html"nulltrue);
  143.         echo "</a></li>
  144.                         <li class=\"breadcrumb-item\"><a href=\"";
  145.         // line 14
  146.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sylius_shop_login");
  147.         echo "\">";
  148.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sylius.ui.sign_in"), "html"nulltrue);
  149.         echo "</a></li>
  150.                     </ol>
  151.                 </nav>
  152.             ";
  153.         
  154.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  155.         
  156.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  157.     }
  158.     public function getTemplateName()
  159.     {
  160.         return "@SyliusShop/login.html.twig";
  161.     }
  162.     public function isTraitable()
  163.     {
  164.         return false;
  165.     }
  166.     public function getDebugInfo()
  167.     {
  168.         return array (  171 => 14,  165 => 13,  151 => 10,  132 => 33,  128 => 32,  120 => 27,  116 => 26,  108 => 21,  103 => 19,  100 => 18,  98 => 10,  84 => 7,  63 => 5,  52 => 1,  50 => 3,  37 => 1,);
  169.     }
  170.     public function getSourceContext()
  171.     {
  172.         return new Source("{% extends '@SyliusShop/layout.html.twig' %}
  173. {% form_theme form '@SyliusShop/Form/theme.html.twig' %}
  174. {% block title %}{{ 'sylius.ui.customer_login'|trans }} | {{ parent() }}{% endblock %}
  175. {% block content %} 
  176.     <div class=\"commun-logging  bg-perso-point pt-0 pt-md-3\"> 
  177.         <div class=\"max-container-2 px-xl-0\">
  178.             {% block breadcrumb %}  
  179.                 <nav>
  180.                     <ol class=\"breadcrumb m-0 ariane-box\">
  181.                         <li class=\"breadcrumb-item\"><a href=\"{{ path('sylius_shop_homepage') }}\">{{ 'sylius.ui.home'|trans }}</a></li>
  182.                         <li class=\"breadcrumb-item\"><a href=\"{{ path('sylius_shop_login') }}\">{{ 'sylius.ui.sign_in'|trans }}</a></li>
  183.                     </ol>
  184.                 </nav>
  185.             {% endblock %}
  186.             <div class=\"py-2 py-md-3 px-0\"> 
  187.                 <div class=\"text-center\">{% include '@SyliusShop/Login/_header.html.twig' %}</div>
  188.                 {{ sylius_template_event('sylius.shop.login.after_content_header') }} 
  189.                 <div class=\"py-md-4 px-md-0 p-2 mb-md-5 my-3\" >
  190.                     <div class=\"row\">
  191.                         <div class=\"col-12 col-md-6 mb-3 \">
  192.                             <div class=\"card table-perso  rounded-0 bg-white shadow-box-white-all h-100 d-flex flex-column\">
  193.                                 <h4 class=\"card-header m-0 rounded-0 text-center border-0 font-seize\">{{ 'sylius.ui.registered_customers'|trans }}</h4>
  194.                                 {{ sylius_template_event('sylius.shop.login.main_column', _context) }} 
  195.                             </div>
  196.                         </div>
  197.                         <div class=\"col-12 col-md-6 mb-3\">
  198.                             <div class=\"card  table-perso  rounded-0 bg-white shadow-box-white-all h-100 d-flex flex-column\">
  199.                                 <h4 class=\"card-header m-0 rounded-0 text-center  border-0  font-seize\">{{ 'sylius.ui.new_customers'|trans }}</h4>
  200.                                 {{ sylius_template_event('sylius.shop.login.register_column', _context) }}    
  201.                             </div>
  202.                         </div>
  203.                     </div>
  204.                 </div>
  205.             </div>
  206.         </div>
  207.     </div>
  208. {% endblock %} 
  209. ""@SyliusShop/login.html.twig""/home/6nergiesboutique/www_preprod/themes/BootstrapTheme/templates/bundles/SyliusShopBundle/login.html.twig");
  210.     }
  211. }