var/cache/dev/fr/vpauto/twig/e3/e34a82b9dad8362ef1b84992ed9722eb.php line 57

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. /* Registration/pro/step_1.html.twig */
  14. class __TwigTemplate_6559785c924b4d3a405f714a2affc950 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.             'meta_robot' => [$this'block_meta_robot'],
  24.             'stylesheets' => [$this'block_stylesheets'],
  25.             'body_content' => [$this'block_body_content'],
  26.             'javascripts' => [$this'block_javascripts'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "frontend/frontend_pro.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Registration/pro/step_1.html.twig"));
  39.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  40.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Registration/pro/step_1.html.twig"));
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Registration/pro/step_1.html.twig"));
  43.         // line 14
  44.         $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.'14$this->source); })()), [=> "/Form/form_errors.html.twig"], true);
  45.         // line 1
  46.         $this->parent $this->loadTemplate("frontend/frontend_pro.html.twig""Registration/pro/step_1.html.twig"1);
  47.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  48.         
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  50.         
  51.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  52.         
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  54.     }
  55.     // line 3
  56.     public function block_meta_robot($context, array $blocks = [])
  57.     {
  58.         $macros $this->macros;
  59.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  60.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  61.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  62.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  63.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  64.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  65.         // line 4
  66.         echo "    ";
  67.         $this->displayParentBlock("meta_robot"$context$blocks);
  68.         echo "
  69.     <link rel=\"canonical\" href=\"";
  70.         // line 5
  71.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("fos_user_registration_register_pro");
  72.         echo "\"/>
  73.     ";
  74.         // line 6
  75.         echo twig_source($this->env"stubs/seo/robots_noindex_nofollow.html.twig");
  76.         echo "
  77. ";
  78.         
  79.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  80.         
  81.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  82.         
  83.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  84.     }
  85.     // line 9
  86.     public function block_stylesheets($context, array $blocks = [])
  87.     {
  88.         $macros $this->macros;
  89.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  90.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  91.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  92.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  93.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  94.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  95.         // line 10
  96.         echo "    ";
  97.         $this->displayParentBlock("stylesheets"$context$blocks);
  98.         echo "
  99.     <link href=\"https://atlas.microsoft.com/sdk/javascript/mapcontrol/3/atlas.min.css\" rel=\"stylesheet\" />
  100. ";
  101.         
  102.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  103.         
  104.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  105.         
  106.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  107.     }
  108.     // line 15
  109.     public function block_body_content($context, array $blocks = [])
  110.     {
  111.         $macros $this->macros;
  112.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  113.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  114.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  115.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  116.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  117.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  118.         // line 16
  119.         echo "<div class=\"registration-pro-form pro-register\">
  120.     <div class=\"landing-header\">
  121.         <h1 class=\"titre05\">
  122.             ";
  123.         // line 19
  124.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.page.register_pro.title"), "html"nulltrue);
  125.         echo "
  126.             <span>";
  127.         // line 20
  128.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.page.register_pro.subtitle"), "html"nulltrue);
  129.         echo "</span>
  130.         </h1>
  131.     </div>
  132.     ";
  133.         // line 23
  134.         $this->loadTemplate("/Registration/pro/progress_display.html.twig""Registration/pro/step_1.html.twig"23)->display(twig_array_merge($context, ["activeStep" => "step1"]));
  135.         // line 24
  136.         echo "    <div class=\"landing-content content-pro\">
  137.         <div class=\"profil-pro-content\">
  138.             <div class=\"block-titre-pro\">
  139.                 <h2 class=\"titre01\">";
  140.         // line 27
  141.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.page.register_pro.form.title"), "html"nulltrue);
  142.         echo "</h2>
  143.             </div>
  144.             ";
  145.         // line 30
  146.         echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'30$this->source); })()), 'form_start');
  147.         echo "
  148.             <div class=\"grid-container block-content-pro marginT20\">
  149.                 <div class=\"grid-45 grid-mgright-5 m-100 m-margin\">
  150.                     <p>
  151.                         ";
  152.         // line 35
  153.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'35$this->source); })()), "company", [], "any"falsefalsefalse35), 'label');
  154.         echo "
  155.                         ";
  156.         // line 36
  157.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'36$this->source); })()), "company", [], "any"falsefalsefalse36), 'errors');
  158.         echo "
  159.                         ";
  160.         // line 37
  161.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'37$this->source); })()), "company", [], "any"falsefalsefalse37), 'widget');
  162.         echo "
  163.                     </p>
  164.                     <p>
  165.                         ";
  166.         // line 40
  167.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'40$this->source); })()), "VAT", [], "any"falsefalsefalse40), 'label');
  168.         echo "
  169.                         ";
  170.         // line 41
  171.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'41$this->source); })()), "VAT", [], "any"falsefalsefalse41), 'errors');
  172.         echo "
  173.                         ";
  174.         // line 42
  175.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'42$this->source); })()), "VAT", [], "any"falsefalsefalse42), 'widget');
  176.         echo "
  177.                     </p>
  178.                     <p class=\"";
  179.         // line 44
  180.         if ($this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL"))) {
  181.             echo "hidden";
  182.         }
  183.         echo "\">
  184.                         ";
  185.         // line 45
  186.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'45$this->source); })()), "siret", [], "any"falsefalsefalse45), 'label');
  187.         echo "
  188.                         ";
  189.         // line 46
  190.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'46$this->source); })()), "siret", [], "any"falsefalsefalse46), 'errors');
  191.         echo "
  192.                         ";
  193.         // line 47
  194.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'47$this->source); })()), "siret", [], "any"falsefalsefalse47), 'widget');
  195.         echo "
  196.                     </p>
  197.                     <p class=\"";
  198.         // line 49
  199.         if ($this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL"))) {
  200.             echo "hidden";
  201.         }
  202.         echo "\">
  203.                         ";
  204.         // line 50
  205.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'50$this->source); })()), "siren", [], "any"falsefalsefalse50), 'label');
  206.         echo "
  207.                         ";
  208.         // line 51
  209.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'51$this->source); })()), "siren", [], "any"falsefalsefalse51), 'errors');
  210.         echo "
  211.                         ";
  212.         // line 52
  213.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'52$this->source); })()), "siren", [], "any"falsefalsefalse52), 'widget');
  214.         echo "
  215.                     </p>
  216.                 </div>
  217.                 <div class=\"grid-45 grid-mgright-5 m-100 m-margin\">
  218.                     <p>
  219.                         ";
  220.         // line 57
  221.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'57$this->source); })()), "addressMaps", [], "any"falsefalsefalse57), 'widget');
  222.         echo "
  223.                     </p>
  224.                     <p>
  225.                         ";
  226.         // line 60
  227.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'60$this->source); })()), "address", [], "any"falsefalsefalse60), 'label');
  228.         echo "
  229.                         ";
  230.         // line 61
  231.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'61$this->source); })()), "address", [], "any"falsefalsefalse61), 'errors');
  232.         echo "
  233.                         ";
  234.         // line 62
  235.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'62$this->source); })()), "address", [], "any"falsefalsefalse62), 'widget');
  236.         echo "
  237.                     </p>
  238.                     <p>
  239.                         ";
  240.         // line 65
  241.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'65$this->source); })()), "city", [], "any"falsefalsefalse65), 'label');
  242.         echo "
  243.                         ";
  244.         // line 66
  245.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'66$this->source); })()), "city", [], "any"falsefalsefalse66), 'errors');
  246.         echo "
  247.                         ";
  248.         // line 67
  249.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'67$this->source); })()), "city", [], "any"falsefalsefalse67), 'widget');
  250.         echo "
  251.                     </p>
  252.                     <p>
  253.                         ";
  254.         // line 70
  255.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'70$this->source); })()), "zipCode", [], "any"falsefalsefalse70), 'label');
  256.         echo "
  257.                         ";
  258.         // line 71
  259.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'71$this->source); })()), "zipCode", [], "any"falsefalsefalse71), 'errors');
  260.         echo "
  261.                         ";
  262.         // line 72
  263.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'72$this->source); })()), "zipCode", [], "any"falsefalsefalse72), 'widget');
  264.         echo "
  265.                     </p>
  266.                     <div class=\"search-list\">
  267.                         <p class=\"bg-block-select\">
  268.                             ";
  269.         // line 76
  270.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'76$this->source); })()), "country", [], "any"falsefalsefalse76), 'label');
  271.         echo "
  272.                             ";
  273.         // line 77
  274.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'77$this->source); })()), "country", [], "any"falsefalsefalse77), 'errors');
  275.         echo "
  276.                             <span class=\"bg-select block\">
  277.                                 <span></span>
  278.                                 ";
  279.         // line 80
  280.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'80$this->source); })()), "country", [], "any"falsefalsefalse80), 'widget');
  281.         echo "
  282.                             </span>
  283.                         </p>
  284.                     </div>
  285.                 </div>
  286.             </div>
  287.             <div class=\"block-titre-pro\">
  288.                 <p class=\"marginT20 btn-container\">
  289.                     <input class=\"btn12 marginR20\" type=\"submit\" value=\"";
  290.         // line 89
  291.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.page.register_pro.form.next"), "html"nulltrue);
  292.         echo "\" />
  293.                 </p>
  294.             </div>
  295.             ";
  296.         // line 92
  297.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'92$this->source); })()), 'rest');
  298.         echo "
  299.             ";
  300.         // line 93
  301.         echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'93$this->source); })()), 'form_end');
  302.         echo "
  303.         </div>
  304.     </div>
  305. </div>
  306. ";
  307.         
  308.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  309.         
  310.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  311.         
  312.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  313.     }
  314.     // line 99
  315.     public function block_javascripts($context, array $blocks = [])
  316.     {
  317.         $macros $this->macros;
  318.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  319.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  320.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  321.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  322.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  323.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  324.         // line 100
  325.         echo "    ";
  326.         $this->displayParentBlock("javascripts"$context$blocks);
  327.         echo "
  328.     ";
  329.         // line 101
  330.         $this->loadTemplate("/Registration/azure_maps.html.twig""Registration/pro/step_1.html.twig"101)->display(twig_array_merge($context, ["id" => "#pro_registration_step1_form_addressMaps""address" => "pro_registration_step1_form_address""city" => "pro_registration_step1_form_city""zipCode" => "pro_registration_step1_form_zipCode""country" => "pro_registration_step1_form_country"]));
  331.         
  332.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  333.         
  334.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  335.         
  336.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  337.     }
  338.     public function getTemplateName()
  339.     {
  340.         return "Registration/pro/step_1.html.twig";
  341.     }
  342.     public function isTraitable()
  343.     {
  344.         return false;
  345.     }
  346.     public function getDebugInfo()
  347.     {
  348.         return array (  371 => 101,  366 => 100,  353 => 99,  335 => 93,  331 => 92,  325 => 89,  313 => 80,  307 => 77,  303 => 76,  296 => 72,  292 => 71,  288 => 70,  282 => 67,  278 => 66,  274 => 65,  268 => 62,  264 => 61,  260 => 60,  254 => 57,  246 => 52,  242 => 51,  238 => 50,  232 => 49,  227 => 47,  223 => 46,  219 => 45,  213 => 44,  208 => 42,  204 => 41,  200 => 40,  194 => 37,  190 => 36,  186 => 35,  178 => 30,  172 => 27,  167 => 24,  165 => 23,  159 => 20,  155 => 19,  150 => 16,  137 => 15,  120 => 10,  107 => 9,  92 => 6,  88 => 5,  83 => 4,  70 => 3,  56 => 1,  54 => 14,  38 => 1,);
  349.     }
  350.     public function getSourceContext()
  351.     {
  352.         return new Source("{% extends 'frontend/frontend_pro.html.twig' %}
  353. {% block meta_robot %}
  354.     {{ parent() }}
  355.     <link rel=\"canonical\" href=\"{{ url('fos_user_registration_register_pro') }}\"/>
  356.     {{ source('stubs/seo/robots_noindex_nofollow.html.twig') }}
  357. {% endblock %}
  358. {% block stylesheets %}
  359.     {{ parent() }}
  360.     <link href=\"https://atlas.microsoft.com/sdk/javascript/mapcontrol/3/atlas.min.css\" rel=\"stylesheet\" />
  361. {% endblock %}
  362. {% form_theme form '/Form/form_errors.html.twig' %}
  363. {% block body_content %}
  364. <div class=\"registration-pro-form pro-register\">
  365.     <div class=\"landing-header\">
  366.         <h1 class=\"titre05\">
  367.             {{'frontend.page.register_pro.title'|trans }}
  368.             <span>{{ 'frontend.page.register_pro.subtitle'|trans }}</span>
  369.         </h1>
  370.     </div>
  371.     {% include \"/Registration/pro/progress_display.html.twig\" with { 'activeStep' : 'step1'} %}
  372.     <div class=\"landing-content content-pro\">
  373.         <div class=\"profil-pro-content\">
  374.             <div class=\"block-titre-pro\">
  375.                 <h2 class=\"titre01\">{{ 'frontend.page.register_pro.form.title'|trans }}</h2>
  376.             </div>
  377.             {{ form_start(form) }}
  378.             <div class=\"grid-container block-content-pro marginT20\">
  379.                 <div class=\"grid-45 grid-mgright-5 m-100 m-margin\">
  380.                     <p>
  381.                         {{ form_label(form.company) }}
  382.                         {{ form_errors(form.company) }}
  383.                         {{ form_widget(form.company) }}
  384.                     </p>
  385.                     <p>
  386.                         {{ form_label(form.VAT) }}
  387.                         {{ form_errors(form.VAT) }}
  388.                         {{ form_widget(form.VAT) }}
  389.                     </p>
  390.                     <p class=\"{% if is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_PORTUGAL')) %}hidden{% endif %}\">
  391.                         {{ form_label(form.siret) }}
  392.                         {{ form_errors(form.siret) }}
  393.                         {{ form_widget(form.siret) }}
  394.                     </p>
  395.                     <p class=\"{% if is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_PORTUGAL')) %}hidden{% endif %}\">
  396.                         {{ form_label(form.siren) }}
  397.                         {{ form_errors(form.siren) }}
  398.                         {{ form_widget(form.siren) }}
  399.                     </p>
  400.                 </div>
  401.                 <div class=\"grid-45 grid-mgright-5 m-100 m-margin\">
  402.                     <p>
  403.                         {{ form_widget(form.addressMaps) }}
  404.                     </p>
  405.                     <p>
  406.                         {{ form_label(form.address) }}
  407.                         {{ form_errors(form.address) }}
  408.                         {{ form_widget(form.address) }}
  409.                     </p>
  410.                     <p>
  411.                         {{ form_label(form.city) }}
  412.                         {{ form_errors(form.city) }}
  413.                         {{ form_widget(form.city) }}
  414.                     </p>
  415.                     <p>
  416.                         {{ form_label(form.zipCode) }}
  417.                         {{ form_errors(form.zipCode) }}
  418.                         {{ form_widget(form.zipCode) }}
  419.                     </p>
  420.                     <div class=\"search-list\">
  421.                         <p class=\"bg-block-select\">
  422.                             {{ form_label(form.country) }}
  423.                             {{ form_errors(form.country) }}
  424.                             <span class=\"bg-select block\">
  425.                                 <span></span>
  426.                                 {{ form_widget(form.country) }}
  427.                             </span>
  428.                         </p>
  429.                     </div>
  430.                 </div>
  431.             </div>
  432.             <div class=\"block-titre-pro\">
  433.                 <p class=\"marginT20 btn-container\">
  434.                     <input class=\"btn12 marginR20\" type=\"submit\" value=\"{{ 'frontend.page.register_pro.form.next'|trans }}\" />
  435.                 </p>
  436.             </div>
  437.             {{ form_rest(form) }}
  438.             {{ form_end(form) }}
  439.         </div>
  440.     </div>
  441. </div>
  442. {% endblock body_content %}
  443. {% block javascripts %}
  444.     {{ parent() }}
  445.     {% include '/Registration/azure_maps.html.twig' with {'id': '#pro_registration_step1_form_addressMaps', 'address': 'pro_registration_step1_form_address', 'city': 'pro_registration_step1_form_city', 'zipCode': 'pro_registration_step1_form_zipCode', 'country': 'pro_registration_step1_form_country'} %}
  446. {% endblock %}
  447. ""Registration/pro/step_1.html.twig""/srv/src/Resources/views/Registration/pro/step_1.html.twig");
  448.     }
  449. }