<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* includes/colonnes_gauche.html.twig */
class __TwigTemplate_8f64df09b84e757ab950af59104510af64dc8cdb13b5e5088605d9983059dbde extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
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", "includes/colonnes_gauche.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "includes/colonnes_gauche.html.twig"));
// line 1
$___internal_parse_0_ = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) {
// line 2
yield "
";
// line 4
yield "
";
// line 6
yield "
<!--COLONNE GAUCHE -->
<div class=\"d-none d-lg-block col-md-4 col-lg-3 text-center col-gauche\">
";
// line 12
if (!CoreExtension::inFilter("depot_annonce", CoreExtension::getAttribute($this->env, $this->source, (isset($context["twig_vars"]) || array_key_exists("twig_vars", $context) ? $context["twig_vars"] : (function () { throw new RuntimeError('Variable "twig_vars" does not exist.', 12, $this->source); })()), "currentRoute", [], "any", false, false, false, 12))) {
// line 13
yield " <!--BLOC DEPOSEZ ANNONCE -->
";
// line 14
yield from $this->loadTemplate("includes/bloc/deposez_annonce.html.twig", "includes/colonnes_gauche.html.twig", 14)->unwrap()->yield($context);
// line 15
yield " <!--FIN BLOC DEPOSEZ ANNONCE -->
";
}
// line 17
yield "
<!--BLOC DIFFUSEZ CV -->
";
// line 19
yield from $this->loadTemplate("includes/bloc/diffusez_cv.html.twig", "includes/colonnes_gauche.html.twig", 19)->unwrap()->yield($context);
// line 20
yield " <!--FIN BLOC DIFFUSEZ CV -->
";
// line 22
if (!CoreExtension::inFilter("depot_annonce", CoreExtension::getAttribute($this->env, $this->source, (isset($context["twig_vars"]) || array_key_exists("twig_vars", $context) ? $context["twig_vars"] : (function () { throw new RuntimeError('Variable "twig_vars" does not exist.', 22, $this->source); })()), "currentRoute", [], "any", false, false, false, 22))) {
// line 23
yield " <!--BLOC PUB SKYSCRAPER -->
";
// line 24
yield from $this->loadTemplate("includes/bloc/pub_skyscraper.html.twig", "includes/colonnes_gauche.html.twig", 24)->unwrap()->yield($context);
// line 25
yield " <!--FIN BLOC PUB SKYSCRAPER -->
";
}
// line 27
yield "
</div>
<!--FIN COLONNE GAUCHE -->
";
// line 35
yield "
";
return; yield '';
})())) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1
yield Twig\Extension\CoreExtension::spaceless($___internal_parse_0_);
// line 37
yield "
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "includes/colonnes_gauche.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 108 => 37, 106 => 1, 101 => 35, 92 => 27, 88 => 25, 86 => 24, 83 => 23, 81 => 22, 77 => 20, 75 => 19, 71 => 17, 67 => 15, 65 => 14, 62 => 13, 60 => 12, 52 => 6, 49 => 4, 46 => 2, 44 => 1,);
}
public function getSourceContext()
{
return new Source("{% apply spaceless %}
{# {% cache \"colonnes_gauches\" ttl(86400) %} #}
{# 86400s = 1jour #}
<!--COLONNE GAUCHE -->
<div class=\"d-none d-lg-block col-md-4 col-lg-3 text-center col-gauche\">
{% if \"depot_annonce\" not in twig_vars.currentRoute%}
<!--BLOC DEPOSEZ ANNONCE -->
{% include 'includes/bloc/deposez_annonce.html.twig' %}
<!--FIN BLOC DEPOSEZ ANNONCE -->
{% endif %}
<!--BLOC DIFFUSEZ CV -->
{% include 'includes/bloc/diffusez_cv.html.twig' %}
<!--FIN BLOC DIFFUSEZ CV -->
{% if \"depot_annonce\" not in twig_vars.currentRoute%}
<!--BLOC PUB SKYSCRAPER -->
{% include 'includes/bloc/pub_skyscraper.html.twig' %}
<!--FIN BLOC PUB SKYSCRAPER -->
{% endif %}
</div>
<!--FIN COLONNE GAUCHE -->
{# {% endcache %} #}
{% endapply %}
", "includes/colonnes_gauche.html.twig", "/home/www/fusacq_symfony_5.4_preprod/templates/includes/colonnes_gauche.html.twig");
}
}