var/cache/dev/twig/4f/4f5eddb848981d270d8947a5768154d0.php line 39

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. /* homesignup.html.twig */
  14. class __TwigTemplate_632359154f69c44540624b0bbd95a1af extends 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.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "base.html.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""homesignup.html.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""homesignup.html.twig"));
  39.         $this->parent $this->loadTemplate("base.html.twig""homesignup.html.twig"1);
  40.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  43.         
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  45.     }
  46.     // line 3
  47.     public function block_title($context, array $blocks = [])
  48.     {
  49.         $macros $this->macros;
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  54.         echo "Créer un compte";
  55.         
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  57.         
  58.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  59.     }
  60.     // line 5
  61.     public function block_content($context, array $blocks = [])
  62.     {
  63.         $macros $this->macros;
  64.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  65.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  66.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  67.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  68.         // line 6
  69.         echo "    <section class=\"page_title ds s-overlay s-pt-150 s-pb-50\"
  70.              style=\"background-image: url(";
  71.         // line 7
  72.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/cbrc/imagefond.jpg"), "html"nulltrue);
  73.         echo ")\">
  74.         <div class=\"s-blur\"></div>
  75.         <div class=\"container\">
  76.             <div class=\"row\">
  77.                 <div class=\"col-md-12 text-center\">
  78.                     <h1><i class=\"fas fa-user-plus mr-3\"></i></i>Créer un compte</h1>
  79.                 </div>
  80.             </div>
  81.         </div>
  82.     </section>
  83.     <section class=\"ls s-py-xl-150 s-py-lg-130 s-py-md-90 s-py-60\">
  84.         <div class=\"container\">
  85.             <div class=\"row justify-content-around \">
  86.                 <div class=\"col-lg-6 col-md-8 col-12 card p-2 woocommerce-EditAccountForm\">
  87.                     <div class=\"card-body\">
  88.                         ";
  89.         // line 22
  90.         echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["registerform"]) || array_key_exists("registerform"$context) ? $context["registerform"] : (function () { throw new RuntimeError('Variable "registerform" does not exist.'22$this->source); })()), 'form_start');
  91.         echo "
  92.                         ";
  93.         // line 23
  94.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["registerform"]) || array_key_exists("registerform"$context) ? $context["registerform"] : (function () { throw new RuntimeError('Variable "registerform" does not exist.'23$this->source); })()), "email", [], "any"falsefalsefalse23), 'row');
  95.         echo "
  96.                         ";
  97.         // line 24
  98.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["registerform"]) || array_key_exists("registerform"$context) ? $context["registerform"] : (function () { throw new RuntimeError('Variable "registerform" does not exist.'24$this->source); })()), "plainPassword", [], "any"falsefalsefalse24), 'row');
  99.         echo "
  100.                         <div class=\"form-check round-check mb-3\">
  101.                             <input class=\"form-check-input\" type=\"checkbox\" id=\"termsofuse\" required>
  102.                             <label class=\"form-check-label\" for=\"termsofuse\">
  103.                                 <span class=\"small\">Vous avez lu et vous acceptez les <a
  104.                                             href=\"";
  105.         // line 29
  106.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("legal", array(), false);
  107.         echo "\">conditions d'utilisation</a></span>
  108.                             </label>
  109.                         </div>
  110.                         ";
  111.         // line 32
  112.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["registerform"]) || array_key_exists("registerform"$context) ? $context["registerform"] : (function () { throw new RuntimeError('Variable "registerform" does not exist.'32$this->source); })()), "register", [], "any"falsefalsefalse32), 'row');
  113.         echo "
  114.                         ";
  115.         // line 33
  116.         echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["registerform"]) || array_key_exists("registerform"$context) ? $context["registerform"] : (function () { throw new RuntimeError('Variable "registerform" does not exist.'33$this->source); })()), 'form_end');
  117.         echo "
  118.                         <small>
  119.                             Vous avez un compte? <a href=\"";
  120.         // line 35
  121.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_login", [], false);
  122.         echo "\"><u>Connectez-vous</u></a>
  123.                         </small>
  124.                     </div>
  125.                 </div>
  126.             </div>
  127.         </div>
  128.     </section>
  129. ";
  130.         
  131.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  132.         
  133.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  134.     }
  135.     public function getTemplateName()
  136.     {
  137.         return "homesignup.html.twig";
  138.     }
  139.     public function isTraitable()
  140.     {
  141.         return false;
  142.     }
  143.     public function getDebugInfo()
  144.     {
  145.         return array (  140 => 35,  135 => 33,  131 => 32,  125 => 29,  117 => 24,  113 => 23,  109 => 22,  91 => 7,  88 => 6,  78 => 5,  59 => 3,  36 => 1,);
  146.     }
  147.     public function getSourceContext()
  148.     {
  149.         return new Source("{% extends 'base.html.twig' %}
  150. {% block title %}Créer un compte{% endblock %}
  151. {% block content %}
  152.     <section class=\"page_title ds s-overlay s-pt-150 s-pb-50\"
  153.              style=\"background-image: url({{ asset('assets/images/cbrc/imagefond.jpg') }})\">
  154.         <div class=\"s-blur\"></div>
  155.         <div class=\"container\">
  156.             <div class=\"row\">
  157.                 <div class=\"col-md-12 text-center\">
  158.                     <h1><i class=\"fas fa-user-plus mr-3\"></i></i>Créer un compte</h1>
  159.                 </div>
  160.             </div>
  161.         </div>
  162.     </section>
  163.     <section class=\"ls s-py-xl-150 s-py-lg-130 s-py-md-90 s-py-60\">
  164.         <div class=\"container\">
  165.             <div class=\"row justify-content-around \">
  166.                 <div class=\"col-lg-6 col-md-8 col-12 card p-2 woocommerce-EditAccountForm\">
  167.                     <div class=\"card-body\">
  168.                         {{ form_start(registerform) }}
  169.                         {{ form_row(registerform.email) }}
  170.                         {{ form_row(registerform.plainPassword) }}
  171.                         <div class=\"form-check round-check mb-3\">
  172.                             <input class=\"form-check-input\" type=\"checkbox\" id=\"termsofuse\" required>
  173.                             <label class=\"form-check-label\" for=\"termsofuse\">
  174.                                 <span class=\"small\">Vous avez lu et vous acceptez les <a
  175.                                             href=\"{{ path('legal', relative = false) }}\">conditions d'utilisation</a></span>
  176.                             </label>
  177.                         </div>
  178.                         {{ form_row(registerform.register) }}
  179.                         {{ form_end(registerform) }}
  180.                         <small>
  181.                             Vous avez un compte? <a href=\"{{ path('app_login', {}, relative = false) }}\"><u>Connectez-vous</u></a>
  182.                         </small>
  183.                     </div>
  184.                 </div>
  185.             </div>
  186.         </div>
  187.     </section>
  188. {% endblock %}
  189. ""homesignup.html.twig""/home/maixmebouz/www/dev/cbrc/templates/homesignup.html.twig");
  190.     }
  191. }