var/cache/dev/twig/7c/7c2ac4117aacd22854cdfa51f271298b.php line 73

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. use Twig\TemplateWrapper;
  15. /* application/whileresume/website/candidates/resume_en.html.twig */
  16. class __TwigTemplate_c62d8e12627138770fc8d2c81a2309e8 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->blocks = [
  28.             'title' => [$this'block_title'],
  29.             'description' => [$this'block_description'],
  30.             'robots' => [$this'block_robots'],
  31.             'meta_social' => [$this'block_meta_social'],
  32.             'meta' => [$this'block_meta'],
  33.             'canonical' => [$this'block_canonical'],
  34.             'body_header' => [$this'block_body_header'],
  35.             'body' => [$this'block_body'],
  36.         ];
  37.     }
  38.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  39.     {
  40.         // line 1
  41.         return "vitrine/lexend/layout.html.twig";
  42.     }
  43.     protected function doDisplay(array $context, array $blocks = []): iterable
  44.     {
  45.         $macros $this->macros;
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  47.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""application/whileresume/website/candidates/resume_en.html.twig"));
  48.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  49.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""application/whileresume/website/candidates/resume_en.html.twig"));
  50.         $this->parent $this->load("vitrine/lexend/layout.html.twig"1);
  51.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  52.         
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  54.         
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  56.     }
  57.     // line 3
  58.     /**
  59.      * @return iterable<null|scalar|\Stringable>
  60.      */
  61.     public function block_title(array $context, array $blocks = []): iterable
  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""title"));
  66.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  67.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  68.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'3$this->source); })()), "shortTitle", [], "any"falsefalsefalse3), "html"nulltrue);
  69.         
  70.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  71.         
  72.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  73.         yield from [];
  74.     }
  75.     // line 4
  76.     /**
  77.      * @return iterable<null|scalar|\Stringable>
  78.      */
  79.     public function block_description(array $context, array $blocks = []): iterable
  80.     {
  81.         $macros $this->macros;
  82.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  83.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  84.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  85.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  86.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'4$this->source); })()), "shortDescription", [], "any"falsefalsefalse4), "html"nulltrue);
  87.         
  88.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  89.         
  90.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  91.         yield from [];
  92.     }
  93.     // line 5
  94.     /**
  95.      * @return iterable<null|scalar|\Stringable>
  96.      */
  97.     public function block_robots(array $context, array $blocks = []): iterable
  98.     {
  99.         $macros $this->macros;
  100.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  101.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""robots"));
  102.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  103.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""robots"));
  104.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'5$this->source); })()), "robots", [], "any"falsefalsefalse5), "html"nulltrue);
  105.         
  106.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  107.         
  108.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  109.         yield from [];
  110.     }
  111.     // line 7
  112.     /**
  113.      * @return iterable<null|scalar|\Stringable>
  114.      */
  115.     public function block_meta_social(array $context, array $blocks = []): iterable
  116.     {
  117.         $macros $this->macros;
  118.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  119.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_social"));
  120.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  121.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_social"));
  122.         yield from $this->yieldParentBlock("meta_social"$context$blocks);
  123.         
  124.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  125.         
  126.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  127.         yield from [];
  128.     }
  129.     // line 8
  130.     /**
  131.      * @return iterable<null|scalar|\Stringable>
  132.      */
  133.     public function block_meta(array $context, array $blocks = []): iterable
  134.     {
  135.         $macros $this->macros;
  136.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  137.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  138.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  139.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  140.         yield from $this->yieldParentBlock("meta"$context$blocks);
  141.         
  142.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  143.         
  144.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  145.         yield from [];
  146.     }
  147.     // line 10
  148.     /**
  149.      * @return iterable<null|scalar|\Stringable>
  150.      */
  151.     public function block_canonical(array $context, array $blocks = []): iterable
  152.     {
  153.         $macros $this->macros;
  154.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  155.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""canonical"));
  156.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  157.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""canonical"));
  158.         yield from $this->load("/vitrine/lexend/components/pages/canonical.html.twig"10)->unwrap()->yield(CoreExtension::merge($context, ["page" => (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'10$this->source); })())]));
  159.         
  160.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  161.         
  162.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  163.         yield from [];
  164.     }
  165.     // line 12
  166.     /**
  167.      * @return iterable<null|scalar|\Stringable>
  168.      */
  169.     public function block_body_header(array $context, array $blocks = []): iterable
  170.     {
  171.         $macros $this->macros;
  172.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  173.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_header"));
  174.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  175.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_header"));
  176.         // line 13
  177.         yield "    ";
  178.         yield from $this->load("application/whileresume/website/candidates/resume_en.html.twig"13"2037729256")->unwrap()->yield(CoreExtension::merge($context, ["navcolor" => CoreExtension::getAttribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'13$this->source); })()), "navbarBG", [], "any"falsefalsefalse13), "navtype" => CoreExtension::getAttribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'13$this->source); })()), "navbar", [], "any"falsefalsefalse13)]));
  179.         
  180.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  181.         
  182.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  183.         yield from [];
  184.     }
  185.     // line 20
  186.     /**
  187.      * @return iterable<null|scalar|\Stringable>
  188.      */
  189.     public function block_body(array $context, array $blocks = []): iterable
  190.     {
  191.         $macros $this->macros;
  192.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  193.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  194.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  195.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  196.         // line 21
  197.         yield "
  198.     <div id=\"hero_header\" class=\"hero-header hero-five-scene section panel overflow-hidden\">
  199.         <div class=\"position-cover bg-gradient-to-t from-secondary to-white dark:from-gray-800 dark:to-gray-900\"></div>
  200.         <div class=\"section-outer panel pb-6 sm:pb-8 pt-9 xl:pt-10 xl:pb-9\">
  201.             <div class=\"container max-w-xl\">
  202.                 <div class=\"section-inner panel\">
  203.                     <div class=\"row child-cols-12 justify-center lg:justify-between items-center g-6 lg:g-0\">
  204.                         <div class=\"sm:col-8 lg:col-5\">
  205.                             <div class=\"panel vstack gap-2 text-center lg:text-start rtl:lg:text-end xl:me-4\" data-anime=\"targets: &gt;*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\">
  206.                                 <h1 class=\"h2 sm:display-6 xl:display-4 fw-light mb-1 xl:mb-2\">
  207.                                     Upload Your CV for Free
  208.                                 </h1>
  209.                                 <p class=\"fs-6 xl:fs-4\">
  210.                                     Before getting started, it’s essential to create a user account. This will allow you to manage your CV, download templates, and connect with recruiters and companies. And it’s completely free!
  211.                                 </p>
  212.                                     ";
  213.         // line 37
  214.         yield         $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.'37$this->source); })()), 'form_start', ["attr" => ["class" => "row child-cols g-1"]]);
  215.         yield "
  216.                                     ";
  217.         // line 38
  218.         yield $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.'38$this->source); })()), 'errors');
  219.         yield "
  220.                                     <div class=\"vstack gap-1 mt-2 xl:mt-4\">
  221.                                         <div>
  222.                                             <div class=\"form-group inline-block\">
  223.                                                 ";
  224.         // line 43
  225.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'43$this->source); })()), "email", [], "any"falsefalsefalse43), 'widget', ["attr" => ["placeholder" => "firstname.lastname@mail.com""class" => "form-control rounded-default h-48px w-full text-black bg-white"]]);
  226.         yield "
  227.                                             </div>
  228.                                         </div>
  229.                                         <div class=\"row child-cols-12 md:child-cols-6 g-2\" style=\"margin-top:2px;\">
  230.                                             <div>
  231.                                                 ";
  232.         // line 48
  233.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'48$this->source); })()), "password", [], "any"falsefalsefalse48), "first", [], "any"falsefalsefalse48), 'widget', ["attr" => ["placeholder" => "Password""class" => "form-control"]]);
  234.         yield "
  235.                                             </div>
  236.                                             <div>
  237.                                                 ";
  238.         // line 51
  239.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($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); })()), "password", [], "any"falsefalsefalse51), "second", [], "any"falsefalsefalse51), 'widget', ["attr" => ["placeholder" => "Confirm password""class" => "form-control"]]);
  240.         yield "
  241.                                             </div>
  242.                                         </div>
  243.                                         <div>
  244.                                             <p class=\"fs-7 text-dark dark:text-white text-opacity-70\">
  245.                                                 ";
  246.         // line 56
  247.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'56$this->source); })()), "acceptTerm", [], "any"falsefalsefalse56), 'widget');
  248.         yield " I accept the
  249.                                                 <a href=\"/candidate-data-protection\" class=\"uc-link text-underline dark:text-secondary\">data protection policy</a>.
  250.                                             </p>
  251.                                         </div>
  252.                                         <div>
  253.                                             ";
  254.         // line 61
  255.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($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); })()), "recaptcha", [], "any"falsefalsefalse61), 'widget');
  256.         yield "
  257.                                         </div>
  258.                                         <div class=\"col-12 sm:col-auto\">
  259.                                             <button class=\"btn btn-md btn-primary rounded-default h-48px w-100 lg:min-w-150px text-white\" type=\"submit\">
  260.                                                 Get started now
  261.                                             </button>
  262.                                         </div>
  263.                                     </div>
  264.                                     ";
  265.         // line 70
  266.         yield $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.'70$this->source); })()), 'rest');
  267.         yield "
  268.                                     ";
  269.         // line 71
  270.         yield         $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.'71$this->source); })()), 'form_end');
  271.         yield "
  272.                                     <div class=\"vstack md:hstack justify-center\">
  273.                                     <a href=\"";
  274.         // line 74
  275.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["ios_us"]) || array_key_exists("ios_us"$context) ? $context["ios_us"] : (function () { throw new RuntimeError('Variable "ios_us" does not exist.'74$this->source); })()), "html"nulltrue);
  276.         yield "\" class=\"btn btn-md btn-outline-primary dark:border-tertiary dark:text-tertiary dark:hover:bg-tertiary dark:hover:text-primary-700 border-2 px-3 w-auto\" style=\"margin-top:10px;\">
  277.                                         Download for iOS
  278.                                         <?xml version=\"1.0\" encoding=\"utf-8\"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
  279.                                         <svg fill=\"#000000\" width=\"25px\" height=\"25px\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">
  280.                                             <path d=\"M18.71 19.5C17.88 20.74 17 21.95 15.66 21.97C14.32 22 13.89 21.18 12.37 21.18C10.84 21.18 10.37 21.95 9.09997 22C7.78997 22.05 6.79997 20.68 5.95997 19.47C4.24997 17 2.93997 12.45 4.69997 9.39C5.56997 7.87 7.12997 6.91 8.81997 6.88C10.1 6.86 11.32 7.75 12.11 7.75C12.89 7.75 14.37 6.68 15.92 6.84C16.57 6.87 18.39 7.1 19.56 8.82C19.47 8.88 17.39 10.1 17.41 12.63C17.44 15.65 20.06 16.66 20.09 16.67C20.06 16.74 19.67 18.11 18.71 19.5ZM13 3.5C13.73 2.67 14.94 2.04 15.94 2C16.07 3.17 15.6 4.35 14.9 5.19C14.21 6.04 13.07 6.7 11.95 6.61C11.8 5.46 12.36 4.26 13 3.5Z\"/>
  281.                                         </svg>
  282.                                     </a>
  283.                                     <a href=\"";
  284.         // line 81
  285.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["android_us"]) || array_key_exists("android_us"$context) ? $context["android_us"] : (function () { throw new RuntimeError('Variable "android_us" does not exist.'81$this->source); })()), "html"nulltrue);
  286.         yield "\" class=\"btn btn-md btn-outline-primary dark:border-tertiary dark:text-tertiary dark:hover:bg-tertiary dark:hover:text-primary-700 border-2 px-3 w-auto\" style=\"margin-top:10px; margin-left:10px;\">
  287.                                         Download for Android
  288.                                         <?xml version=\"1.0\" encoding=\"iso-8859-1\"?>
  289.                                         <svg height=\"20px\" width=\"20px\" version=\"1.1\" id=\"_x36_\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"
  290.                                              viewBox=\"0 0 512 512\"  xml:space=\"preserve\">
  291.                                                 <g>
  292.                                                     <g>
  293.                                                         <path style=\"fill:#3A9BC8;\" d=\"M225.656,256.052L14.016,485.451l-6.442,7.052c-4.005-5.919-6.704-12.972-7.313-20.806
  294.                                                             C0.087,470.305,0,468.91,0,467.518V44.499c0-9.488,2.873-18.02,7.574-24.987L225.656,256.052z\"/>
  295.                                                         <path style=\"fill:#9BCD83;\" d=\"M320.811,152.8l-95.155,103.253L7.574,19.512C19.936,1.405,45.183-6.342,66.6,6.02L320.811,152.8z\"
  296.                                                         />
  297.                                                         <path style=\"fill:#EEB84C;\" d=\"M455.056,257.27c-0.348,14.453-7.748,28.904-22.113,37.174l-112.132,64.771l-95.155-103.163
  298.                                                             L320.811,152.8l70.518,40.745l41.614,24.026C448.178,226.366,455.579,241.861,455.056,257.27z\"/>
  299.                                                         <path style=\"fill:#B43F70;\" d=\"M7.591,492.492c12.368,18.116,37.599,25.838,58.976,13.496L320.775,359.22l-95.156-103.209
  300.                                                             L7.591,492.492z\"/>
  301.                                                     </g>
  302.                                                     <path style=\"opacity:0.2;fill:#FFFFFF;\" d=\"M454.067,246.447c-2.453-11.518-9.483-22.156-21.124-28.876l-41.614-24.026
  303.                                                         L320.811,152.8L66.6,6.02C45.183-6.342,19.936,1.405,7.574,19.512C2.873,26.479,0,35.011,0,44.499v243.72
  304.                                                         c36.681,3.114,74.226,4.746,112.451,4.746c47.984,0,94.85-2.644,140.318-7.505l-27.027-29.314l27.038,29.314
  305.                                                         C323.988,277.849,391.567,264.55,454.067,246.447z\"/>
  306.                                                 </g>
  307.                                             </svg>
  308.                                     </a>
  309.                                 </div>
  310.                             </div>
  311.                         </div>
  312.                         <div class=\"sm:col-auto\">
  313.                             <div class=\"hero-scroll-scene panel sm:w-550px sm:h-600px lg:w-450px lg:h-500px xl:w-600px xl:h-650px\" data-anime=\"translateX: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\">
  314.                                 <figure class=\"featured-image m-0 rounded ratio ratio-1x1 rounded-3 h-100 overflow-hidden\">
  315.                                     <img class=\"media-cover image\" src=\"/images/interview-recruiter.jpg\" title=\"Interview between a candidate and a recruiter\" alt=\"Interview between a candidate and a recruiter\" />
  316.                                 </figure>
  317.                             </div>
  318.                         </div>
  319.                     </div>
  320.                 </div>
  321.             </div>
  322.         </div>
  323.     </div>
  324. ";
  325.         
  326.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  327.         
  328.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  329.         yield from [];
  330.     }
  331.     /**
  332.      * @codeCoverageIgnore
  333.      */
  334.     public function getTemplateName(): string
  335.     {
  336.         return "application/whileresume/website/candidates/resume_en.html.twig";
  337.     }
  338.     /**
  339.      * @codeCoverageIgnore
  340.      */
  341.     public function isTraitable(): bool
  342.     {
  343.         return false;
  344.     }
  345.     /**
  346.      * @codeCoverageIgnore
  347.      */
  348.     public function getDebugInfo(): array
  349.     {
  350.         return array (  338 => 81,  328 => 74,  322 => 71,  318 => 70,  306 => 61,  298 => 56,  290 => 51,  284 => 48,  276 => 43,  268 => 38,  264 => 37,  246 => 21,  233 => 20,  221 => 13,  208 => 12,  185 => 10,  162 => 8,  139 => 7,  116 => 5,  93 => 4,  70 => 3,  47 => 1,);
  351.     }
  352.     public function getSourceContext(): Source
  353.     {
  354.         return new Source("{% extends 'vitrine/lexend/layout.html.twig' %}
  355. {% block title %}{{ page.shortTitle }}{% endblock title %}
  356. {% block description %}{{ page.shortDescription }}{% endblock description %}
  357. {% block robots %}{{ page.robots }}{% endblock robots %}
  358. {% block meta_social %}{{ parent() }}{% endblock meta_social %}
  359. {% block meta %}{{ parent() }}{% endblock meta %}
  360. {% block canonical %}{% include \"/vitrine/lexend/components/pages/canonical.html.twig\" with {'page':page} %}{% endblock canonical %}
  361. {% block body_header %}
  362.     {% embed \"/vitrine/lexend/components/header.html.twig\" with {'navcolor':page.navbarBG,'navtype':page.navbar} %}
  363.         {% block header_content %}
  364.             {% include \"/vitrine/lexend/components/pages/languages.html.twig\" %}
  365.         {% endblock %}
  366.     {% endembed %}
  367. {% endblock body_header %}
  368. {% block body %}
  369.     <div id=\"hero_header\" class=\"hero-header hero-five-scene section panel overflow-hidden\">
  370.         <div class=\"position-cover bg-gradient-to-t from-secondary to-white dark:from-gray-800 dark:to-gray-900\"></div>
  371.         <div class=\"section-outer panel pb-6 sm:pb-8 pt-9 xl:pt-10 xl:pb-9\">
  372.             <div class=\"container max-w-xl\">
  373.                 <div class=\"section-inner panel\">
  374.                     <div class=\"row child-cols-12 justify-center lg:justify-between items-center g-6 lg:g-0\">
  375.                         <div class=\"sm:col-8 lg:col-5\">
  376.                             <div class=\"panel vstack gap-2 text-center lg:text-start rtl:lg:text-end xl:me-4\" data-anime=\"targets: &gt;*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\">
  377.                                 <h1 class=\"h2 sm:display-6 xl:display-4 fw-light mb-1 xl:mb-2\">
  378.                                     Upload Your CV for Free
  379.                                 </h1>
  380.                                 <p class=\"fs-6 xl:fs-4\">
  381.                                     Before getting started, it’s essential to create a user account. This will allow you to manage your CV, download templates, and connect with recruiters and companies. And it’s completely free!
  382.                                 </p>
  383.                                     {{ form_start(form,{'attr':{'class':'row child-cols g-1'}}) }}
  384.                                     {{ form_errors(form) }}
  385.                                     <div class=\"vstack gap-1 mt-2 xl:mt-4\">
  386.                                         <div>
  387.                                             <div class=\"form-group inline-block\">
  388.                                                 {{ form_widget(form.email,{'attr':{'placeholder':'firstname.lastname@mail.com','class':'form-control rounded-default h-48px w-full text-black bg-white'}}) }}
  389.                                             </div>
  390.                                         </div>
  391.                                         <div class=\"row child-cols-12 md:child-cols-6 g-2\" style=\"margin-top:2px;\">
  392.                                             <div>
  393.                                                 {{ form_widget(form.password.first,{'attr':{'placeholder':'Password','class':'form-control'}}) }}
  394.                                             </div>
  395.                                             <div>
  396.                                                 {{ form_widget(form.password.second,{'attr':{'placeholder':'Confirm password','class':'form-control'}}) }}
  397.                                             </div>
  398.                                         </div>
  399.                                         <div>
  400.                                             <p class=\"fs-7 text-dark dark:text-white text-opacity-70\">
  401.                                                 {{ form_widget(form.acceptTerm) }} I accept the
  402.                                                 <a href=\"/candidate-data-protection\" class=\"uc-link text-underline dark:text-secondary\">data protection policy</a>.
  403.                                             </p>
  404.                                         </div>
  405.                                         <div>
  406.                                             {{ form_widget(form.recaptcha) }}
  407.                                         </div>
  408.                                         <div class=\"col-12 sm:col-auto\">
  409.                                             <button class=\"btn btn-md btn-primary rounded-default h-48px w-100 lg:min-w-150px text-white\" type=\"submit\">
  410.                                                 Get started now
  411.                                             </button>
  412.                                         </div>
  413.                                     </div>
  414.                                     {{ form_rest(form) }}
  415.                                     {{ form_end(form) }}
  416.                                     <div class=\"vstack md:hstack justify-center\">
  417.                                     <a href=\"{{ ios_us }}\" class=\"btn btn-md btn-outline-primary dark:border-tertiary dark:text-tertiary dark:hover:bg-tertiary dark:hover:text-primary-700 border-2 px-3 w-auto\" style=\"margin-top:10px;\">
  418.                                         Download for iOS
  419.                                         <?xml version=\"1.0\" encoding=\"utf-8\"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
  420.                                         <svg fill=\"#000000\" width=\"25px\" height=\"25px\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">
  421.                                             <path d=\"M18.71 19.5C17.88 20.74 17 21.95 15.66 21.97C14.32 22 13.89 21.18 12.37 21.18C10.84 21.18 10.37 21.95 9.09997 22C7.78997 22.05 6.79997 20.68 5.95997 19.47C4.24997 17 2.93997 12.45 4.69997 9.39C5.56997 7.87 7.12997 6.91 8.81997 6.88C10.1 6.86 11.32 7.75 12.11 7.75C12.89 7.75 14.37 6.68 15.92 6.84C16.57 6.87 18.39 7.1 19.56 8.82C19.47 8.88 17.39 10.1 17.41 12.63C17.44 15.65 20.06 16.66 20.09 16.67C20.06 16.74 19.67 18.11 18.71 19.5ZM13 3.5C13.73 2.67 14.94 2.04 15.94 2C16.07 3.17 15.6 4.35 14.9 5.19C14.21 6.04 13.07 6.7 11.95 6.61C11.8 5.46 12.36 4.26 13 3.5Z\"/>
  422.                                         </svg>
  423.                                     </a>
  424.                                     <a href=\"{{ android_us }}\" class=\"btn btn-md btn-outline-primary dark:border-tertiary dark:text-tertiary dark:hover:bg-tertiary dark:hover:text-primary-700 border-2 px-3 w-auto\" style=\"margin-top:10px; margin-left:10px;\">
  425.                                         Download for Android
  426.                                         <?xml version=\"1.0\" encoding=\"iso-8859-1\"?>
  427.                                         <svg height=\"20px\" width=\"20px\" version=\"1.1\" id=\"_x36_\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"
  428.                                              viewBox=\"0 0 512 512\"  xml:space=\"preserve\">
  429.                                                 <g>
  430.                                                     <g>
  431.                                                         <path style=\"fill:#3A9BC8;\" d=\"M225.656,256.052L14.016,485.451l-6.442,7.052c-4.005-5.919-6.704-12.972-7.313-20.806
  432.                                                             C0.087,470.305,0,468.91,0,467.518V44.499c0-9.488,2.873-18.02,7.574-24.987L225.656,256.052z\"/>
  433.                                                         <path style=\"fill:#9BCD83;\" d=\"M320.811,152.8l-95.155,103.253L7.574,19.512C19.936,1.405,45.183-6.342,66.6,6.02L320.811,152.8z\"
  434.                                                         />
  435.                                                         <path style=\"fill:#EEB84C;\" d=\"M455.056,257.27c-0.348,14.453-7.748,28.904-22.113,37.174l-112.132,64.771l-95.155-103.163
  436.                                                             L320.811,152.8l70.518,40.745l41.614,24.026C448.178,226.366,455.579,241.861,455.056,257.27z\"/>
  437.                                                         <path style=\"fill:#B43F70;\" d=\"M7.591,492.492c12.368,18.116,37.599,25.838,58.976,13.496L320.775,359.22l-95.156-103.209
  438.                                                             L7.591,492.492z\"/>
  439.                                                     </g>
  440.                                                     <path style=\"opacity:0.2;fill:#FFFFFF;\" d=\"M454.067,246.447c-2.453-11.518-9.483-22.156-21.124-28.876l-41.614-24.026
  441.                                                         L320.811,152.8L66.6,6.02C45.183-6.342,19.936,1.405,7.574,19.512C2.873,26.479,0,35.011,0,44.499v243.72
  442.                                                         c36.681,3.114,74.226,4.746,112.451,4.746c47.984,0,94.85-2.644,140.318-7.505l-27.027-29.314l27.038,29.314
  443.                                                         C323.988,277.849,391.567,264.55,454.067,246.447z\"/>
  444.                                                 </g>
  445.                                             </svg>
  446.                                     </a>
  447.                                 </div>
  448.                             </div>
  449.                         </div>
  450.                         <div class=\"sm:col-auto\">
  451.                             <div class=\"hero-scroll-scene panel sm:w-550px sm:h-600px lg:w-450px lg:h-500px xl:w-600px xl:h-650px\" data-anime=\"translateX: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\">
  452.                                 <figure class=\"featured-image m-0 rounded ratio ratio-1x1 rounded-3 h-100 overflow-hidden\">
  453.                                     <img class=\"media-cover image\" src=\"/images/interview-recruiter.jpg\" title=\"Interview between a candidate and a recruiter\" alt=\"Interview between a candidate and a recruiter\" />
  454.                                 </figure>
  455.                             </div>
  456.                         </div>
  457.                     </div>
  458.                 </div>
  459.             </div>
  460.         </div>
  461.     </div>
  462. {% endblock body %}
  463. ""application/whileresume/website/candidates/resume_en.html.twig""/var/www/vhosts/mirtillostudio.fr/b1.mirtillostudio.fr/version-1/templates/application/whileresume/website/candidates/resume_en.html.twig");
  464.     }
  465. }
  466. /* application/whileresume/website/candidates/resume_en.html.twig */
  467. class __TwigTemplate_c62d8e12627138770fc8d2c81a2309e8___2037729256 extends Template
  468. {
  469.     private Source $source;
  470.     /**
  471.      * @var array<string, Template>
  472.      */
  473.     private array $macros = [];
  474.     public function __construct(Environment $env)
  475.     {
  476.         parent::__construct($env);
  477.         $this->source $this->getSourceContext();
  478.         $this->blocks = [
  479.             'header_content' => [$this'block_header_content'],
  480.         ];
  481.     }
  482.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  483.     {
  484.         // line 13
  485.         return "/vitrine/lexend/components/header.html.twig";
  486.     }
  487.     protected function doDisplay(array $context, array $blocks = []): iterable
  488.     {
  489.         $macros $this->macros;
  490.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  491.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""application/whileresume/website/candidates/resume_en.html.twig"));
  492.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  493.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""application/whileresume/website/candidates/resume_en.html.twig"));
  494.         $this->parent $this->load("/vitrine/lexend/components/header.html.twig"13);
  495.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  496.         
  497.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  498.         
  499.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  500.     }
  501.     // line 14
  502.     /**
  503.      * @return iterable<null|scalar|\Stringable>
  504.      */
  505.     public function block_header_content(array $context, array $blocks = []): iterable
  506.     {
  507.         $macros $this->macros;
  508.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  509.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_content"));
  510.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  511.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_content"));
  512.         // line 15
  513.         yield "            ";
  514.         yield from $this->load("/vitrine/lexend/components/pages/languages.html.twig"15)->unwrap()->yield($context);
  515.         // line 16
  516.         yield "        ";
  517.         
  518.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  519.         
  520.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  521.         yield from [];
  522.     }
  523.     /**
  524.      * @codeCoverageIgnore
  525.      */
  526.     public function getTemplateName(): string
  527.     {
  528.         return "application/whileresume/website/candidates/resume_en.html.twig";
  529.     }
  530.     /**
  531.      * @codeCoverageIgnore
  532.      */
  533.     public function isTraitable(): bool
  534.     {
  535.         return false;
  536.     }
  537.     /**
  538.      * @codeCoverageIgnore
  539.      */
  540.     public function getDebugInfo(): array
  541.     {
  542.         return array (  603 => 16,  600 => 15,  587 => 14,  564 => 13,  338 => 81,  328 => 74,  322 => 71,  318 => 70,  306 => 61,  298 => 56,  290 => 51,  284 => 48,  276 => 43,  268 => 38,  264 => 37,  246 => 21,  233 => 20,  221 => 13,  208 => 12,  185 => 10,  162 => 8,  139 => 7,  116 => 5,  93 => 4,  70 => 3,  47 => 1,);
  543.     }
  544.     public function getSourceContext(): Source
  545.     {
  546.         return new Source("{% extends 'vitrine/lexend/layout.html.twig' %}
  547. {% block title %}{{ page.shortTitle }}{% endblock title %}
  548. {% block description %}{{ page.shortDescription }}{% endblock description %}
  549. {% block robots %}{{ page.robots }}{% endblock robots %}
  550. {% block meta_social %}{{ parent() }}{% endblock meta_social %}
  551. {% block meta %}{{ parent() }}{% endblock meta %}
  552. {% block canonical %}{% include \"/vitrine/lexend/components/pages/canonical.html.twig\" with {'page':page} %}{% endblock canonical %}
  553. {% block body_header %}
  554.     {% embed \"/vitrine/lexend/components/header.html.twig\" with {'navcolor':page.navbarBG,'navtype':page.navbar} %}
  555.         {% block header_content %}
  556.             {% include \"/vitrine/lexend/components/pages/languages.html.twig\" %}
  557.         {% endblock %}
  558.     {% endembed %}
  559. {% endblock body_header %}
  560. {% block body %}
  561.     <div id=\"hero_header\" class=\"hero-header hero-five-scene section panel overflow-hidden\">
  562.         <div class=\"position-cover bg-gradient-to-t from-secondary to-white dark:from-gray-800 dark:to-gray-900\"></div>
  563.         <div class=\"section-outer panel pb-6 sm:pb-8 pt-9 xl:pt-10 xl:pb-9\">
  564.             <div class=\"container max-w-xl\">
  565.                 <div class=\"section-inner panel\">
  566.                     <div class=\"row child-cols-12 justify-center lg:justify-between items-center g-6 lg:g-0\">
  567.                         <div class=\"sm:col-8 lg:col-5\">
  568.                             <div class=\"panel vstack gap-2 text-center lg:text-start rtl:lg:text-end xl:me-4\" data-anime=\"targets: &gt;*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\">
  569.                                 <h1 class=\"h2 sm:display-6 xl:display-4 fw-light mb-1 xl:mb-2\">
  570.                                     Upload Your CV for Free
  571.                                 </h1>
  572.                                 <p class=\"fs-6 xl:fs-4\">
  573.                                     Before getting started, it’s essential to create a user account. This will allow you to manage your CV, download templates, and connect with recruiters and companies. And it’s completely free!
  574.                                 </p>
  575.                                     {{ form_start(form,{'attr':{'class':'row child-cols g-1'}}) }}
  576.                                     {{ form_errors(form) }}
  577.                                     <div class=\"vstack gap-1 mt-2 xl:mt-4\">
  578.                                         <div>
  579.                                             <div class=\"form-group inline-block\">
  580.                                                 {{ form_widget(form.email,{'attr':{'placeholder':'firstname.lastname@mail.com','class':'form-control rounded-default h-48px w-full text-black bg-white'}}) }}
  581.                                             </div>
  582.                                         </div>
  583.                                         <div class=\"row child-cols-12 md:child-cols-6 g-2\" style=\"margin-top:2px;\">
  584.                                             <div>
  585.                                                 {{ form_widget(form.password.first,{'attr':{'placeholder':'Password','class':'form-control'}}) }}
  586.                                             </div>
  587.                                             <div>
  588.                                                 {{ form_widget(form.password.second,{'attr':{'placeholder':'Confirm password','class':'form-control'}}) }}
  589.                                             </div>
  590.                                         </div>
  591.                                         <div>
  592.                                             <p class=\"fs-7 text-dark dark:text-white text-opacity-70\">
  593.                                                 {{ form_widget(form.acceptTerm) }} I accept the
  594.                                                 <a href=\"/candidate-data-protection\" class=\"uc-link text-underline dark:text-secondary\">data protection policy</a>.
  595.                                             </p>
  596.                                         </div>
  597.                                         <div>
  598.                                             {{ form_widget(form.recaptcha) }}
  599.                                         </div>
  600.                                         <div class=\"col-12 sm:col-auto\">
  601.                                             <button class=\"btn btn-md btn-primary rounded-default h-48px w-100 lg:min-w-150px text-white\" type=\"submit\">
  602.                                                 Get started now
  603.                                             </button>
  604.                                         </div>
  605.                                     </div>
  606.                                     {{ form_rest(form) }}
  607.                                     {{ form_end(form) }}
  608.                                     <div class=\"vstack md:hstack justify-center\">
  609.                                     <a href=\"{{ ios_us }}\" class=\"btn btn-md btn-outline-primary dark:border-tertiary dark:text-tertiary dark:hover:bg-tertiary dark:hover:text-primary-700 border-2 px-3 w-auto\" style=\"margin-top:10px;\">
  610.                                         Download for iOS
  611.                                         <?xml version=\"1.0\" encoding=\"utf-8\"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
  612.                                         <svg fill=\"#000000\" width=\"25px\" height=\"25px\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">
  613.                                             <path d=\"M18.71 19.5C17.88 20.74 17 21.95 15.66 21.97C14.32 22 13.89 21.18 12.37 21.18C10.84 21.18 10.37 21.95 9.09997 22C7.78997 22.05 6.79997 20.68 5.95997 19.47C4.24997 17 2.93997 12.45 4.69997 9.39C5.56997 7.87 7.12997 6.91 8.81997 6.88C10.1 6.86 11.32 7.75 12.11 7.75C12.89 7.75 14.37 6.68 15.92 6.84C16.57 6.87 18.39 7.1 19.56 8.82C19.47 8.88 17.39 10.1 17.41 12.63C17.44 15.65 20.06 16.66 20.09 16.67C20.06 16.74 19.67 18.11 18.71 19.5ZM13 3.5C13.73 2.67 14.94 2.04 15.94 2C16.07 3.17 15.6 4.35 14.9 5.19C14.21 6.04 13.07 6.7 11.95 6.61C11.8 5.46 12.36 4.26 13 3.5Z\"/>
  614.                                         </svg>
  615.                                     </a>
  616.                                     <a href=\"{{ android_us }}\" class=\"btn btn-md btn-outline-primary dark:border-tertiary dark:text-tertiary dark:hover:bg-tertiary dark:hover:text-primary-700 border-2 px-3 w-auto\" style=\"margin-top:10px; margin-left:10px;\">
  617.                                         Download for Android
  618.                                         <?xml version=\"1.0\" encoding=\"iso-8859-1\"?>
  619.                                         <svg height=\"20px\" width=\"20px\" version=\"1.1\" id=\"_x36_\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"
  620.                                              viewBox=\"0 0 512 512\"  xml:space=\"preserve\">
  621.                                                 <g>
  622.                                                     <g>
  623.                                                         <path style=\"fill:#3A9BC8;\" d=\"M225.656,256.052L14.016,485.451l-6.442,7.052c-4.005-5.919-6.704-12.972-7.313-20.806
  624.                                                             C0.087,470.305,0,468.91,0,467.518V44.499c0-9.488,2.873-18.02,7.574-24.987L225.656,256.052z\"/>
  625.                                                         <path style=\"fill:#9BCD83;\" d=\"M320.811,152.8l-95.155,103.253L7.574,19.512C19.936,1.405,45.183-6.342,66.6,6.02L320.811,152.8z\"
  626.                                                         />
  627.                                                         <path style=\"fill:#EEB84C;\" d=\"M455.056,257.27c-0.348,14.453-7.748,28.904-22.113,37.174l-112.132,64.771l-95.155-103.163
  628.                                                             L320.811,152.8l70.518,40.745l41.614,24.026C448.178,226.366,455.579,241.861,455.056,257.27z\"/>
  629.                                                         <path style=\"fill:#B43F70;\" d=\"M7.591,492.492c12.368,18.116,37.599,25.838,58.976,13.496L320.775,359.22l-95.156-103.209
  630.                                                             L7.591,492.492z\"/>
  631.                                                     </g>
  632.                                                     <path style=\"opacity:0.2;fill:#FFFFFF;\" d=\"M454.067,246.447c-2.453-11.518-9.483-22.156-21.124-28.876l-41.614-24.026
  633.                                                         L320.811,152.8L66.6,6.02C45.183-6.342,19.936,1.405,7.574,19.512C2.873,26.479,0,35.011,0,44.499v243.72
  634.                                                         c36.681,3.114,74.226,4.746,112.451,4.746c47.984,0,94.85-2.644,140.318-7.505l-27.027-29.314l27.038,29.314
  635.                                                         C323.988,277.849,391.567,264.55,454.067,246.447z\"/>
  636.                                                 </g>
  637.                                             </svg>
  638.                                     </a>
  639.                                 </div>
  640.                             </div>
  641.                         </div>
  642.                         <div class=\"sm:col-auto\">
  643.                             <div class=\"hero-scroll-scene panel sm:w-550px sm:h-600px lg:w-450px lg:h-500px xl:w-600px xl:h-650px\" data-anime=\"translateX: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\">
  644.                                 <figure class=\"featured-image m-0 rounded ratio ratio-1x1 rounded-3 h-100 overflow-hidden\">
  645.                                     <img class=\"media-cover image\" src=\"/images/interview-recruiter.jpg\" title=\"Interview between a candidate and a recruiter\" alt=\"Interview between a candidate and a recruiter\" />
  646.                                 </figure>
  647.                             </div>
  648.                         </div>
  649.                     </div>
  650.                 </div>
  651.             </div>
  652.         </div>
  653.     </div>
  654. {% endblock body %}
  655. ""application/whileresume/website/candidates/resume_en.html.twig""/var/www/vhosts/mirtillostudio.fr/b1.mirtillostudio.fr/version-1/templates/application/whileresume/website/candidates/resume_en.html.twig");
  656.     }
  657. }