<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* ./public/layout.html.twig */
class __TwigTemplate_51cad81690ca44d7feb9146b6b0e696af27841a1893464e491ea7fad60bfd576 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'body' => [$this, 'block_body'],
'header' => [$this, 'block_header'],
'dropdownLotsNav' => [$this, 'block_dropdownLotsNav'],
'main' => [$this, 'block_main'],
'footer' => [$this, 'block_footer'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "./public/layout.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "./public/layout.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "./public/layout.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo "Bienvenue ";
(( !(null === (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 3, $this->source); })()))) ? (print (twig_escape_filter($this->env, ("chez " . twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 3, $this->source); })()), "entreprise", [], "any", false, false, false, 3), "nom", [], "any", false, false, false, 3)), "html", null, true))) : (print ("")));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 5
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 6
echo "
";
// line 7
$context["horizontalScreen"] = true;
// line 8
echo "
";
// line 10
if ((isset($context["horizontalScreen"]) || array_key_exists("horizontalScreen", $context) ? $context["horizontalScreen"] : (function () { throw new RuntimeError('Variable "horizontalScreen" does not exist.', 10, $this->source); })())) {
// line 11
echo " ";
$context["orientationMobile"] = "horizontal-screen";
// line 12
echo " ";
} else {
// line 13
echo " ";
$context["orientationMobile"] = "vertical-screen";
// line 14
echo " ";
}
// line 15
echo "
<div class=\"";
// line 16
echo twig_escape_filter($this->env, (isset($context["orientationMobile"]) || array_key_exists("orientationMobile", $context) ? $context["orientationMobile"] : (function () { throw new RuntimeError('Variable "orientationMobile" does not exist.', 16, $this->source); })()), "html", null, true);
echo "\">
<div class=\"horizontal-content\">
";
// line 19
$this->displayBlock('header', $context, $blocks);
// line 173
echo "
";
// line 174
$this->displayBlock('main', $context, $blocks);
// line 177
echo "
";
// line 178
$this->displayBlock('footer', $context, $blocks);
// line 220
echo " </div>
<div class=\"vertical-content\">
";
// line 223
$this->loadTemplate("public/vertical_layout.html.twig", "./public/layout.html.twig", 223)->display($context);
// line 224
echo " </div>
</div>
<div id=\"main_loader\" class=\"loader\" style=\"display:none !important;\">
<i class=\"fas fa-hourglass-half\"></i></br>
<span>Chargement en cours...</span>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 19
public function block_header($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
// line 20
echo " ";
if ( !array_key_exists("recap", $context)) {
// line 21
echo " ";
$context["recap"] = false;
// line 22
echo " ";
}
// line 23
echo " <header class=\"header mobile\">
<div>
<nav class=\"navbar navbar-expand-lg d-flex flex-nowrap align-items-center justify-content-between navbar-light bg-light py-0\">
<div class=\"left-buttons d-flex position-relative\">
<a href=\"";
// line 27
if ((isset($context["prospect"]) || array_key_exists("prospect", $context) ? $context["prospect"] : (function () { throw new RuntimeError('Variable "prospect" does not exist.', 27, $this->source); })())) {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("public_prospect_short", ["token" => twig_get_attribute($this->env, $this->source, (isset($context["prospect"]) || array_key_exists("prospect", $context) ? $context["prospect"] : (function () { throw new RuntimeError('Variable "prospect" does not exist.', 27, $this->source); })()), "token", [], "any", false, false, false, 27)]), "html", null, true);
} else {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("public_prospect_short", ["token" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 27, $this->source); })()), "session", [], "any", false, false, false, 27), "get", [0 => "propositions"], "method", false, false, false, 27), 0, [], "array", false, false, false, 27), "prospect", [], "any", false, false, false, 27), "token", [], "any", false, false, false, 27)]), "html", null, true);
}
if ( !twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 27, $this->source); })()), "user", [], "any", false, false, false, 27)) {
echo "?mode=visitor";
}
echo "\" class=\"btn navbar-brand p-0 my-0 active-loading\">
";
// line 28
if ((((isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 28, $this->source); })()) && twig_get_attribute($this->env, $this->source, (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 28, $this->source); })()), "entreprise", [], "any", false, false, false, 28)) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 28, $this->source); })()), "entreprise", [], "any", false, false, false, 28), "logo", [], "any", false, false, false, 28))) {
// line 29
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/entreprises_logos/" . twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 29, $this->source); })()), "entreprise", [], "any", false, false, false, 29), "logo", [], "any", false, false, false, 29))), "html", null, true);
echo "\" class=\"py-2\">
";
} else {
// line 31
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/zada_logo_large.png"), "html", null, true);
echo "\" class=\"py-2\">
";
}
// line 33
echo " </a>
";
// line 34
$this->displayBlock('dropdownLotsNav', $context, $blocks);
// line 37
echo " ";
if ( !(isset($context["recap"]) || array_key_exists("recap", $context) ? $context["recap"] : (function () { throw new RuntimeError('Variable "recap" does not exist.', 37, $this->source); })())) {
// line 38
echo " <div class=\"dropdown recap opacity-0 lot-1\">
<span class=\"before\"></span>
<a class=\"btn navbar-lot-menu d-flex align-items-center \" href=\"";
// line 40
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("public_prospect_short", ["token" => twig_get_attribute($this->env, $this->source, (isset($context["prospect"]) || array_key_exists("prospect", $context) ? $context["prospect"] : (function () { throw new RuntimeError('Variable "prospect" does not exist.', 40, $this->source); })()), "token", [], "any", false, false, false, 40), "recap" => true]), "html", null, true);
echo "\">
<span class=\"text-center\">
RECAP'
</span>
</a>
<span class=\"after\"></span>
</div>
";
}
// line 48
echo " </div>
<div>
";
// line 50
if ( !(isset($context["recap"]) || array_key_exists("recap", $context) ? $context["recap"] : (function () { throw new RuntimeError('Variable "recap" does not exist.', 50, $this->source); })())) {
// line 51
echo " <h2 class=\"slide-title mb-0 text-center\">Bonjour ";
echo twig_escape_filter($this->env, twig_upper_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["prospect"]) || array_key_exists("prospect", $context) ? $context["prospect"] : (function () { throw new RuntimeError('Variable "prospect" does not exist.', 51, $this->source); })()), "emprunteurPrenom", [], "any", false, false, false, 51)), "html", null, true);
echo "
";
// line 52
if ((twig_get_attribute($this->env, $this->source, (isset($context["prospect"]) || array_key_exists("prospect", $context) ? $context["prospect"] : (function () { throw new RuntimeError('Variable "prospect" does not exist.', 52, $this->source); })()), "emprunteurNom", [], "any", false, false, false, 52) && twig_get_attribute($this->env, $this->source, (isset($context["prospect"]) || array_key_exists("prospect", $context) ? $context["prospect"] : (function () { throw new RuntimeError('Variable "prospect" does not exist.', 52, $this->source); })()), "afficherNomEmprunteur", [], "any", false, false, false, 52))) {
// line 53
echo " ";
echo twig_escape_filter($this->env, twig_upper_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["prospect"]) || array_key_exists("prospect", $context) ? $context["prospect"] : (function () { throw new RuntimeError('Variable "prospect" does not exist.', 53, $this->source); })()), "emprunteurNom", [], "any", false, false, false, 53)), "html", null, true);
echo "
";
}
// line 55
echo "
";
// line 56
if (twig_get_attribute($this->env, $this->source, (isset($context["prospect"]) || array_key_exists("prospect", $context) ? $context["prospect"] : (function () { throw new RuntimeError('Variable "prospect" does not exist.', 56, $this->source); })()), "coemprunteurPrenom", [], "any", false, false, false, 56)) {
// line 57
echo " et ";
echo twig_escape_filter($this->env, twig_upper_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["prospect"]) || array_key_exists("prospect", $context) ? $context["prospect"] : (function () { throw new RuntimeError('Variable "prospect" does not exist.', 57, $this->source); })()), "coemprunteurPrenom", [], "any", false, false, false, 57)), "html", null, true);
echo "
";
// line 58
if ((twig_get_attribute($this->env, $this->source, (isset($context["prospect"]) || array_key_exists("prospect", $context) ? $context["prospect"] : (function () { throw new RuntimeError('Variable "prospect" does not exist.', 58, $this->source); })()), "coemprunteurNom", [], "any", false, false, false, 58) && twig_get_attribute($this->env, $this->source, (isset($context["prospect"]) || array_key_exists("prospect", $context) ? $context["prospect"] : (function () { throw new RuntimeError('Variable "prospect" does not exist.', 58, $this->source); })()), "afficherNomCoEmprunteur", [], "any", false, false, false, 58))) {
// line 59
echo " ";
echo twig_escape_filter($this->env, twig_upper_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["prospect"]) || array_key_exists("prospect", $context) ? $context["prospect"] : (function () { throw new RuntimeError('Variable "prospect" does not exist.', 59, $this->source); })()), "coemprunteurNom", [], "any", false, false, false, 59)), "html", null, true);
echo "
";
}
// line 61
echo " ";
}
// line 62
echo " </h2>
";
} else {
// line 64
echo " <h2 class=\"slide-title mb-0 text-center\">MA SELECTION - RECAP'</h2>
";
}
// line 66
echo " </div>
<div class=\"header-buttons d-flex text-white demande-rdv\">
<div style=\"height: 100%\">
<div class=\"row justify-content-center text-uppercase\">
<div class=\"col-12 text-center\">
<span class=\"text-golden\">MON INTERLOCUTEUR</span>
</div>
</div>
";
// line 75
if ( !(null === (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 75, $this->source); })()))) {
// line 76
echo " <div class=\"row justify-content-center flex-nowrap overflow-hidden\">
";
// line 77
if (( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 77, $this->source); })()), "prenom", [], "any", false, false, false, 77)) || !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 77, $this->source); })()), "nom", [], "any", false, false, false, 77)))) {
// line 78
echo " <div class=\"col-md-6 text-center\" style=\"width: fit-content;\">
<span class=\"text-golden\">
<span class=\"text-capitalize\">";
// line 80
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 80, $this->source); })()), "prenom", [], "any", false, false, false, 80), "html", null, true);
echo "</span> <span class=\"text-uppercase\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 80, $this->source); })()), "nom", [], "any", false, false, false, 80), "html", null, true);
echo "</span>
</span>
</div>
";
}
// line 84
echo "
";
// line 85
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 85, $this->source); })()), "telephone", [], "any", false, false, false, 85))) {
// line 86
echo " <div class=\"col-md-6 text-center\" style=\"width: fit-content;\">
";
// line 87
$context["numero"] = twig_replace_filter(twig_get_attribute($this->env, $this->source, (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 87, $this->source); })()), "telephone", [], "any", false, false, false, 87), [" " => "", "-" => "", "+33" => "0"]);
// line 88
echo " ";
$context["numero_formate"] = ((((((((twig_slice($this->env, (isset($context["numero"]) || array_key_exists("numero", $context) ? $context["numero"] : (function () { throw new RuntimeError('Variable "numero" does not exist.', 88, $this->source); })()), 0, 2) . ".") . twig_slice($this->env, (isset($context["numero"]) || array_key_exists("numero", $context) ? $context["numero"] : (function () { throw new RuntimeError('Variable "numero" does not exist.', 88, $this->source); })()), 2, 2)) . ".") . twig_slice($this->env, (isset($context["numero"]) || array_key_exists("numero", $context) ? $context["numero"] : (function () { throw new RuntimeError('Variable "numero" does not exist.', 88, $this->source); })()), 4, 2)) . ".") . twig_slice($this->env, (isset($context["numero"]) || array_key_exists("numero", $context) ? $context["numero"] : (function () { throw new RuntimeError('Variable "numero" does not exist.', 88, $this->source); })()), 6, 2)) . ".") . twig_slice($this->env, (isset($context["numero"]) || array_key_exists("numero", $context) ? $context["numero"] : (function () { throw new RuntimeError('Variable "numero" does not exist.', 88, $this->source); })()), 8, 2));
// line 89
echo " <a class=\"text-golden\" href=\"tel:";
echo twig_escape_filter($this->env, (isset($context["numero_formate"]) || array_key_exists("numero_formate", $context) ? $context["numero_formate"] : (function () { throw new RuntimeError('Variable "numero_formate" does not exist.', 89, $this->source); })()), "html", null, true);
echo "\">
";
// line 90
echo twig_escape_filter($this->env, twig_join_filter((isset($context["numero_formate"]) || array_key_exists("numero_formate", $context) ? $context["numero_formate"] : (function () { throw new RuntimeError('Variable "numero_formate" does not exist.', 90, $this->source); })()), "."), "html", null, true);
echo "
</a>
</div>
";
}
// line 94
echo " </div>
";
// line 96
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 96, $this->source); })()), "email", [], "any", false, false, false, 96))) {
// line 97
echo " <div class=\"row justify-content-center\">
<div class=\"col-12 text-center\">
<a class=\"text-golden\" href=\"mailto:";
// line 99
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 99, $this->source); })()), "email", [], "any", false, false, false, 99), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 99, $this->source); })()), "email", [], "any", false, false, false, 99), "html", null, true);
echo "</a>
</div>
</div>
";
}
// line 103
echo " ";
} elseif (twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 103, $this->source); })()), "user", [], "any", false, false, false, 103)) {
// line 104
echo " <div class=\"row justify-content-center flex-nowrap overflow-hidden\">
";
// line 105
if (( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 105, $this->source); })()), "user", [], "any", false, false, false, 105), "prenom", [], "any", false, false, false, 105)) || !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 105, $this->source); })()), "user", [], "any", false, false, false, 105), "nom", [], "any", false, false, false, 105)))) {
// line 106
echo " <div class=\"col-md-6 text-center\" style=\"width: fit-content;\">
<span class=\"text-golden\">
<span class=\"text-capitalize\">";
// line 108
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 108, $this->source); })()), "user", [], "any", false, false, false, 108), "prenom", [], "any", false, false, false, 108), "html", null, true);
echo "</span> <span class=\"text-uppercase\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 108, $this->source); })()), "user", [], "any", false, false, false, 108), "nom", [], "any", false, false, false, 108), "html", null, true);
echo "</span>
</span>
</div>
";
}
// line 112
echo "
";
// line 113
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 113, $this->source); })()), "user", [], "any", false, false, false, 113), "telephone", [], "any", false, false, false, 113))) {
// line 114
echo " <div class=\"col-md-6 text-center\" style=\"width: fit-content;\">
";
// line 115
$context["numero"] = twig_replace_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 115, $this->source); })()), "user", [], "any", false, false, false, 115), "telephone", [], "any", false, false, false, 115), [" " => "", "-" => "", "+33" => "0"]);
// line 116
echo " ";
$context["numero_formate"] = ((((((((twig_slice($this->env, (isset($context["numero"]) || array_key_exists("numero", $context) ? $context["numero"] : (function () { throw new RuntimeError('Variable "numero" does not exist.', 116, $this->source); })()), 0, 2) . ".") . twig_slice($this->env, (isset($context["numero"]) || array_key_exists("numero", $context) ? $context["numero"] : (function () { throw new RuntimeError('Variable "numero" does not exist.', 116, $this->source); })()), 2, 2)) . ".") . twig_slice($this->env, (isset($context["numero"]) || array_key_exists("numero", $context) ? $context["numero"] : (function () { throw new RuntimeError('Variable "numero" does not exist.', 116, $this->source); })()), 4, 2)) . ".") . twig_slice($this->env, (isset($context["numero"]) || array_key_exists("numero", $context) ? $context["numero"] : (function () { throw new RuntimeError('Variable "numero" does not exist.', 116, $this->source); })()), 6, 2)) . ".") . twig_slice($this->env, (isset($context["numero"]) || array_key_exists("numero", $context) ? $context["numero"] : (function () { throw new RuntimeError('Variable "numero" does not exist.', 116, $this->source); })()), 8, 2));
// line 117
echo " <a class=\"text-golden\" href=\"tel:";
echo twig_escape_filter($this->env, (isset($context["numero_formate"]) || array_key_exists("numero_formate", $context) ? $context["numero_formate"] : (function () { throw new RuntimeError('Variable "numero_formate" does not exist.', 117, $this->source); })()), "html", null, true);
echo "\">
";
// line 118
echo twig_escape_filter($this->env, twig_join_filter((isset($context["numero_formate"]) || array_key_exists("numero_formate", $context) ? $context["numero_formate"] : (function () { throw new RuntimeError('Variable "numero_formate" does not exist.', 118, $this->source); })()), "."), "html", null, true);
echo "
</a>
</div>
";
}
// line 122
echo " </div>
";
// line 124
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 124, $this->source); })()), "user", [], "any", false, false, false, 124), "email", [], "any", false, false, false, 124))) {
// line 125
echo " <div class=\"row justify-content-center\">
<div class=\"col-12 text-center\">
<a class=\"text-golden\" href=\"mailto:";
// line 127
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 127, $this->source); })()), "user", [], "any", false, false, false, 127), "email", [], "any", false, false, false, 127), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 127, $this->source); })()), "user", [], "any", false, false, false, 127), "email", [], "any", false, false, false, 127), "html", null, true);
echo "</a>
</div>
</div>
";
}
// line 131
echo " ";
} else {
// line 132
echo " <div class=\"row justify-content-center flex-nowrap overflow-hidden\">
<div class=\"col-md-6 text-center\" style=\"width: fit-content;\">
<span class=\"text-golden\">
<span class=\"text-capitalize\">";
// line 135
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 135, $this->source); })()), "entreprise", [], "any", false, false, false, 135), "nom", [], "any", false, false, false, 135), "html", null, true);
echo "</span>
</span>
</div>
<div class=\"col-md-6 text-center\" style=\"width: fit-content;\">
";
// line 139
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 139, $this->source); })()), "entreprise", [], "any", false, false, false, 139), "telephone", [], "any", false, false, false, 139))) {
// line 140
echo " ";
$context["numero"] = twig_replace_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 140, $this->source); })()), "entreprise", [], "any", false, false, false, 140), "telephone", [], "any", false, false, false, 140), [" " => "", "-" => "", "+33" => "0"]);
// line 141
echo " ";
$context["numero_formate"] = ((((((((twig_slice($this->env, (isset($context["numero"]) || array_key_exists("numero", $context) ? $context["numero"] : (function () { throw new RuntimeError('Variable "numero" does not exist.', 141, $this->source); })()), 0, 2) . ".") . twig_slice($this->env, (isset($context["numero"]) || array_key_exists("numero", $context) ? $context["numero"] : (function () { throw new RuntimeError('Variable "numero" does not exist.', 141, $this->source); })()), 2, 2)) . ".") . twig_slice($this->env, (isset($context["numero"]) || array_key_exists("numero", $context) ? $context["numero"] : (function () { throw new RuntimeError('Variable "numero" does not exist.', 141, $this->source); })()), 4, 2)) . ".") . twig_slice($this->env, (isset($context["numero"]) || array_key_exists("numero", $context) ? $context["numero"] : (function () { throw new RuntimeError('Variable "numero" does not exist.', 141, $this->source); })()), 6, 2)) . ".") . twig_slice($this->env, (isset($context["numero"]) || array_key_exists("numero", $context) ? $context["numero"] : (function () { throw new RuntimeError('Variable "numero" does not exist.', 141, $this->source); })()), 8, 2));
// line 142
echo " <a class=\"text-golden\" href=\"tel:";
echo twig_escape_filter($this->env, (isset($context["numero_formate"]) || array_key_exists("numero_formate", $context) ? $context["numero_formate"] : (function () { throw new RuntimeError('Variable "numero_formate" does not exist.', 142, $this->source); })()), "html", null, true);
echo "\">
";
// line 143
echo twig_escape_filter($this->env, twig_join_filter((isset($context["numero_formate"]) || array_key_exists("numero_formate", $context) ? $context["numero_formate"] : (function () { throw new RuntimeError('Variable "numero_formate" does not exist.', 143, $this->source); })()), "."), "html", null, true);
echo "
</a>
";
} else {
// line 146
echo " <a class=\"text-golden\">Aucun Téléphone</a>
";
}
// line 148
echo " </div>
</div>
<div class=\"row justify-content-center\">
<div class=\"col-12 text-center\">
";
// line 152
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 152, $this->source); })()), "entreprise", [], "any", false, false, false, 152), "email", [], "any", false, false, false, 152))) {
// line 153
echo " <a class=\"text-golden\" href=\"mailto:";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 153, $this->source); })()), "entreprise", [], "any", false, false, false, 153), "email", [], "any", false, false, false, 153), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 153, $this->source); })()), "entreprise", [], "any", false, false, false, 153), "email", [], "any", false, false, false, 153), "html", null, true);
echo "</a>
";
} else {
// line 155
echo " <a class=\"text-golden\">Aucun E-mail</a>
";
}
// line 157
echo " </div>
</div>
";
}
// line 160
echo " </div>
</div>
</nav>
</div>
<div class=\"position-relative\">
<div class=\"progress-container\">
<div class=\"progress\">
<div class=\"progress-bar w-100\" style=\"border-top-right-radius: 0px; border-bottom-right-radius: 0px;\" role=\"progressbar\" aria-valuenow=\"100\" aria-valuemin=\"0\" aria-valuemax=\"100\"></div>
</div>
</div>
</div>
</header>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 34
public function block_dropdownLotsNav($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "dropdownLotsNav"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "dropdownLotsNav"));
// line 35
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 174
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 175
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 178
public function block_footer($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
// line 179
echo " <footer class=\"py-5\">
<div class=\"container\">
<div class=\"row justify-content-center\">
<div class=\"col-md-6 col-lg-4 my-2\">
<img src=\"";
// line 183
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/zada_logo_large.png"), "html", null, true);
echo "\" width=\"74\">
<div class=\"mt-3 text-15 text-taupe\">Lorem ipsum dolor sit amet, consectetur sed do invictitur adipi elit.</div>
</div>
<div class=\"col-md-6 col-lg-3 my-2\">
<div class=\"d-flex flex-column align-items-start\">
<a class=\"my-2 fw-bold text-blue text-15\" href=\"#\">Vos programmes</a>
<a class=\"my-2 fw-bold text-blue text-15\" href=\"#\">L'agence LK1</a>
<a class=\"my-2 fw-bold text-blue text-15\" href=\"#\">FAQ</a>
</div>
</div>
<div class=\"col-md-6 col-lg-4 my-2\">
<div class=\"d-flex flex-column align-items-start\">
<a class=\"my-2 fw-bold text-blue text-15\" href=\"#\">Contact</a>
<div class=\"adresse text-15 text-taupe\">
<div class=\"mb-1\">1 avenue du Pré Félin, 74940 Annecy</div>
<div class=\"mb-1\">+33 (0)4 50 22 37 14</div>
<div>Email : <a href=\"mailto:lk1@lk1.fr\">lk1@lk1.fr</a></div>
</div>
</div>
</div>
<div class=\"col-md-6 col-lg-1 my-2\">
<div class=\"d-flex flex-row flex-md-column justify-content-center h-100\">
<a href=\"#\" class=\"mx-2 mx-md-0 my-2 noAnim\">
<img src=\"";
// line 206
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/facebook_mail.png"), "html", null, true);
echo "\" width=\"20\" height=\"20\"/>
</a>
<a href=\"#\" class=\"mx-2 mx-md-0 my-2 noAnim\">
<img src=\"";
// line 209
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/twitter_mail.png"), "html", null, true);
echo "\" width=\"20\" height=\"20\"/>
</a>
<a href=\"#\" class=\"mx-2 mx-md-0 my-2 noAnim\">
<img src=\"";
// line 212
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/instagram_mail.png"), "html", null, true);
echo "\" width=\"20\" height=\"20\"/>
</a>
</div>
</div>
</div>
</div>
</footer>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "./public/layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 604 => 212, 598 => 209, 592 => 206, 566 => 183, 560 => 179, 550 => 178, 539 => 175, 529 => 174, 518 => 35, 508 => 34, 486 => 160, 481 => 157, 477 => 155, 469 => 153, 467 => 152, 461 => 148, 457 => 146, 451 => 143, 446 => 142, 443 => 141, 440 => 140, 438 => 139, 431 => 135, 426 => 132, 423 => 131, 414 => 127, 410 => 125, 408 => 124, 404 => 122, 397 => 118, 392 => 117, 389 => 116, 387 => 115, 384 => 114, 382 => 113, 379 => 112, 370 => 108, 366 => 106, 364 => 105, 361 => 104, 358 => 103, 349 => 99, 345 => 97, 343 => 96, 339 => 94, 332 => 90, 327 => 89, 324 => 88, 322 => 87, 319 => 86, 317 => 85, 314 => 84, 305 => 80, 301 => 78, 299 => 77, 296 => 76, 294 => 75, 283 => 66, 279 => 64, 275 => 62, 272 => 61, 266 => 59, 264 => 58, 259 => 57, 257 => 56, 254 => 55, 248 => 53, 246 => 52, 241 => 51, 239 => 50, 235 => 48, 224 => 40, 220 => 38, 217 => 37, 215 => 34, 212 => 33, 206 => 31, 200 => 29, 198 => 28, 187 => 27, 181 => 23, 178 => 22, 175 => 21, 172 => 20, 162 => 19, 144 => 224, 142 => 223, 137 => 220, 135 => 178, 132 => 177, 130 => 174, 127 => 173, 125 => 19, 119 => 16, 116 => 15, 113 => 14, 110 => 13, 107 => 12, 104 => 11, 102 => 10, 98 => 8, 96 => 7, 93 => 6, 83 => 5, 63 => 3, 40 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block title %}Bienvenue {{ interlocuteur is not null ? 'chez ' ~ interlocuteur.entreprise.nom : '' }}{% endblock %}
{% block body %}
{% set horizontalScreen = true %}
{% if horizontalScreen %}
{% set orientationMobile = \"horizontal-screen\" %}
{% else %}
{% set orientationMobile = \"vertical-screen\" %}
{% endif %}
<div class=\"{{orientationMobile}}\">
<div class=\"horizontal-content\">
{% block header %}
{% if recap is not defined %}
{% set recap = false %}
{% endif %}
<header class=\"header mobile\">
<div>
<nav class=\"navbar navbar-expand-lg d-flex flex-nowrap align-items-center justify-content-between navbar-light bg-light py-0\">
<div class=\"left-buttons d-flex position-relative\">
<a href=\"{% if prospect %}{{ path('public_prospect_short', {token: prospect.token}) }}{% else %}{{ path('public_prospect_short', {token: app.session.get('propositions')[0].prospect.token }) }}{% endif %}{% if not app.user %}?mode=visitor{% endif %}\" class=\"btn navbar-brand p-0 my-0 active-loading\">
{% if interlocuteur and interlocuteur.entreprise and interlocuteur.entreprise.logo %}
<img src=\"{{ asset('uploads/entreprises_logos/' ~ interlocuteur.entreprise.logo) }}\" class=\"py-2\">
{% else %}
<img src=\"{{ asset(\"build/images/zada_logo_large.png\") }}\" class=\"py-2\">
{% endif %}
</a>
{% block dropdownLotsNav %}
{% endblock %}
{% if not recap %}
<div class=\"dropdown recap opacity-0 lot-1\">
<span class=\"before\"></span>
<a class=\"btn navbar-lot-menu d-flex align-items-center \" href=\"{{ path('public_prospect_short', {token: prospect.token, recap: true}) }}\">
<span class=\"text-center\">
RECAP'
</span>
</a>
<span class=\"after\"></span>
</div>
{% endif %}
</div>
<div>
{% if not recap %}
<h2 class=\"slide-title mb-0 text-center\">Bonjour {{prospect.emprunteurPrenom|upper}}
{% if prospect.emprunteurNom and prospect.afficherNomEmprunteur %}
{{prospect.emprunteurNom|upper}}
{% endif %}
{% if prospect.coemprunteurPrenom %}
et {{prospect.coemprunteurPrenom|upper}}
{% if prospect.coemprunteurNom and prospect.afficherNomCoEmprunteur %}
{{prospect.coemprunteurNom|upper}}
{% endif %}
{% endif %}
</h2>
{% else %}
<h2 class=\"slide-title mb-0 text-center\">MA SELECTION - RECAP'</h2>
{% endif %}
</div>
<div class=\"header-buttons d-flex text-white demande-rdv\">
<div style=\"height: 100%\">
<div class=\"row justify-content-center text-uppercase\">
<div class=\"col-12 text-center\">
<span class=\"text-golden\">MON INTERLOCUTEUR</span>
</div>
</div>
{% if interlocuteur is not null %}
<div class=\"row justify-content-center flex-nowrap overflow-hidden\">
{% if interlocuteur.prenom is not empty or interlocuteur.nom is not empty %}
<div class=\"col-md-6 text-center\" style=\"width: fit-content;\">
<span class=\"text-golden\">
<span class=\"text-capitalize\">{{ interlocuteur.prenom }}</span> <span class=\"text-uppercase\">{{ interlocuteur.nom }}</span>
</span>
</div>
{% endif %}
{% if interlocuteur.telephone is not empty %}
<div class=\"col-md-6 text-center\" style=\"width: fit-content;\">
{% set numero = interlocuteur.telephone | replace({' ': '', '-': '', '+33': '0'}) %}
{% set numero_formate = numero|slice(0, 2) ~ '.' ~ numero|slice(2, 2) ~ '.' ~ numero|slice(4, 2) ~ '.' ~ numero|slice(6, 2) ~ '.' ~ numero|slice(8, 2) %}
<a class=\"text-golden\" href=\"tel:{{ numero_formate }}\">
{{ numero_formate|join('.') }}
</a>
</div>
{% endif %}
</div>
{% if interlocuteur.email is not empty %}
<div class=\"row justify-content-center\">
<div class=\"col-12 text-center\">
<a class=\"text-golden\" href=\"mailto:{{ interlocuteur.email }}\">{{ interlocuteur.email }}</a>
</div>
</div>
{% endif %}
{% elseif app.user %}
<div class=\"row justify-content-center flex-nowrap overflow-hidden\">
{% if app.user.prenom is not empty or app.user.nom is not empty %}
<div class=\"col-md-6 text-center\" style=\"width: fit-content;\">
<span class=\"text-golden\">
<span class=\"text-capitalize\">{{ app.user.prenom }}</span> <span class=\"text-uppercase\">{{ app.user.nom }}</span>
</span>
</div>
{% endif %}
{% if app.user.telephone is not empty %}
<div class=\"col-md-6 text-center\" style=\"width: fit-content;\">
{% set numero = app.user.telephone | replace({' ': '', '-': '', '+33': '0'}) %}
{% set numero_formate = numero|slice(0, 2) ~ '.' ~ numero|slice(2, 2) ~ '.' ~ numero|slice(4, 2) ~ '.' ~ numero|slice(6, 2) ~ '.' ~ numero|slice(8, 2) %}
<a class=\"text-golden\" href=\"tel:{{ numero_formate }}\">
{{ numero_formate|join('.') }}
</a>
</div>
{% endif %}
</div>
{% if app.user.email is not empty %}
<div class=\"row justify-content-center\">
<div class=\"col-12 text-center\">
<a class=\"text-golden\" href=\"mailto:{{ app.user.email }}\">{{ app.user.email }}</a>
</div>
</div>
{% endif %}
{% else %}
<div class=\"row justify-content-center flex-nowrap overflow-hidden\">
<div class=\"col-md-6 text-center\" style=\"width: fit-content;\">
<span class=\"text-golden\">
<span class=\"text-capitalize\">{{ interlocuteur.entreprise.nom }}</span>
</span>
</div>
<div class=\"col-md-6 text-center\" style=\"width: fit-content;\">
{% if interlocuteur.entreprise.telephone is not empty %}
{% set numero = interlocuteur.entreprise.telephone | replace({' ': '', '-': '', '+33': '0'}) %}
{% set numero_formate = numero|slice(0, 2) ~ '.' ~ numero|slice(2, 2) ~ '.' ~ numero|slice(4, 2) ~ '.' ~ numero|slice(6, 2) ~ '.' ~ numero|slice(8, 2) %}
<a class=\"text-golden\" href=\"tel:{{ numero_formate }}\">
{{ numero_formate|join('.') }}
</a>
{% else %}
<a class=\"text-golden\">Aucun Téléphone</a>
{% endif %}
</div>
</div>
<div class=\"row justify-content-center\">
<div class=\"col-12 text-center\">
{% if interlocuteur.entreprise.email is not empty %}
<a class=\"text-golden\" href=\"mailto:{{ interlocuteur.entreprise.email }}\">{{ interlocuteur.entreprise.email }}</a>
{% else %}
<a class=\"text-golden\">Aucun E-mail</a>
{% endif %}
</div>
</div>
{% endif %}
</div>
</div>
</nav>
</div>
<div class=\"position-relative\">
<div class=\"progress-container\">
<div class=\"progress\">
<div class=\"progress-bar w-100\" style=\"border-top-right-radius: 0px; border-bottom-right-radius: 0px;\" role=\"progressbar\" aria-valuenow=\"100\" aria-valuemin=\"0\" aria-valuemax=\"100\"></div>
</div>
</div>
</div>
</header>
{% endblock %}
{% block main %}
{% endblock %}
{% block footer %}
<footer class=\"py-5\">
<div class=\"container\">
<div class=\"row justify-content-center\">
<div class=\"col-md-6 col-lg-4 my-2\">
<img src=\"{{ asset(\"build/images/zada_logo_large.png\") }}\" width=\"74\">
<div class=\"mt-3 text-15 text-taupe\">Lorem ipsum dolor sit amet, consectetur sed do invictitur adipi elit.</div>
</div>
<div class=\"col-md-6 col-lg-3 my-2\">
<div class=\"d-flex flex-column align-items-start\">
<a class=\"my-2 fw-bold text-blue text-15\" href=\"#\">Vos programmes</a>
<a class=\"my-2 fw-bold text-blue text-15\" href=\"#\">L'agence LK1</a>
<a class=\"my-2 fw-bold text-blue text-15\" href=\"#\">FAQ</a>
</div>
</div>
<div class=\"col-md-6 col-lg-4 my-2\">
<div class=\"d-flex flex-column align-items-start\">
<a class=\"my-2 fw-bold text-blue text-15\" href=\"#\">Contact</a>
<div class=\"adresse text-15 text-taupe\">
<div class=\"mb-1\">1 avenue du Pré Félin, 74940 Annecy</div>
<div class=\"mb-1\">+33 (0)4 50 22 37 14</div>
<div>Email : <a href=\"mailto:lk1@lk1.fr\">lk1@lk1.fr</a></div>
</div>
</div>
</div>
<div class=\"col-md-6 col-lg-1 my-2\">
<div class=\"d-flex flex-row flex-md-column justify-content-center h-100\">
<a href=\"#\" class=\"mx-2 mx-md-0 my-2 noAnim\">
<img src=\"{{ asset(\"build/images/facebook_mail.png\") }}\" width=\"20\" height=\"20\"/>
</a>
<a href=\"#\" class=\"mx-2 mx-md-0 my-2 noAnim\">
<img src=\"{{ asset(\"build/images/twitter_mail.png\") }}\" width=\"20\" height=\"20\"/>
</a>
<a href=\"#\" class=\"mx-2 mx-md-0 my-2 noAnim\">
<img src=\"{{ asset(\"build/images/instagram_mail.png\") }}\" width=\"20\" height=\"20\"/>
</a>
</div>
</div>
</div>
</div>
</footer>
{% endblock %}
</div>
<div class=\"vertical-content\">
{% include 'public/vertical_layout.html.twig' %}
</div>
</div>
<div id=\"main_loader\" class=\"loader\" style=\"display:none !important;\">
<i class=\"fas fa-hourglass-half\"></i></br>
<span>Chargement en cours...</span>
</div>
{% endblock %}
", "./public/layout.html.twig", "/home/clients/d5fc483de73e2cf6f126c55abcd1b2e6/sites/lk1.test.genesii.fr/templates/public/layout.html.twig");
}
}