<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
use Twig\TemplateWrapper;
/* themesWebsite/cvs/application/cv/discussion_anonyme.html.twig */
class __TwigTemplate_ca07b0ef6bbe826fcf2f994a9f114bea extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'body' => [$this, 'block_body'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 1
return "themesWebsite/cvs/application/cv/base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "themesWebsite/cvs/application/cv/discussion_anonyme.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "themesWebsite/cvs/application/cv/discussion_anonyme.html.twig"));
$this->parent = $this->loadTemplate("themesWebsite/cvs/application/cv/base.html.twig", "themesWebsite/cvs/application/cv/discussion_anonyme.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
yield "CV anonyme ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["slug"]) || array_key_exists("slug", $context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.', 3, $this->source); })()), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 5
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 6
yield "
<section class=\"wrapper bg-light\">
<div class=\"container py-14 py-md-16\">
<div class=\"row gx-md-8 gx-xl-12 gy-6 align-items-center\">
<div class=\"col-md-12 mx-auto mb-10\">
<a href=\"";
// line 12
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage");
yield "\">
<img src=\"";
// line 13
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["logo"]) || array_key_exists("logo", $context) ? $context["logo"] : (function () { throw new RuntimeError('Variable "logo" does not exist.', 13, $this->source); })()), "html", null, true);
yield "\" width=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["logo_width"]) || array_key_exists("logo_width", $context) ? $context["logo_width"] : (function () { throw new RuntimeError('Variable "logo_width" does not exist.', 13, $this->source); })()), "html", null, true);
yield "\" height=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["logo_height"]) || array_key_exists("logo_height", $context) ? $context["logo_height"] : (function () { throw new RuntimeError('Variable "logo_height" does not exist.', 13, $this->source); })()), "html", null, true);
yield "\" alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["websitename"]) || array_key_exists("websitename", $context) ? $context["websitename"] : (function () { throw new RuntimeError('Variable "websitename" does not exist.', 13, $this->source); })()), "html", null, true);
yield "\" loading=\"lazy\" />
</a>
</div>
</div>
<div class=\"row gx-md-8 gx-xl-12 gy-6 align-items-center\">
<div class=\"col-md-8 col-lg-6 order-lg-2 mx-auto\"></div>
<div class=\"col-lg-6\">
<h2 class=\"display-5 mb-3\">Son dernier mot</h2>
<p class=\"lead fs-lg\">Je m'appelle ";
// line 22
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((("{" . (isset($context["slug"]) || array_key_exists("slug", $context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.', 22, $this->source); })())) . "}"), "html", null, true);
yield " et voici mon histoire.</p>
<p>";
// line 23
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["candidate"]) || array_key_exists("candidate", $context) ? $context["candidate"] : (function () { throw new RuntimeError('Variable "candidate" does not exist.', 23, $this->source); })()), "descriptionCtaAnonyme", [], "any", false, false, false, 23), "html", null, true);
yield "</p>
";
// line 24
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 24, $this->source); })()), "user", [], "any", false, false, false, 24)) {
// line 25
yield " <a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cvs_gestion_enterprises_discussions_new_anonyme", ["slug" => (isset($context["slug"]) || array_key_exists("slug", $context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.', 25, $this->source); })())]), "html", null, true);
yield "\" class=\"btn btn-primary rounded-pill\">Discutons</a>
";
} else {
// line 27
yield " <a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_login");
yield "\" class=\"btn btn-primary rounded-pill\">Discutons</a>
";
}
// line 29
yield " <a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cvs_application_cv_anonyme", ["slug" => (isset($context["slug"]) || array_key_exists("slug", $context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.', 29, $this->source); })())]), "html", null, true);
yield "\" style=\"margin-left:30px; margin-top:15px;\">Retour sur le CV</a>
</div>
</div>
<div class=\"row gx-md-8 gx-xl-12 mt-10 mt-md-13\">
<div class=\"col-lg-4\">
<h2 class=\"display-5 mb-3\">Comment ça marche ?</h2>
<p>Notre application offre une plateforme unique où vous pouvez dialoguer anonymement avec de potentiels collaborateurs, associés ou employés. Il met l'accent sur une exploration approfondie des profils, sans que l'identité ou les détails personnels ne biaisent votre perception.</p>
</div>
<div class=\"col-lg-8\">
<div class=\"row gy-6 gx-md-8 gx-xl-12\">
<div class=\"col-md-6\">
<div class=\"d-flex flex-row\">
<div>
<span class=\"icon btn btn-circle btn-primary pe-none me-4\"><span class=\"number fs-18\">?</span></span>
</div>
<div>
<h4 class=\"mb-1\">Concept</h4>
<p class=\"mb-0\">Ce système de CV anonymes favorise la découverte personnelle et encourage les mises en relation basées sur les compétences. </p>
</div>
</div>
</div>
<div class=\"col-md-6\">
<div class=\"d-flex flex-row\">
<div>
<span class=\"icon btn btn-circle btn-primary pe-none me-4\"><span class=\"number fs-18\">1</span></span>
</div>
<div>
<h4 class=\"mb-1\">Dialoguez</h4>
<p class=\"mb-0\">Engagez la conversation de manière anonyme et sécurisée. Initiez des échanges constructifs sans préjugés, focalisés sur les compétences et les expériences.</p>
</div>
</div>
</div>
<div class=\"col-md-6\">
<div class=\"d-flex flex-row\">
<div>
<span class=\"icon btn btn-circle btn-primary pe-none me-4\"><span class=\"number fs-18\">2</span></span>
</div>
<div>
<h4 class=\"mb-1\">Découvrez</h4>
<p class=\"mb-0\">À mesure que les discussions progressent, découvrez les qualités, les compétences et les aspirations professionnelles de vos interlocuteurs.</p>
</div>
</div>
</div>
<div class=\"col-md-6\">
<div class=\"d-flex flex-row\">
<div>
<span class=\"icon btn btn-circle btn-primary pe-none me-4\"><span class=\"number fs-18\">3</span></span>
</div>
<div>
<h4 class=\"mb-1\">Collaborez</h4>
<p class=\"mb-0\"> Une fois une correspondance établie, révélez les identités et avancez vers une collaboration fructueuse. Que ce soit pour un projet, un partenariat ou un emploi.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "themesWebsite/cvs/application/cv/discussion_anonyme.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 147 => 29, 141 => 27, 135 => 25, 133 => 24, 129 => 23, 125 => 22, 107 => 13, 103 => 12, 95 => 6, 85 => 5, 64 => 3, 41 => 1,);
}
public function getSourceContext(): Source
{
return new Source("{% extends 'themesWebsite/cvs/application/cv/base.html.twig' %}
{% block title %}CV anonyme {{ slug }}{% endblock title %}
{% block body %}
<section class=\"wrapper bg-light\">
<div class=\"container py-14 py-md-16\">
<div class=\"row gx-md-8 gx-xl-12 gy-6 align-items-center\">
<div class=\"col-md-12 mx-auto mb-10\">
<a href=\"{{ path('homepage') }}\">
<img src=\"{{ logo }}\" width=\"{{ logo_width }}\" height=\"{{ logo_height }}\" alt=\"{{ websitename }}\" loading=\"lazy\" />
</a>
</div>
</div>
<div class=\"row gx-md-8 gx-xl-12 gy-6 align-items-center\">
<div class=\"col-md-8 col-lg-6 order-lg-2 mx-auto\"></div>
<div class=\"col-lg-6\">
<h2 class=\"display-5 mb-3\">Son dernier mot</h2>
<p class=\"lead fs-lg\">Je m'appelle {{ '{' ~ slug ~ '}' }} et voici mon histoire.</p>
<p>{{ candidate.descriptionCtaAnonyme }}</p>
{% if app.user %}
<a href=\"{{ path('cvs_gestion_enterprises_discussions_new_anonyme',{'slug':slug}) }}\" class=\"btn btn-primary rounded-pill\">Discutons</a>
{% else %}
<a href=\"{{ path('app_login') }}\" class=\"btn btn-primary rounded-pill\">Discutons</a>
{% endif %}
<a href=\"{{ path('cvs_application_cv_anonyme',{'slug':slug}) }}\" style=\"margin-left:30px; margin-top:15px;\">Retour sur le CV</a>
</div>
</div>
<div class=\"row gx-md-8 gx-xl-12 mt-10 mt-md-13\">
<div class=\"col-lg-4\">
<h2 class=\"display-5 mb-3\">Comment ça marche ?</h2>
<p>Notre application offre une plateforme unique où vous pouvez dialoguer anonymement avec de potentiels collaborateurs, associés ou employés. Il met l'accent sur une exploration approfondie des profils, sans que l'identité ou les détails personnels ne biaisent votre perception.</p>
</div>
<div class=\"col-lg-8\">
<div class=\"row gy-6 gx-md-8 gx-xl-12\">
<div class=\"col-md-6\">
<div class=\"d-flex flex-row\">
<div>
<span class=\"icon btn btn-circle btn-primary pe-none me-4\"><span class=\"number fs-18\">?</span></span>
</div>
<div>
<h4 class=\"mb-1\">Concept</h4>
<p class=\"mb-0\">Ce système de CV anonymes favorise la découverte personnelle et encourage les mises en relation basées sur les compétences. </p>
</div>
</div>
</div>
<div class=\"col-md-6\">
<div class=\"d-flex flex-row\">
<div>
<span class=\"icon btn btn-circle btn-primary pe-none me-4\"><span class=\"number fs-18\">1</span></span>
</div>
<div>
<h4 class=\"mb-1\">Dialoguez</h4>
<p class=\"mb-0\">Engagez la conversation de manière anonyme et sécurisée. Initiez des échanges constructifs sans préjugés, focalisés sur les compétences et les expériences.</p>
</div>
</div>
</div>
<div class=\"col-md-6\">
<div class=\"d-flex flex-row\">
<div>
<span class=\"icon btn btn-circle btn-primary pe-none me-4\"><span class=\"number fs-18\">2</span></span>
</div>
<div>
<h4 class=\"mb-1\">Découvrez</h4>
<p class=\"mb-0\">À mesure que les discussions progressent, découvrez les qualités, les compétences et les aspirations professionnelles de vos interlocuteurs.</p>
</div>
</div>
</div>
<div class=\"col-md-6\">
<div class=\"d-flex flex-row\">
<div>
<span class=\"icon btn btn-circle btn-primary pe-none me-4\"><span class=\"number fs-18\">3</span></span>
</div>
<div>
<h4 class=\"mb-1\">Collaborez</h4>
<p class=\"mb-0\"> Une fois une correspondance établie, révélez les identités et avancez vers une collaboration fructueuse. Que ce soit pour un projet, un partenariat ou un emploi.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
{% endblock body %}", "themesWebsite/cvs/application/cv/discussion_anonyme.html.twig", "/var/www/vhosts/whileresume.com/httpdocs/templates/themesWebsite/cvs/application/cv/discussion_anonyme.html.twig");
}
}