<?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 " ";
$context["theme"] = ((( !(null === (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 8, $this->source); })())) && !(null === 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.', 8, $this->source); })()), "entreprise", [], "any", false, false, false, 8)))) ? (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 9
(isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 9, $this->source); })()), "entreprise", [], "any", false, false, false, 9), "theme", [], "any", false, false, false, 9)) : ("lk1"));
// line 12
echo "
";
// line 14
if ((isset($context["horizontalScreen"]) || array_key_exists("horizontalScreen", $context) ? $context["horizontalScreen"] : (function () { throw new RuntimeError('Variable "horizontalScreen" does not exist.', 14, $this->source); })())) {
// line 15
echo " ";
$context["orientationMobile"] = "horizontal-screen";
// line 16
echo " ";
} else {
// line 17
echo " ";
$context["orientationMobile"] = "vertical-screen";
// line 18
echo " ";
}
// line 19
echo "
<div class=\"theme-";
// line 20
echo twig_escape_filter($this->env, (isset($context["theme"]) || array_key_exists("theme", $context) ? $context["theme"] : (function () { throw new RuntimeError('Variable "theme" does not exist.', 20, $this->source); })()), "html", null, true);
echo "\">
<div class=\"";
// line 21
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.', 21, $this->source); })()), "html", null, true);
echo "\">
<div class=\"horizontal-content\">
";
// line 24
$this->displayBlock('header', $context, $blocks);
// line 178
echo "
";
// line 179
$this->displayBlock('main', $context, $blocks);
// line 182
echo "
";
// line 183
$this->displayBlock('footer', $context, $blocks);
// line 225
echo " </div>
<div class=\"vertical-content\">
";
// line 228
$this->loadTemplate("public/vertical_layout.html.twig", "./public/layout.html.twig", 228)->display($context);
// line 229
echo " </div>
</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 24
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 25
echo " ";
if ( !array_key_exists("recap", $context)) {
// line 26
echo " ";
$context["recap"] = false;
// line 27
echo " ";
}
// line 28
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 32
if ((isset($context["prospect"]) || array_key_exists("prospect", $context) ? $context["prospect"] : (function () { throw new RuntimeError('Variable "prospect" does not exist.', 32, $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.', 32, $this->source); })()), "token", [], "any", false, false, false, 32)]), "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.', 32, $this->source); })()), "session", [], "any", false, false, false, 32), "get", [0 => "propositions"], "method", false, false, false, 32), 0, [], "array", false, false, false, 32), "prospect", [], "any", false, false, false, 32), "token", [], "any", false, false, false, 32)]), "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.', 32, $this->source); })()), "user", [], "any", false, false, false, 32)) {
echo "?mode=visitor";
}
echo "\" class=\"btn navbar-brand p-0 my-0 active-loading\">
";
// line 33
if ((((isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 33, $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.', 33, $this->source); })()), "entreprise", [], "any", false, false, false, 33)) && 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.', 33, $this->source); })()), "entreprise", [], "any", false, false, false, 33), "logo", [], "any", false, false, false, 33))) {
// line 34
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.', 34, $this->source); })()), "entreprise", [], "any", false, false, false, 34), "logo", [], "any", false, false, false, 34))), "html", null, true);
echo "\" class=\"py-2\">
";
} else {
// line 36
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 38
echo " </a>
";
// line 39
$this->displayBlock('dropdownLotsNav', $context, $blocks);
// line 42
echo " ";
if ( !(isset($context["recap"]) || array_key_exists("recap", $context) ? $context["recap"] : (function () { throw new RuntimeError('Variable "recap" does not exist.', 42, $this->source); })())) {
// line 43
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 45
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.', 45, $this->source); })()), "token", [], "any", false, false, false, 45), "recap" => true]), "html", null, true);
echo "\">
<span class=\"text-center\">
RECAP'
</span>
</a>
<span class=\"after\"></span>
</div>
";
}
// line 53
echo " </div>
<div>
";
// line 55
if ( !(isset($context["recap"]) || array_key_exists("recap", $context) ? $context["recap"] : (function () { throw new RuntimeError('Variable "recap" does not exist.', 55, $this->source); })())) {
// line 56
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.', 56, $this->source); })()), "emprunteurPrenom", [], "any", false, false, false, 56)), "html", null, true);
echo "
";
// line 57
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.', 57, $this->source); })()), "emprunteurNom", [], "any", false, false, false, 57) && 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); })()), "afficherNomEmprunteur", [], "any", false, false, false, 57))) {
// line 58
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.', 58, $this->source); })()), "emprunteurNom", [], "any", false, false, false, 58)), "html", null, true);
echo "
";
}
// line 60
echo "
";
// line 61
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.', 61, $this->source); })()), "coemprunteurPrenom", [], "any", false, false, false, 61)) {
// line 62
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.', 62, $this->source); })()), "coemprunteurPrenom", [], "any", false, false, false, 62)), "html", null, true);
echo "
";
// line 63
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.', 63, $this->source); })()), "coemprunteurNom", [], "any", false, false, false, 63) && 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.', 63, $this->source); })()), "afficherNomCoEmprunteur", [], "any", false, false, false, 63))) {
// line 64
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.', 64, $this->source); })()), "coemprunteurNom", [], "any", false, false, false, 64)), "html", null, true);
echo "
";
}
// line 66
echo " ";
}
// line 67
echo " </h2>
";
} else {
// line 69
echo " <h2 class=\"slide-title mb-0 text-center\">MA SELECTION - RECAP'</h2>
";
}
// line 71
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 80
if ( !(null === (isset($context["interlocuteur"]) || array_key_exists("interlocuteur", $context) ? $context["interlocuteur"] : (function () { throw new RuntimeError('Variable "interlocuteur" does not exist.', 80, $this->source); })()))) {
// line 81
echo " <div class=\"row justify-content-center flex-nowrap overflow-hidden\">
";
// line 82
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.', 82, $this->source); })()), "prenom", [], "any", false, false, false, 82)) || !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.', 82, $this->source); })()), "nom", [], "any", false, false, false, 82)))) {
// line 83
echo " <div class=\"col-md-6 text-center\" style=\"width: fit-content;\">
<span class=\"text-golden\">
<span class=\"text-capitalize\">";
// line 85
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.', 85, $this->source); })()), "prenom", [], "any", false, false, false, 85), "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.', 85, $this->source); })()), "nom", [], "any", false, false, false, 85), "html", null, true);
echo "</span>
</span>
</div>
";
}
// line 89
echo "
";
// line 90
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.', 90, $this->source); })()), "telephone", [], "any", false, false, false, 90))) {
// line 91
echo " <div class=\"col-md-6 text-center\" style=\"width: fit-content;\">
";
// line 92
$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.', 92, $this->source); })()), "telephone", [], "any", false, false, false, 92), [" " => "", "-" => "", "+33" => "0"]);
// line 93
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.', 93, $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.', 93, $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.', 93, $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.', 93, $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.', 93, $this->source); })()), 8, 2));
// line 94
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.', 94, $this->source); })()), "html", null, true);
echo "\">
";
// line 95
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.', 95, $this->source); })()), "."), "html", null, true);
echo "
</a>
</div>
";
}
// line 99
echo " </div>
";
// line 101
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.', 101, $this->source); })()), "email", [], "any", false, false, false, 101))) {
// line 102
echo " <div class=\"row justify-content-center\">
<div class=\"col-12 text-center\">
<a class=\"text-golden\" href=\"mailto:";
// line 104
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.', 104, $this->source); })()), "email", [], "any", false, false, false, 104), "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.', 104, $this->source); })()), "email", [], "any", false, false, false, 104), "html", null, true);
echo "</a>
</div>
</div>
";
}
// line 108
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.', 108, $this->source); })()), "user", [], "any", false, false, false, 108)) {
// line 109
echo " <div class=\"row justify-content-center flex-nowrap overflow-hidden\">
";
// line 110
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.', 110, $this->source); })()), "user", [], "any", false, false, false, 110), "prenom", [], "any", false, false, false, 110)) || !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.', 110, $this->source); })()), "user", [], "any", false, false, false, 110), "nom", [], "any", false, false, false, 110)))) {
// line 111
echo " <div class=\"col-md-6 text-center\" style=\"width: fit-content;\">
<span class=\"text-golden\">
<span class=\"text-capitalize\">";
// line 113
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.', 113, $this->source); })()), "user", [], "any", false, false, false, 113), "prenom", [], "any", false, false, false, 113), "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.', 113, $this->source); })()), "user", [], "any", false, false, false, 113), "nom", [], "any", false, false, false, 113), "html", null, true);
echo "</span>
</span>
</div>
";
}
// line 117
echo "
";
// line 118
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.', 118, $this->source); })()), "user", [], "any", false, false, false, 118), "telephone", [], "any", false, false, false, 118))) {
// line 119
echo " <div class=\"col-md-6 text-center\" style=\"width: fit-content;\">
";
// line 120
$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.', 120, $this->source); })()), "user", [], "any", false, false, false, 120), "telephone", [], "any", false, false, false, 120), [" " => "", "-" => "", "+33" => "0"]);
// line 121
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.', 121, $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.', 121, $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.', 121, $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.', 121, $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.', 121, $this->source); })()), 8, 2));
// line 122
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.', 122, $this->source); })()), "html", null, true);
echo "\">
";
// line 123
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.', 123, $this->source); })()), "."), "html", null, true);
echo "
</a>
</div>
";
}
// line 127
echo " </div>
";
// line 129
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.', 129, $this->source); })()), "user", [], "any", false, false, false, 129), "email", [], "any", false, false, false, 129))) {
// line 130
echo " <div class=\"row justify-content-center\">
<div class=\"col-12 text-center\">
<a class=\"text-golden\" href=\"mailto:";
// line 132
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.', 132, $this->source); })()), "user", [], "any", false, false, false, 132), "email", [], "any", false, false, false, 132), "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.', 132, $this->source); })()), "user", [], "any", false, false, false, 132), "email", [], "any", false, false, false, 132), "html", null, true);
echo "</a>
</div>
</div>
";
}
// line 136
echo " ";
} else {
// line 137
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 140
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.', 140, $this->source); })()), "entreprise", [], "any", false, false, false, 140), "nom", [], "any", false, false, false, 140), "html", null, true);
echo "</span>
</span>
</div>
<div class=\"col-md-6 text-center\" style=\"width: fit-content;\">
";
// line 144
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.', 144, $this->source); })()), "entreprise", [], "any", false, false, false, 144), "telephone", [], "any", false, false, false, 144))) {
// line 145
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.', 145, $this->source); })()), "entreprise", [], "any", false, false, false, 145), "telephone", [], "any", false, false, false, 145), [" " => "", "-" => "", "+33" => "0"]);
// line 146
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.', 146, $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.', 146, $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.', 146, $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.', 146, $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.', 146, $this->source); })()), 8, 2));
// line 147
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.', 147, $this->source); })()), "html", null, true);
echo "\">
";
// line 148
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.', 148, $this->source); })()), "."), "html", null, true);
echo "
</a>
";
} else {
// line 151
echo " <a class=\"text-golden\">Aucun Téléphone</a>
";
}
// line 153
echo " </div>
</div>
<div class=\"row justify-content-center\">
<div class=\"col-12 text-center\">
";
// line 157
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.', 157, $this->source); })()), "entreprise", [], "any", false, false, false, 157), "email", [], "any", false, false, false, 157))) {
// line 158
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.', 158, $this->source); })()), "entreprise", [], "any", false, false, false, 158), "email", [], "any", false, false, false, 158), "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.', 158, $this->source); })()), "entreprise", [], "any", false, false, false, 158), "email", [], "any", false, false, false, 158), "html", null, true);
echo "</a>
";
} else {
// line 160
echo " <a class=\"text-golden\">Aucun E-mail</a>
";
}
// line 162
echo " </div>
</div>
";
}
// line 165
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 39
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 40
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 179
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 180
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 183
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 184
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 188
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 211
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 214
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 217
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 ( 613 => 217, 607 => 214, 601 => 211, 575 => 188, 569 => 184, 559 => 183, 548 => 180, 538 => 179, 527 => 40, 517 => 39, 495 => 165, 490 => 162, 486 => 160, 478 => 158, 476 => 157, 470 => 153, 466 => 151, 460 => 148, 455 => 147, 452 => 146, 449 => 145, 447 => 144, 440 => 140, 435 => 137, 432 => 136, 423 => 132, 419 => 130, 417 => 129, 413 => 127, 406 => 123, 401 => 122, 398 => 121, 396 => 120, 393 => 119, 391 => 118, 388 => 117, 379 => 113, 375 => 111, 373 => 110, 370 => 109, 367 => 108, 358 => 104, 354 => 102, 352 => 101, 348 => 99, 341 => 95, 336 => 94, 333 => 93, 331 => 92, 328 => 91, 326 => 90, 323 => 89, 314 => 85, 310 => 83, 308 => 82, 305 => 81, 303 => 80, 292 => 71, 288 => 69, 284 => 67, 281 => 66, 275 => 64, 273 => 63, 268 => 62, 266 => 61, 263 => 60, 257 => 58, 255 => 57, 250 => 56, 248 => 55, 244 => 53, 233 => 45, 229 => 43, 226 => 42, 224 => 39, 221 => 38, 215 => 36, 209 => 34, 207 => 33, 196 => 32, 190 => 28, 187 => 27, 184 => 26, 181 => 25, 171 => 24, 152 => 229, 150 => 228, 145 => 225, 143 => 183, 140 => 182, 138 => 179, 135 => 178, 133 => 24, 127 => 21, 123 => 20, 120 => 19, 117 => 18, 114 => 17, 111 => 16, 108 => 15, 106 => 14, 102 => 12, 100 => 9, 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 %}
{% set theme = interlocuteur is not null and interlocuteur.entreprise is not null
? interlocuteur.entreprise.theme
: 'lk1'
%}
{% if horizontalScreen %}
{% set orientationMobile = \"horizontal-screen\" %}
{% else %}
{% set orientationMobile = \"vertical-screen\" %}
{% endif %}
<div class=\"theme-{{ theme }}\">
<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>
<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");
}
}