var/cache/dev/twig/4b/4bb4465d75b059c5525ac74ab0324226.php line 35

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. /* inscription/partner.html.twig */
  15. class __TwigTemplate_a2084641d269d1689a9ced6590b7773e 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->parent false;
  24.         $this->blocks = [
  25.             'scripts' => [$this'block_scripts'],
  26.         ];
  27.     }
  28.     protected function doDisplay(array $context, array $blocks = [])
  29.     {
  30.         $macros $this->macros;
  31.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  32.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""inscription/partner.html.twig"));
  33.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  34.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""inscription/partner.html.twig"));
  35.         // line 1
  36.         yield "<!DOCTYPE html>
  37. <html lang=\"fr\">
  38. <head>
  39.     <meta charset=\"UTF-8\">
  40.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
  41.     <title>Inscription partenaire - Rejoindre le réseau</title>
  42.     ";
  43.         // line 7
  44.         yield Twig\Extension\CoreExtension::include($this->env$context"inscription/assets/style.html.twig");
  45.         yield "
  46.     ";
  47.         // line 8
  48.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  49.         yield "
  50.     <link rel=\"shortcut icon\" href=\"";
  51.         // line 9
  52.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/images/company/favicon/" CoreExtension::getAttribute($this->env$this->source, (isset($context["company"]) || array_key_exists("company"$context) ? $context["company"] : (function () { throw new RuntimeError('Variable "company" does not exist.'9$this->source); })()), "faviconName", [], "any"falsefalsefalse9))), "html"nulltrue);
  53.         yield "\"/>
  54.     ";
  55.         // line 10
  56.         yield from $this->unwrap()->yieldBlock('scripts'$context$blocks);
  57.         // line 13
  58.         yield "</head>
  59. <body>
  60.      <div class=\"container-partner\"  ";
  61.         // line 15
  62.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusController($this->env"inscription--handle");
  63.         yield ">
  64.             <div class=\"container-element inscription-partner\">
  65.                 <div class=\"container-logo text-center\">
  66.                      <img src=\"";
  67.         // line 18
  68.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("/uploads/images/company/" CoreExtension::getAttribute($this->env$this->source, (isset($context["company"]) || array_key_exists("company"$context) ? $context["company"] : (function () { throw new RuntimeError('Variable "company" does not exist.'18$this->source); })()), "logoName", [], "any"falsefalsefalse18))), "html"nulltrue);
  69.         yield "\" style=\"height: 50px;\" alt='";
  70.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["company"]) || array_key_exists("company"$context) ? $context["company"] : (function () { throw new RuntimeError('Variable "company" does not exist.'18$this->source); })()), "name", [], "any"falsefalsefalse18), "html"nulltrue);
  71.         yield "'/>
  72.                 </div>
  73.                   <div id=\"error-print\">
  74.                 ";
  75.         // line 21
  76.         $context['_parent'] = $context;
  77.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["errors"]) || array_key_exists("errors"$context) ? $context["errors"] : (function () { throw new RuntimeError('Variable "errors" does not exist.'21$this->source); })()));
  78.         foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
  79.             // line 22
  80.             yield "                    <div class=\"alert alert-danger\" role=\"alert\" style=\"width: 100%;max-width: 650px;margin: auto;text-align: center;\">
  81.                         ";
  82.             // line 23
  83.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["error"], "html"nulltrue);
  84.             yield "
  85.                     </div>
  86.                 ";
  87.         }
  88.         $_parent $context['_parent'];
  89.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
  90.         $context array_intersect_key($context$_parent) + $_parent;
  91.         // line 26
  92.         yield "                </div>
  93.                 <div class=\"container-description my-18\">
  94.                     <h1 class=\"titlet-h1 my-18\">Rejoignez notre réseau de partenaires</h1>
  95.                     ";
  96.         // line 29
  97.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["inscriptionForm"]) || array_key_exists("inscriptionForm"$context) ? $context["inscriptionForm"] : (function () { throw new RuntimeError('Variable "inscriptionForm" does not exist.'29$this->source); })()), 'form_start');
  98.         yield "
  99.                         ";
  100.         // line 31
  101.         yield "                        ";
  102.         yield Twig\Extension\CoreExtension::include($this->env$context"inscription/step_one.html.twig");
  103.         yield "
  104.                         ";
  105.         // line 33
  106.         yield "                        ";
  107.         yield Twig\Extension\CoreExtension::include($this->env$context"inscription/step_two.html.twig");
  108.         yield "
  109.                         ";
  110.         // line 34
  111.         yield "    
  112.                          ";
  113.         // line 35
  114.         yield Twig\Extension\CoreExtension::include($this->env$context"inscription/step_three.html.twig");
  115.         yield "
  116.                         ";
  117.         // line 36
  118.         yield "    
  119.                         ";
  120.         // line 37
  121.         yield Twig\Extension\CoreExtension::include($this->env$context"inscription/step_four.html.twig");
  122.         yield "
  123.                         
  124.                     ";
  125.         // line 39
  126.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["inscriptionForm"]) || array_key_exists("inscriptionForm"$context) ? $context["inscriptionForm"] : (function () { throw new RuntimeError('Variable "inscriptionForm" does not exist.'39$this->source); })()), 'form_end');
  127.         yield "
  128.                 </div>
  129.                     <p class=\"mt-14 footer-p\">Les informations recueillies sur ce formulaire sont enregistrées dans un fichier informatisé par ";
  130.         // line 41
  131.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["company"]) || array_key_exists("company"$context) ? $context["company"] : (function () { throw new RuntimeError('Variable "company" does not exist.'41$this->source); })()), "name", [], "any"falsefalsefalse41), "html"nulltrue);
  132.         yield " pour les besoins de la gestion de votre profil partenaire, de la coordination des projets, ainsi que de la communication commerciale. <br/> Elles sont conservées pendant 3 ans et sont destinées aux services opérationnel, commercial et partenariat de ";
  133.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["company"]) || array_key_exists("company"$context) ? $context["company"] : (function () { throw new RuntimeError('Variable "company" does not exist.'41$this->source); })()), "name", [], "any"falsefalsefalse41), "html"nulltrue);
  134.         yield ".  <br/> <br/> Conformément à la loi « Informatique et Libertés », vous pouvez accéder à vos données, les rectifier ou les supprimer à tout moment depuis votre espace personnel.</p>
  135.             </div>
  136.            
  137.             ";
  138.         // line 44
  139.         yield Twig\Extension\CoreExtension::include($this->env$context"_flashbag.html.twig");
  140.         yield "
  141.             ";
  142.         // line 45
  143.         yield Twig\Extension\CoreExtension::include($this->env$context"inscription/_modal_shared_element.html.twig");
  144.         yield "
  145.         </div>
  146.        
  147. </body>
  148. </html>
  149. ";
  150.         
  151.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  152.         
  153.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  154.         return; yield '';
  155.     }
  156.     // line 10
  157.     public function block_scripts($context, array $blocks = [])
  158.     {
  159.         $macros $this->macros;
  160.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  161.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""scripts"));
  162.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  163.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""scripts"));
  164.         // line 11
  165.         yield "        ";
  166.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  167.         yield "
  168.     ";
  169.         
  170.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  171.         
  172.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  173.         return; yield '';
  174.     }
  175.     /**
  176.      * @codeCoverageIgnore
  177.      */
  178.     public function getTemplateName()
  179.     {
  180.         return "inscription/partner.html.twig";
  181.     }
  182.     /**
  183.      * @codeCoverageIgnore
  184.      */
  185.     public function isTraitable()
  186.     {
  187.         return false;
  188.     }
  189.     /**
  190.      * @codeCoverageIgnore
  191.      */
  192.     public function getDebugInfo()
  193.     {
  194.         return array (  179 => 11,  169 => 10,  152 => 45,  148 => 44,  140 => 41,  135 => 39,  130 => 37,  127 => 36,  123 => 35,  120 => 34,  115 => 33,  110 => 31,  106 => 29,  101 => 26,  92 => 23,  89 => 22,  85 => 21,  77 => 18,  71 => 15,  67 => 13,  65 => 10,  61 => 9,  57 => 8,  53 => 7,  45 => 1,);
  195.     }
  196.     public function getSourceContext()
  197.     {
  198.         return new Source("<!DOCTYPE html>
  199. <html lang=\"fr\">
  200. <head>
  201.     <meta charset=\"UTF-8\">
  202.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
  203.     <title>Inscription partenaire - Rejoindre le réseau</title>
  204.     {{ include('inscription/assets/style.html.twig') }}
  205.     {{ encore_entry_script_tags('app') }}
  206.     <link rel=\"shortcut icon\" href=\"{{ asset('uploads/images/company/favicon/'~ company.faviconName) }}\"/>
  207.     {% block scripts %}
  208.         {{ encore_entry_script_tags('app') }}
  209.     {% endblock %}
  210. </head>
  211. <body>
  212.      <div class=\"container-partner\"  {{ stimulus_controller('inscription--handle') }}>
  213.             <div class=\"container-element inscription-partner\">
  214.                 <div class=\"container-logo text-center\">
  215.                      <img src=\"{{ asset('/uploads/images/company/'~company.logoName) }}\" style=\"height: 50px;\" alt='{{ company.name }}'/>
  216.                 </div>
  217.                   <div id=\"error-print\">
  218.                 {% for error in errors %}
  219.                     <div class=\"alert alert-danger\" role=\"alert\" style=\"width: 100%;max-width: 650px;margin: auto;text-align: center;\">
  220.                         {{ error }}
  221.                     </div>
  222.                 {% endfor %}
  223.                 </div>
  224.                 <div class=\"container-description my-18\">
  225.                     <h1 class=\"titlet-h1 my-18\">Rejoignez notre réseau de partenaires</h1>
  226.                     {{ form_start(inscriptionForm) }}
  227.                         {# etape 1 #}
  228.                         {{ include('inscription/step_one.html.twig') }}
  229.                         {# etapes 2 #}
  230.                         {{ include('inscription/step_two.html.twig') }}
  231.                         {# etapes 3 #}    
  232.                          {{ include('inscription/step_three.html.twig') }}
  233.                         {# etapes 4 #}    
  234.                         {{ include('inscription/step_four.html.twig') }}
  235.                         
  236.                     {{ form_end(inscriptionForm) }}
  237.                 </div>
  238.                     <p class=\"mt-14 footer-p\">Les informations recueillies sur ce formulaire sont enregistrées dans un fichier informatisé par {{ company.name }} pour les besoins de la gestion de votre profil partenaire, de la coordination des projets, ainsi que de la communication commerciale. <br/> Elles sont conservées pendant 3 ans et sont destinées aux services opérationnel, commercial et partenariat de {{ company.name }}.  <br/> <br/> Conformément à la loi « Informatique et Libertés », vous pouvez accéder à vos données, les rectifier ou les supprimer à tout moment depuis votre espace personnel.</p>
  239.             </div>
  240.            
  241.             {{ include('_flashbag.html.twig') }}
  242.             {{ include('inscription/_modal_shared_element.html.twig') }}
  243.         </div>
  244.        
  245. </body>
  246. </html>
  247. ""inscription/partner.html.twig""/var/www/vhosts/my-flow.fr/app.dev.my-flow.fr/templates/inscription/partner.html.twig");
  248.     }
  249. }