<?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;
/* articles/agenda.html.twig */
class __TwigTemplate_04411eb3692e870d8b11b2cf88791a0d745ce1096099e0a45caa47705eb6f8f0 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'style' => [$this, 'block_style'],
'content' => [$this, 'block_content'],
'honeypot_row' => [$this, 'block_honeypot_row'],
'javascripts' => [$this, 'block_javascripts'],
];
}
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", "articles/agenda.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "articles/agenda.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "articles/agenda.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_style($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", "style"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "style"));
// line 4
yield "\t";
yield from $this->yieldParentBlock("style", $context, $blocks);
yield "
\t";
// line 5
yield from $this->loadTemplate("articles/styles/base-css-logic.html.twig", "articles/agenda.html.twig", 5)->unwrap()->yield($context);
// line 6
yield "\t";
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["content"] ?? null), "form", [], "any", true, true, false, 6) && !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 6, $this->source); })()), "form", [], "any", false, false, false, 6)))) {
// line 7
yield "\t\t";
yield from $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig", "articles/agenda.html.twig", 7)->unwrap()->yield(CoreExtension::merge($context, ["file" => "agenda_form_css"]));
// line 8
yield "\t\t";
yield from $this->loadTemplate("pages/headers/encore-entry-css-files.html.twig", "articles/agenda.html.twig", 8)->unwrap()->yield(CoreExtension::merge($context, ["file" => "loader_css"]));
// line 9
yield "\t";
}
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 11
public function block_content($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", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 12
yield "\t";
$context["values"] = "";
// line 13
yield "\t";
$context["values"] = ["Actualités", "Agenda"];
// line 14
yield "\t";
yield from $this->loadTemplate("articles-blocks/breadcrumb.html.twig", "articles/agenda.html.twig", 14)->unwrap()->yield(CoreExtension::merge($context, ["titles" => (isset($context["values"]) || array_key_exists("values", $context) ? $context["values"] : (function () { throw new RuntimeError('Variable "values" does not exist.', 14, $this->source); })())]));
// line 15
yield "\t<section class=\"single-article-container mb-20px\" id=\"agenda\">
\t\t<article>
\t\t\t<section>
\t\t\t\t<div class=\"mlr-1em\">
\t\t\t\t\t";
// line 19
yield from $this->loadTemplate("articles-blocks/header.html.twig", "articles/agenda.html.twig", 19)->unwrap()->yield($context);
// line 20
yield "\t\t\t\t\t<div class=\"dflex jcsb lh28 fwwrap\">
\t\t\t\t\t\t<div>
\t\t\t\t\t\t\t";
// line 22
yield from $this->loadTemplate("articles-blocks/contributors.html.twig", "articles/agenda.html.twig", 22)->unwrap()->yield($context);
// line 23
yield "\t\t\t\t\t\t\t";
yield from $this->loadTemplate("articles-blocks/publish-date.html.twig", "articles/agenda.html.twig", 23)->unwrap()->yield($context);
// line 24
yield "\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"taright\">
\t\t\t\t\t\t\t";
// line 26
yield from $this->loadTemplate("articles-blocks/readtime.html.twig", "articles/agenda.html.twig", 26)->unwrap()->yield($context);
// line 27
yield "\t\t\t\t\t\t\t";
yield from $this->loadTemplate("articles-blocks/share-buttons.html.twig", "articles/agenda.html.twig", 27)->unwrap()->yield($context);
// line 28
yield "\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t";
// line 30
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["extension"] ?? null), "excerpt", [], "any", false, true, false, 30), "categories", [], "any", true, true, false, 30) && !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["extension"]) || array_key_exists("extension", $context) ? $context["extension"] : (function () { throw new RuntimeError('Variable "extension" does not exist.', 30, $this->source); })()), "excerpt", [], "any", false, false, false, 30), "categories", [], "any", false, false, false, 30)))) {
// line 31
yield "\t\t\t\t\t\t";
$context["categories"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["extension"]) || array_key_exists("extension", $context) ? $context["extension"] : (function () { throw new RuntimeError('Variable "extension" does not exist.', 31, $this->source); })()), "excerpt", [], "any", false, false, false, 31), "categories", [], "any", false, false, false, 31);
// line 32
yield "\t\t\t\t\t\t";
yield from $this->loadTemplate("blocks/previews-from-controller/blocks/categories.html.twig", "articles/agenda.html.twig", 32)->unwrap()->yield($context);
// line 33
yield "\t\t\t\t\t";
}
// line 34
yield "\t\t\t\t\t";
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["content"] ?? null), "chapo", [], "any", true, true, false, 34) && !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 34, $this->source); })()), "chapo", [], "any", false, false, false, 34)))) {
// line 35
yield "\t\t\t\t\t\t<div class=\"fw500 lh28 fs20 text cgrey mt-40px mb-20px\">";
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 35, $this->source); })()), "chapo", [], "any", false, false, false, 35);
yield "</div>
\t\t\t\t\t";
}
// line 37
yield "\t\t\t\t</div>
\t\t\t</section>
\t\t\t";
// line 39
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["content"] ?? null), "title", [], "any", true, true, false, 39) && !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 39, $this->source); })()), "title", [], "any", false, false, false, 39)))) {
// line 40
yield "\t\t\t\t<div class=\"mb-3em mt-40px\">
\t\t\t\t\t<div class=\"mlr-1em fs18\">
\t\t\t\t\t\t<div class=\"pb1em\">
\t\t\t\t\t\t\t<h2>Informations pratiques</h2>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t";
// line 45
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["content"] ?? null), "organisator", [], "any", true, true, false, 45) && !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 45, $this->source); })()), "organisator", [], "any", false, false, false, 45)))) {
// line 46
yield "\t\t\t\t\t\t\t<div class=\"container-infos-pratiques\">
\t\t\t\t\t\t\t\t<div class=\"icon-ctnr\">
\t\t\t\t\t\t\t\t\t<img src=\"/resources/img/user-offre-icon.svg\" alt=\"Profil\" class=\"mr-1em\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t\tOrganisateur :
\t\t\t\t\t\t\t\t\t";
// line 52
(((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 52, $this->source); })()), "organisator", [], "any", false, false, false, 52), "pqna"))) ? (yield "PQN-A") : (yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(("Externe - " . CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 52, $this->source); })()), "organisator_attendants", [], "any", false, false, false, 52)), "html", null, true)));
yield "
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t";
}
// line 56
yield "\t\t\t\t\t\t";
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["content"] ?? null), "date", [], "any", true, true, false, 56) && !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 56, $this->source); })()), "date", [], "any", false, false, false, 56)))) {
// line 57
yield "\t\t\t\t\t\t\t<div class=\"container-infos-pratiques\">
\t\t\t\t\t\t\t\t<div class=\"icon-ctnr\">
\t\t\t\t\t\t\t\t\t<img src=\"/resources/img/calendar-icon.svg\" alt=\"Calendrier\" class=\"mr-1em\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t\t";
// line 62
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["content"] ?? null), "endDate", [], "any", true, true, false, 62) && !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 62, $this->source); })()), "endDate", [], "any", false, false, false, 62))) && (0 !== CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 62, $this->source); })()), "endDate", [], "any", false, false, false, 62), CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 62, $this->source); })()), "date", [], "any", false, false, false, 62))))) {
// line 63
yield "\t\t\t\t\t\t\t\t\t\tDu
\t\t\t\t\t\t\t\t\t";
}
// line 65
yield "\t\t\t\t\t\t\t\t\t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, Twig\Extension\CoreExtension::split($this->env->getCharset(), $this->extensions['Twig\Extra\Intl\IntlExtension']->formatDateTime($this->env, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 65, $this->source); })()), "date", [], "any", false, false, false, 65), "full", "none", "", null, "gregorian", "fr"), " ", 2), 1, [], "array", false, false, false, 65), "html", null, true);
yield "
\t\t\t\t\t\t\t\t\t";
// line 66
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["content"] ?? null), "endDate", [], "any", true, true, false, 66) && !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 66, $this->source); })()), "endDate", [], "any", false, false, false, 66))) && (0 !== CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 66, $this->source); })()), "endDate", [], "any", false, false, false, 66), CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 66, $this->source); })()), "date", [], "any", false, false, false, 66))))) {
// line 67
yield "\t\t\t\t\t\t\t\t\t\tau
\t\t\t\t\t\t\t\t\t\t";
// line 68
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, Twig\Extension\CoreExtension::split($this->env->getCharset(), $this->extensions['Twig\Extra\Intl\IntlExtension']->formatDateTime($this->env, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 68, $this->source); })()), "endDate", [], "any", false, false, false, 68), "full", "none", "", null, "gregorian", "fr"), " ", 2), 1, [], "array", false, false, false, 68), "html", null, true);
yield "
\t\t\t\t\t\t\t\t\t";
}
// line 70
yield "\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t\t<div class=\"icon-ctnr ml-1em\">
\t\t\t\t\t\t\t\t\t<img src=\"/resources/img/clock-icon.svg\" alt=\"Calendrier\" class=\"mr-1em\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t\t";
// line 75
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["content"] ?? null), "time", [], "any", true, true, false, 75) && !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 75, $this->source); })()), "time", [], "any", false, false, false, 75)))) {
// line 76
yield "\t\t\t\t\t\t\t\t\t\t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 76, $this->source); })()), "time", [], "any", false, false, false, 76), "html", null, true);
yield "
\t\t\t\t\t\t\t\t\t";
}
// line 78
yield "\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t";
}
// line 81
yield "\t\t\t\t\t\t";
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["content"] ?? null), "place_text", [], "any", true, true, false, 81) && !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 81, $this->source); })()), "place_text", [], "any", false, false, false, 81))) || (CoreExtension::getAttribute($this->env, $this->source, // line 82
($context["content"] ?? null), "place_link", [], "any", true, true, false, 82) && !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 82, $this->source); })()), "place_link", [], "any", false, false, false, 82))))) {
// line 83
yield "\t\t\t\t\t\t\t<div class=\"container-infos-pratiques\">
\t\t\t\t\t\t\t\t<div class=\"icon-ctnr\">
\t\t\t\t\t\t\t\t\t<img src=\"/resources/img/pin-icon.svg\" alt=\"Structure\" class=\"mr-1em\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t\t";
// line 88
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 88, $this->source); })()), "place_select", [], "any", false, false, false, 88), "texte"))) {
// line 89
yield "\t\t\t\t\t\t\t\t\t\t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 89, $this->source); })()), "place_text", [], "any", false, false, false, 89), "html", null, true);
yield "
\t\t\t\t\t\t\t\t\t";
} else {
// line 91
yield "\t\t\t\t\t\t\t\t\t\t<a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 91, $this->source); })()), "place_link", [], "any", false, false, false, 91), "html", null, true);
yield "\" target=\"_blank\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 91, $this->source); })()), "place_link", [], "any", false, false, false, 91), "html", null, true);
yield "</a>
\t\t\t\t\t\t\t\t\t";
}
// line 93
yield "\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t";
}
// line 96
yield "\t\t\t\t\t\t<div class=\"container-infos-pratiques\">
\t\t\t\t\t\t\t<div class=\"icon-ctnr\">
\t\t\t\t\t\t\t\t<img src=\"/resources/img/cash-icon.svg\" alt=\"Location\" class=\"mr-1em\">
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t";
// line 100
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["content"] ?? null), "prices", [], "any", true, true, false, 100) && !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 100, $this->source); })()), "prices", [], "any", false, false, false, 100)))) {
// line 101
yield "\t\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t\t";
// line 102
if ((1 === CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 102, $this->source); })()), "prices", [], "any", false, false, false, 102)), 0))) {
// line 103
yield "\t\t\t\t\t\t\t\t\t\t";
$context["finalPrice"] = 0;
// line 104
yield "\t\t\t\t\t\t\t\t\t\t";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 104, $this->source); })()), "prices", [], "any", false, false, false, 104));
foreach ($context['_seq'] as $context["_key"] => $context["price"]) {
// line 105
yield "\t\t\t\t\t\t\t\t\t\t\t";
if ((CoreExtension::getAttribute($this->env, $this->source, $context["price"], "price", [], "any", true, true, false, 105) && !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, $context["price"], "price", [], "any", false, false, false, 105)))) {
// line 106
yield "\t\t\t\t\t\t\t\t\t\t\t\t";
$context["finalPrice"] = ((isset($context["finalPrice"]) || array_key_exists("finalPrice", $context) ? $context["finalPrice"] : (function () { throw new RuntimeError('Variable "finalPrice" does not exist.', 106, $this->source); })()) + CoreExtension::getAttribute($this->env, $this->source, $context["price"], "price", [], "any", false, false, false, 106));
// line 107
yield "\t\t\t\t\t\t\t\t\t\t\t";
}
// line 108
yield "\t\t\t\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['price'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 109
yield "\t\t\t\t\t\t\t\t\t\t";
if ((1 === CoreExtension::compare((isset($context["finalPrice"]) || array_key_exists("finalPrice", $context) ? $context["finalPrice"] : (function () { throw new RuntimeError('Variable "finalPrice" does not exist.', 109, $this->source); })()), 0))) {
// line 110
yield "\t\t\t\t\t\t\t\t\t\t\tDe 0€ à
\t\t\t\t\t\t\t\t\t\t\t";
// line 111
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extra\Intl\IntlExtension']->formatNumber((isset($context["finalPrice"]) || array_key_exists("finalPrice", $context) ? $context["finalPrice"] : (function () { throw new RuntimeError('Variable "finalPrice" does not exist.', 111, $this->source); })()), array(), "decimal", "default", "fr"), "html", null, true);
yield "€
\t\t\t\t\t\t\t\t\t\t";
} else {
// line 113
yield "\t\t\t\t\t\t\t\t\t\t\tGratuit
\t\t\t\t\t\t\t\t\t\t";
}
// line 115
yield "\t\t\t\t\t\t\t\t\t";
}
// line 116
yield "\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t";
} else {
// line 118
yield "\t\t\t\t\t\t\t\tGratuit
\t\t\t\t\t\t\t";
}
// line 120
yield "\t\t\t\t\t\t</div>
\t\t\t\t\t\t";
// line 121
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 121, $this->source); })()), "form", [], "any", false, false, false, 121)) {
// line 122
yield "\t\t\t\t\t\t\t<div id=\"form-info-container\">
\t\t\t\t\t\t\t\t";
// line 123
yield from $this->loadTemplate("articles/blocks/noscript.html.twig", "articles/agenda.html.twig", 123)->unwrap()->yield($context);
// line 124
yield "\t\t\t\t\t\t\t\t";
if ((( !(null === CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 124, $this->source); })()), "request", [], "any", false, false, false, 124), "get", ["Erreur"], "method", false, false, false, 124)) && (0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 124, $this->source); })()), "request", [], "any", false, false, false, 124), "get", ["Erreur"], "method", false, false, false, 124), 0))) || (0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 124, $this->source); })()), "request", [], "any", false, false, false, 124), "get", ["send"], "method", false, false, false, 124), true)))) {
// line 125
yield "\t\t\t\t\t\t\t\t\t<p class=\"primary mt-1em\">Vous êtes inscrit.e à cet événement. Pour vous désinscrire, veuillez contacter l'administrateur du site.</p>
\t\t\t\t\t\t\t\t";
} elseif (( !(null === CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 126
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 126, $this->source); })()), "request", [], "any", false, false, false, 126), "get", ["Erreur"], "method", false, false, false, 126)) && (0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 126, $this->source); })()), "request", [], "any", false, false, false, 126), "get", ["Erreur"], "method", false, false, false, 126), 1)))) {
// line 127
yield "\t\t\t\t\t\t\t\t\t<p class=\"danger mt-1em\">Vous avez annulé votre paiement. Veuillez patienter quelques secondes.</p>
\t\t\t\t\t\t\t\t\t<meta http-equiv=\"refresh\" content=\"15;URL=";
// line 128
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($this->extensions['Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension']->getContentRootPath() . CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 128, $this->source); })()), "routePath", [], "any", false, false, false, 128)), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t";
} else {
// line 130
yield "\t\t\t\t\t\t\t\t\t";
if (((CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 130, $this->source); })()), "user", [], "any", false, false, false, 130) && CoreExtension::inFilter(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 130, $this->source); })()), "user", [], "any", false, false, false, 130), "contact", [], "any", false, false, false, 130), CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 130, $this->source); })()), "participants", [], "any", false, false, false, 130))) && !(null === $this->extensions['App\Twig\SearchDynamicEntryExtension']->checkDynamicEntry((isset($context["uuid"]) || array_key_exists("uuid", $context) ? $context["uuid"] : (function () { throw new RuntimeError('Variable "uuid" does not exist.', 130, $this->source); })()), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 130, $this->source); })()), "user", [], "any", false, false, false, 130), "contact", [], "any", false, false, false, 130), "id", [], "any", false, false, false, 130))))) {
// line 131
yield "\t\t\t\t\t\t\t\t\t\t<p class=\"danger mt-1em\">Une erreur s'est produite lors de la validation de votre inscription. Veuillez contacter l'administrateur du site.</p>
\t\t\t\t\t\t\t\t\t";
} elseif ((CoreExtension::getAttribute($this->env, $this->source, // line 132
(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) && CoreExtension::inFilter(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 132, $this->source); })()), "user", [], "any", false, false, false, 132), "contact", [], "any", false, false, false, 132), CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 132, $this->source); })()), "participants", [], "any", false, false, false, 132)))) {
// line 133
yield "\t\t\t\t\t\t\t\t\t\t<p class=\"primary mt-1em\">Vous êtes inscrit.e à cet événement. Pour vous désinscrire, veuillez contacter l'administrateur du site.</p>
\t\t\t\t\t\t\t\t\t";
}
// line 135
yield "\t\t\t\t\t\t\t\t";
}
// line 136
yield "\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t";
// line 137
if (( !(CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 137, $this->source); })()), "user", [], "any", false, false, false, 137) && CoreExtension::inFilter(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 137, $this->source); })()), "user", [], "any", false, false, false, 137), "contact", [], "any", false, false, false, 137), CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 137, $this->source); })()), "participants", [], "any", false, false, false, 137))) || Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 137, $this->source); })()), "user", [], "any", false, false, false, 137)))) {
// line 138
yield "\t\t\t\t\t\t\t\t";
$context["referer"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 138, $this->source); })()), "request", [], "any", false, false, false, 138), "server", [], "any", false, false, false, 138), "get", ["HTTP_REFERER"], "method", false, false, false, 138);
// line 139
yield "
\t\t\t\t\t\t\t\t";
// line 140
$context["PBX_SITE"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 140, $this->source); })()), "request", [], "any", false, false, false, 140), "server", [], "any", false, false, false, 140), "get", ["PBX_SITE"], "method", false, false, false, 140);
// line 141
yield "\t\t\t\t\t\t\t\t";
$context["PBX_RANG"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 141, $this->source); })()), "request", [], "any", false, false, false, 141), "server", [], "any", false, false, false, 141), "get", ["PBX_RANG"], "method", false, false, false, 141);
// line 142
yield "\t\t\t\t\t\t\t\t";
$context["PBX_IDENTIFIANT"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 142, $this->source); })()), "request", [], "any", false, false, false, 142), "server", [], "any", false, false, false, 142), "get", ["PBX_IDENTIFIANT"], "method", false, false, false, 142);
// line 143
yield "\t\t\t\t\t\t\t\t";
$context["PBX_TOTAL"] = "%p%";
// line 144
yield "\t\t\t\t\t\t\t\t";
$context["PBX_DEVISE"] = "978";
// line 145
yield "\t\t\t\t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 145, $this->source); })()), "user", [], "any", false, false, false, 145)) {
// line 146
yield "\t\t\t\t\t\t\t\t\t";
$context["PBX_CMD"] = (((((isset($context["uuid"]) || array_key_exists("uuid", $context) ? $context["uuid"] : (function () { throw new RuntimeError('Variable "uuid" does not exist.', 146, $this->source); })()) . "_") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 146, $this->source); })()), "user", [], "any", false, false, false, 146), "contact", [], "any", false, false, false, 146), "id", [], "any", false, false, false, 146)) . "_") . $this->extensions['Twig\Extension\CoreExtension']->formatDate("now", "U"));
// line 147
yield "\t\t\t\t\t\t\t\t\t";
$context["PBX_PORTEUR"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 147, $this->source); })()), "user", [], "any", false, false, false, 147), "email", [], "any", false, false, false, 147);
// line 148
yield "\t\t\t\t\t\t\t\t";
} else {
// line 149
yield "\t\t\t\t\t\t\t\t\t";
$context["PBX_CMD"] = (((isset($context["uuid"]) || array_key_exists("uuid", $context) ? $context["uuid"] : (function () { throw new RuntimeError('Variable "uuid" does not exist.', 149, $this->source); })()) . "_") . $this->extensions['Twig\Extension\CoreExtension']->formatDate("now", "U"));
// line 150
yield "\t\t\t\t\t\t\t\t\t";
$context["PBX_PORTEUR"] = "%r%";
// line 151
yield "\t\t\t\t\t\t\t\t";
}
// line 152
yield "\t\t\t\t\t\t\t\t";
$context["PBX_RETOUR"] = "Mt:M;Ref:R;Auto:A;Erreur:E;";
// line 153
yield "\t\t\t\t\t\t\t\t";
$context["PBX_EFFECTUE"] = ($this->extensions['Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension']->getContentRootPath() . CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 153, $this->source); })()), "routePath", [], "any", false, false, false, 153));
// line 154
yield "\t\t\t\t\t\t\t\t";
$context["PBX_REFUSE"] = ($this->extensions['Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension']->getContentRootPath() . CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 154, $this->source); })()), "routePath", [], "any", false, false, false, 154));
// line 155
yield "\t\t\t\t\t\t\t\t";
$context["PBX_ANNULE"] = ($this->extensions['Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension']->getContentRootPath() . CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 155, $this->source); })()), "routePath", [], "any", false, false, false, 155));
// line 156
yield "\t\t\t\t\t\t\t\t";
$context["PBX_ATTENTE"] = ($this->extensions['Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension']->getContentRootPath() . CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 156, $this->source); })()), "routePath", [], "any", false, false, false, 156));
// line 157
yield "\t\t\t\t\t\t\t\t";
$context["PBX_HASH"] = "SHA512";
// line 158
yield "\t\t\t\t\t\t\t\t";
$context["PBX_TIME"] = $this->extensions['Twig\Extension\CoreExtension']->formatDate("now", "Y-m-d\\TH:i:sP");
// line 159
yield "\t\t\t\t\t\t\t\t";
$context["PBX_REPONDRE_A"] = ($this->extensions['Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension']->getContentRootPath() . "/paybox/payment/events");
// line 160
yield "\t\t\t\t\t\t\t\t";
$context["hmac"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 160, $this->source); })()), "request", [], "any", false, false, false, 160), "server", [], "any", false, false, false, 160), "get", ["HMAC_SITE"], "method", false, false, false, 160);
// line 161
yield "
\t\t\t\t\t\t\t\t";
// line 162
$context["msg"] = ((((((((((((((((((((((((((((("PBX_SITE=" . (isset($context["PBX_SITE"]) || array_key_exists("PBX_SITE", $context) ? $context["PBX_SITE"] : (function () { throw new RuntimeError('Variable "PBX_SITE" does not exist.', 162, $this->source); })())) . "&PBX_RANG=") . // line 163
(isset($context["PBX_RANG"]) || array_key_exists("PBX_RANG", $context) ? $context["PBX_RANG"] : (function () { throw new RuntimeError('Variable "PBX_RANG" does not exist.', 163, $this->source); })())) . "&PBX_IDENTIFIANT=") . // line 164
(isset($context["PBX_IDENTIFIANT"]) || array_key_exists("PBX_IDENTIFIANT", $context) ? $context["PBX_IDENTIFIANT"] : (function () { throw new RuntimeError('Variable "PBX_IDENTIFIANT" does not exist.', 164, $this->source); })())) . "&PBX_TOTAL=") . // line 165
(isset($context["PBX_TOTAL"]) || array_key_exists("PBX_TOTAL", $context) ? $context["PBX_TOTAL"] : (function () { throw new RuntimeError('Variable "PBX_TOTAL" does not exist.', 165, $this->source); })())) . "&PBX_DEVISE=") . // line 166
(isset($context["PBX_DEVISE"]) || array_key_exists("PBX_DEVISE", $context) ? $context["PBX_DEVISE"] : (function () { throw new RuntimeError('Variable "PBX_DEVISE" does not exist.', 166, $this->source); })())) . "&PBX_CMD=") . // line 167
(isset($context["PBX_CMD"]) || array_key_exists("PBX_CMD", $context) ? $context["PBX_CMD"] : (function () { throw new RuntimeError('Variable "PBX_CMD" does not exist.', 167, $this->source); })())) . "&PBX_PORTEUR=") . // line 168
(isset($context["PBX_PORTEUR"]) || array_key_exists("PBX_PORTEUR", $context) ? $context["PBX_PORTEUR"] : (function () { throw new RuntimeError('Variable "PBX_PORTEUR" does not exist.', 168, $this->source); })())) . "&PBX_RETOUR=") . // line 169
(isset($context["PBX_RETOUR"]) || array_key_exists("PBX_RETOUR", $context) ? $context["PBX_RETOUR"] : (function () { throw new RuntimeError('Variable "PBX_RETOUR" does not exist.', 169, $this->source); })())) . "&PBX_EFFECTUE=") . // line 170
(isset($context["PBX_EFFECTUE"]) || array_key_exists("PBX_EFFECTUE", $context) ? $context["PBX_EFFECTUE"] : (function () { throw new RuntimeError('Variable "PBX_EFFECTUE" does not exist.', 170, $this->source); })())) . "&PBX_REFUSE=") . // line 171
(isset($context["PBX_REFUSE"]) || array_key_exists("PBX_REFUSE", $context) ? $context["PBX_REFUSE"] : (function () { throw new RuntimeError('Variable "PBX_REFUSE" does not exist.', 171, $this->source); })())) . "&PBX_ANNULE=") . // line 172
(isset($context["PBX_ANNULE"]) || array_key_exists("PBX_ANNULE", $context) ? $context["PBX_ANNULE"] : (function () { throw new RuntimeError('Variable "PBX_ANNULE" does not exist.', 172, $this->source); })())) . "&PBX_ATTENTE=") . // line 173
(isset($context["PBX_ATTENTE"]) || array_key_exists("PBX_ATTENTE", $context) ? $context["PBX_ATTENTE"] : (function () { throw new RuntimeError('Variable "PBX_ATTENTE" does not exist.', 173, $this->source); })())) . "&PBX_HASH=") . // line 174
(isset($context["PBX_HASH"]) || array_key_exists("PBX_HASH", $context) ? $context["PBX_HASH"] : (function () { throw new RuntimeError('Variable "PBX_HASH" does not exist.', 174, $this->source); })())) . "&PBX_TIME=") . // line 175
(isset($context["PBX_TIME"]) || array_key_exists("PBX_TIME", $context) ? $context["PBX_TIME"] : (function () { throw new RuntimeError('Variable "PBX_TIME" does not exist.', 175, $this->source); })())) . "&PBX_REPONDRE_A=") . // line 176
(isset($context["PBX_REPONDRE_A"]) || array_key_exists("PBX_REPONDRE_A", $context) ? $context["PBX_REPONDRE_A"] : (function () { throw new RuntimeError('Variable "PBX_REPONDRE_A" does not exist.', 176, $this->source); })()));
// line 177
yield "
\t\t\t\t\t\t\t\t";
// line 178
$context["form_id"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 178, $this->source); })()), "form", [], "any", false, false, false, 178), "vars", [], "any", false, false, false, 178), "id", [], "array", false, false, false, 178);
// line 179
yield "\t\t\t\t\t\t\t\t";
$context["form_type"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 179, $this->source); })()), "form", [], "any", false, false, false, 179), "vars", [], "any", false, false, false, 179), "value", [], "array", false, false, false, 179), "type", [], "any", false, false, false, 179);
// line 180
yield "\t\t\t\t\t\t\t\t";
$context["form_type_id"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 180, $this->source); })()), "form", [], "any", false, false, false, 180), "vars", [], "any", false, false, false, 180), "value", [], "array", false, false, false, 180), "typeId", [], "any", false, false, false, 180);
// line 181
yield "\t\t\t\t\t\t\t\t";
$context["form_locale"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 181, $this->source); })()), "form", [], "any", false, false, false, 181), "vars", [], "any", false, false, false, 181), "value", [], "array", false, false, false, 181), "locale", [], "any", false, false, false, 181);
// line 182
yield "\t\t\t\t\t\t\t\t";
$context["form_formId"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 182, $this->source); })()), "form", [], "any", false, false, false, 182), "children", [], "any", false, false, false, 182), "formId", [], "array", false, false, false, 182), "vars", [], "any", false, false, false, 182), "value", [], "array", false, false, false, 182);
// line 183
yield "\t\t\t\t\t\t\t\t";
$context["form_formName"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 183, $this->source); })()), "form", [], "any", false, false, false, 183), "children", [], "any", false, false, false, 183), "formName", [], "array", false, false, false, 183), "vars", [], "any", false, false, false, 183), "value", [], "array", false, false, false, 183);
// line 184
yield "\t\t\t\t\t\t\t\t";
$context["form_checksum"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 184, $this->source); })()), "form", [], "any", false, false, false, 184), "children", [], "any", false, false, false, 184), "checksum", [], "array", false, false, false, 184), "vars", [], "any", false, false, false, 184), "value", [], "array", false, false, false, 184);
// line 185
yield "
\t\t\t\t\t\t\t\t";
// line 186
if ( !CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 186, $this->source); })()), "user", [], "any", false, false, false, 186)) {
// line 187
yield "\t\t\t\t\t\t\t\t\t<button class=\"mt-1em CTA\" id=\"show-registration-links\">Je m'inscris</button>
\t\t\t\t\t\t\t\t\t<p class=\"mt-2em dnone\" id=\"registration-links\">
\t\t\t\t\t\t\t\t\t\t<a href=\"";
// line 189
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sulu_community.registration");
yield "\" class=\"cblue fw600\">Créez vous un compte</a>
\t\t\t\t\t\t\t\t\t\tou
\t\t\t\t\t\t\t\t\t\t<a href=\"";
// line 191
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sulu_community.login");
yield "\" class=\"cblue fw600\">connectez-vous</a>
\t\t\t\t\t\t\t\t\t\tafin de faciliter votre inscription
\t\t\t\t\t\t\t\t\t\t";
// line 193
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 193, $this->source); })()), "form_visible", [], "any", false, false, false, 193)) {
// line 194
yield "\t\t\t\t\t\t\t\t\t\t\tou
\t\t\t\t\t\t\t\t\t\t\t<span id=\"show-event-form\" class=\"cblue fw600\" tabindex=\"0\">poursuivez sans compte</span>
\t\t\t\t\t\t\t\t\t\t";
}
// line 196
yield ".
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t";
}
// line 199
yield "
\t\t\t\t\t\t\t\t";
// line 200
if ((( !CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 200, $this->source); })()), "user", [], "any", false, false, false, 200) && CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 200, $this->source); })()), "form_visible", [], "any", false, false, false, 200)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", true, true, false, 200) && !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 200, $this->source); })()), "user", [], "any", false, false, false, 200))))) {
// line 201
yield "\t\t\t\t\t\t\t\t\t<div ";
if ( !CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 201, $this->source); })()), "user", [], "any", false, false, false, 201)) {
yield " class=\"hidden\" ";
}
yield " id=\"event-form-container\">
\t\t\t\t\t\t\t\t\t\t";
// line 202
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 202, $this->source); })()), "form", [], "any", false, false, false, 202), 'form_start', ["attr" => ["id" => "sulu-agenda-form", "class" => "dflex fdc prelative", "data-id" => (isset($context["form_type_id"]) || array_key_exists("form_type_id", $context) ? $context["form_type_id"] : (function () { throw new RuntimeError('Variable "form_type_id" does not exist.', 202, $this->source); })())]]);
yield "
\t\t\t\t\t\t\t\t\t\t<div class=\"w100 h100 pabsolute with-loader\">
\t\t\t\t\t\t\t\t\t\t\t<div class=\"lds-dual-ring pabsolute form-loader\" id=\"loader\"></div>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t";
// line 206
$context["excludedValues"] = ["firstName", "lastName", "email", "locale", "type", "typeId", "formId", "formName", "checksum", "text", "text1", "text2"];
// line 207
yield "\t\t\t\t\t\t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 207, $this->source); })()), "user", [], "any", false, false, false, 207)) {
// line 208
yield "\t\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 208, $this->source); })()) . "_firstName"), "html", null, true);
yield "\" name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 208, $this->source); })()) . "[firstName]"), "html", null, true);
yield "\" value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 208, $this->source); })()), "user", [], "any", false, false, false, 208), "firstName", [], "any", false, false, false, 208), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"";
// line 209
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 209, $this->source); })()) . "_lastName"), "html", null, true);
yield "\" name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 209, $this->source); })()) . "[lastName]"), "html", null, true);
yield "\" value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 209, $this->source); })()), "user", [], "any", false, false, false, 209), "lastName", [], "any", false, false, false, 209), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"";
// line 210
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 210, $this->source); })()) . "_email"), "html", null, true);
yield "\" name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 210, $this->source); })()) . "[email]"), "html", null, true);
yield "\" value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 210, $this->source); })()), "user", [], "any", false, false, false, 210), "email", [], "any", false, false, false, 210), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"";
// line 211
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 211, $this->source); })()) . "_text2"), "html", null, true);
yield "\" name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 211, $this->source); })()) . "[text2]"), "html", null, true);
yield "\" value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 211, $this->source); })()), "user", [], "any", false, false, false, 211), "contact", [], "any", false, false, false, 211), "structure", [], "any", false, false, false, 211), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t";
} else {
// line 213
yield "\t\t\t\t\t\t\t\t\t\t\t";
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["content"] ?? null), "form", [], "any", false, true, false, 213), "firstName", [], "any", true, true, false, 213) && !(null === CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 213, $this->source); })()), "form", [], "any", false, false, false, 213), "firstName", [], "any", false, false, false, 213)))) {
// line 214
yield "\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 214, $this->source); })()) . "_firstName"), "html", null, true);
yield "\" class=\"fw400 fs16 lh20 mb-8px mt-1em\">Prénom *</label>
\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" id=\"";
// line 215
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 215, $this->source); })()) . "_firstName"), "html", null, true);
yield "\" name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 215, $this->source); })()) . "[firstName]"), "html", null, true);
yield "\" required=\"\">
\t\t\t\t\t\t\t\t\t\t\t";
}
// line 217
yield "\t\t\t\t\t\t\t\t\t\t\t";
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["content"] ?? null), "form", [], "any", false, true, false, 217), "lastName", [], "any", true, true, false, 217) && !(null === CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 217, $this->source); })()), "form", [], "any", false, false, false, 217), "lastName", [], "any", false, false, false, 217)))) {
// line 218
yield "\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 218, $this->source); })()) . "_lastName"), "html", null, true);
yield "\" class=\"fw400 fs16 lh20 mb-8px mt-1em\">Nom *</label>
\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" id=\"";
// line 219
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 219, $this->source); })()) . "_lastName"), "html", null, true);
yield "\" name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 219, $this->source); })()) . "[lastName]"), "html", null, true);
yield "\" required=\"\">
\t\t\t\t\t\t\t\t\t\t\t";
}
// line 221
yield "\t\t\t\t\t\t\t\t\t\t\t";
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["content"] ?? null), "form", [], "any", false, true, false, 221), "email", [], "any", true, true, false, 221) && !(null === CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 221, $this->source); })()), "form", [], "any", false, false, false, 221), "email", [], "any", false, false, false, 221)))) {
// line 222
yield "\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 222, $this->source); })()) . "_email"), "html", null, true);
yield "\" class=\"fw400 fs16 lh20 mb-8px mt-1em\">Email *</label>
\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" id=\"";
// line 223
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 223, $this->source); })()) . "_email"), "html", null, true);
yield "\" name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 223, $this->source); })()) . "[email]"), "html", null, true);
yield "\" required=\"\">
\t\t\t\t\t\t\t\t\t\t\t";
}
// line 225
yield "\t\t\t\t\t\t\t\t\t\t\t";
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["content"] ?? null), "form", [], "any", false, true, false, 225), "text2", [], "any", true, true, false, 225) && !(null === CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 225, $this->source); })()), "form", [], "any", false, false, false, 225), "text2", [], "any", false, false, false, 225)))) {
// line 226
yield "\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 226, $this->source); })()) . "_text2"), "html", null, true);
yield "\" class=\"fw400 fs16 lh20 mb-8px mt-1em\">Structure *</label>
\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" id=\"";
// line 227
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 227, $this->source); })()) . "_text2"), "html", null, true);
yield "\" name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 227, $this->source); })()) . "[text2]"), "html", null, true);
yield "\" required=\"\">
\t\t\t\t\t\t\t\t\t\t\t";
}
// line 229
yield "\t\t\t\t\t\t\t\t\t\t";
}
// line 230
yield "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 230, $this->source); })()) . "_locale"), "html", null, true);
yield "\" name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 230, $this->source); })()) . "[locale]"), "html", null, true);
yield "\" value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["form_locale"]) || array_key_exists("form_locale", $context) ? $context["form_locale"] : (function () { throw new RuntimeError('Variable "form_locale" does not exist.', 230, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"";
// line 231
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 231, $this->source); })()) . "_type"), "html", null, true);
yield "\" name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 231, $this->source); })()) . "[type]"), "html", null, true);
yield "\" value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["form_type"]) || array_key_exists("form_type", $context) ? $context["form_type"] : (function () { throw new RuntimeError('Variable "form_type" does not exist.', 231, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"";
// line 232
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 232, $this->source); })()) . "_typeId"), "html", null, true);
yield "\" name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 232, $this->source); })()) . "[typeId]"), "html", null, true);
yield "\" value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["form_type_id"]) || array_key_exists("form_type_id", $context) ? $context["form_type_id"] : (function () { throw new RuntimeError('Variable "form_type_id" does not exist.', 232, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"";
// line 233
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 233, $this->source); })()) . "_formId"), "html", null, true);
yield "\" name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 233, $this->source); })()) . "[formId]"), "html", null, true);
yield "\" value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["form_formId"]) || array_key_exists("form_formId", $context) ? $context["form_formId"] : (function () { throw new RuntimeError('Variable "form_formId" does not exist.', 233, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"";
// line 234
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 234, $this->source); })()) . "_formName"), "html", null, true);
yield "\" name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 234, $this->source); })()) . "[formName]"), "html", null, true);
yield "\" value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["form_formName"]) || array_key_exists("form_formName", $context) ? $context["form_formName"] : (function () { throw new RuntimeError('Variable "form_formName" does not exist.', 234, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"";
// line 235
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 235, $this->source); })()) . "_checksum"), "html", null, true);
yield "\" name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 235, $this->source); })()) . "[checksum]"), "html", null, true);
yield "\" value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["form_checksum"]) || array_key_exists("form_checksum", $context) ? $context["form_checksum"] : (function () { throw new RuntimeError('Variable "form_checksum" does not exist.', 235, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"";
// line 236
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 236, $this->source); })()) . "_text"), "html", null, true);
yield "\" name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 236, $this->source); })()) . "[text]"), "html", null, true);
yield "\" value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["PBX_CMD"]) || array_key_exists("PBX_CMD", $context) ? $context["PBX_CMD"] : (function () { throw new RuntimeError('Variable "PBX_CMD" does not exist.', 236, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"";
// line 237
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 237, $this->source); })()) . "_text1"), "html", null, true);
yield "\" name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 237, $this->source); })()) . "[text1]"), "html", null, true);
yield "\" value=\"\">
\t\t\t\t\t\t\t\t\t\t";
// line 239
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::keys(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 239, $this->source); })()), "form", [], "any", false, false, false, 239), "children", [], "any", false, false, false, 239)));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["i"] => $context["child"]) {
// line 240
yield "\t\t\t\t\t\t\t\t\t\t\t";
if (!CoreExtension::inFilter($context["child"], (isset($context["excludedValues"]) || array_key_exists("excludedValues", $context) ? $context["excludedValues"] : (function () { throw new RuntimeError('Variable "excludedValues" does not exist.', 240, $this->source); })()))) {
// line 241
yield "\t\t\t\t\t\t\t\t\t\t\t\t";
$context["newChild"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 241, $this->source); })()), "form", [], "any", false, false, false, 241), $context["child"], [], "any", false, false, false, 241);
// line 242
yield "\t\t\t\t\t\t\t\t\t\t\t\t";
if ((CoreExtension::inFilter("textarea", $context["child"]) && CoreExtension::inFilter("pqna description", CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["newChild"]) || array_key_exists("newChild", $context) ? $context["newChild"] : (function () { throw new RuntimeError('Variable "newChild" does not exist.', 242, $this->source); })()), "vars", [], "any", false, false, false, 242), "label", [], "any", false, false, false, 242)))) {
// line 243
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 243, $this->source); })()) . "_") . $context["child"]), "html", null, true);
yield "\" name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 243, $this->source); })()) . "[") . $context["child"]) . "]"), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t\t\t";
} elseif ((CoreExtension::inFilter("dropdown", // line 244
$context["child"]) && CoreExtension::inFilter("Département", CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["newChild"]) || array_key_exists("newChild", $context) ? $context["newChild"] : (function () { throw new RuntimeError('Variable "newChild" does not exist.', 244, $this->source); })()), "vars", [], "any", false, false, false, 244), "label", [], "any", false, false, false, 244)))) {
// line 245
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, true, false, 245), "contact", [], "any", false, true, false, 245), "departement", [], "any", true, true, false, 245) && !(null === CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 245, $this->source); })()), "user", [], "any", false, false, false, 245), "contact", [], "any", false, false, false, 245), "departement", [], "any", false, false, false, 245)))) {
// line 246
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["contact_dpmt"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 246, $this->source); })()), "user", [], "any", false, false, false, 246), "contact", [], "any", false, false, false, 246), "departement", [], "any", false, false, false, 246), "translations", [], "any", false, false, false, 246), 0, [], "array", false, false, false, 246), "translation", [], "any", false, false, false, 246);
// line 247
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
} else {
// line 248
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["contact_dpmt"] = "";
// line 249
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 250
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-1em dflex fdc\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"fw400 fs16 lh20\" for=\"";
// line 251
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 251, $this->source); })()) . "_") . $context["child"]), "html", null, true);
yield "\" label_html=\"true\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\FormExtension']->getFieldLabel(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 251, $this->source); })()), "form", [], "any", false, false, false, 251), "children", [], "any", false, false, false, 251), $context["child"], [], "array", false, false, false, 251)), "html", null, true);
yield "</label>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<select name=\"";
// line 252
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\FormExtension']->getFieldName(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 252, $this->source); })()), "form", [], "any", false, false, false, 252), "children", [], "any", false, false, false, 252), $context["child"], [], "array", false, false, false, 252)), "html", null, true);
yield "\" class=\"form-control\" id=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 252, $this->source); })()) . "_") . $context["child"]), "html", null, true);
yield "\" ";
if (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 252, $this->source); })()), "form", [], "any", false, false, false, 252), "children", [], "any", false, false, false, 252), $context["child"], [], "array", false, false, false, 252), "vars", [], "any", false, false, false, 252), "required", [], "any", false, false, false, 252)) {
yield " required ";
}
yield ">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"\"></option>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 254
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable($this->extensions['Symfony\Bridge\Twig\Extension\FormExtension']->getFieldChoices(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 254, $this->source); })()), "form", [], "any", false, false, false, 254), "children", [], "any", false, false, false, 254), $context["child"], [], "array", false, false, false, 254)));
foreach ($context['_seq'] as $context["label"] => $context["value"]) {
// line 255
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["selected"] = (((0 === CoreExtension::compare($context["value"], (isset($context["contact_dpmt"]) || array_key_exists("contact_dpmt", $context) ? $context["contact_dpmt"] : (function () { throw new RuntimeError('Variable "contact_dpmt" does not exist.', 255, $this->source); })())))) ? ("selected") : (""));
// line 256
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["value"], "html", null, true);
yield "\" ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["selected"]) || array_key_exists("selected", $context) ? $context["selected"] : (function () { throw new RuntimeError('Variable "selected" does not exist.', 256, $this->source); })()), "html", null, true);
yield ">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["label"], "html", null, true);
yield "</option>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['label'], $context['value'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 258
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t</select>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 259
if ( !Twig\Extension\CoreExtension::testEmpty((isset($context["contact_dpmt"]) || array_key_exists("contact_dpmt", $context) ? $context["contact_dpmt"] : (function () { throw new RuntimeError('Variable "contact_dpmt" does not exist.', 259, $this->source); })()))) {
// line 260
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\FormExtension']->getFieldName(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 260, $this->source); })()), "form", [], "any", false, false, false, 260), "children", [], "any", false, false, false, 260), $context["child"], [], "array", false, false, false, 260)), "html", null, true);
yield "\" value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["contact_dpmt"]) || array_key_exists("contact_dpmt", $context) ? $context["contact_dpmt"] : (function () { throw new RuntimeError('Variable "contact_dpmt" does not exist.', 260, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 262
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t";
} elseif ((CoreExtension::inFilter("dropdown", // line 263
$context["child"]) && CoreExtension::inFilter("Fonction", CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["newChild"]) || array_key_exists("newChild", $context) ? $context["newChild"] : (function () { throw new RuntimeError('Variable "newChild" does not exist.', 263, $this->source); })()), "vars", [], "any", false, false, false, 263), "label", [], "any", false, false, false, 263)))) {
// line 264
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["contact_dpmt"] = "";
// line 265
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 265, $this->source); })()), "user", [], "any", false, false, false, 265)) {
// line 266
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, true, false, 266), "fonction", [], "any", true, true, false, 266) && !(null === CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 266, $this->source); })()), "user", [], "any", false, false, false, 266), "fonction", [], "any", false, false, false, 266)))) {
// line 267
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["contact_dpmt"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 267, $this->source); })()), "user", [], "any", false, false, false, 267), "fonction", [], "any", false, false, false, 267);
// line 268
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
} elseif (((CoreExtension::inFilter("opérateur", Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 268, $this->source); })()), "user", [], "any", false, false, false, 268), "typologieActeurValue", [], "any", false, false, false, 268))) || CoreExtension::inFilter("partenaire", Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 268, $this->source); })()), "user", [], "any", false, false, false, 268), "typologieActeurValue", [], "any", false, false, false, 268)))) || (0 === CoreExtension::compare(Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 268, $this->source); })()), "user", [], "any", false, false, false, 268), "typologieActeurValue", [], "any", false, false, false, 268)), "autres")))) {
// line 269
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["contact_dpmt"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 269, $this->source); })()), "user", [], "any", false, false, false, 269), "typologieActeurValue", [], "any", false, false, false, 269);
// line 270
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if ((0 === CoreExtension::compare(Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 270, $this->source); })()), "user", [], "any", false, false, false, 270), "typologieActeurValue", [], "any", false, false, false, 270)), "partenaires"))) {
// line 271
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["contact_dpmt"] = "Partenaire";
// line 272
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 273
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if ((0 === CoreExtension::compare(Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 273, $this->source); })()), "user", [], "any", false, false, false, 273), "typologieActeurValue", [], "any", false, false, false, 273)), "opérateurs"))) {
// line 274
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["contact_dpmt"] = "Opérateur";
// line 275
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 276
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
} else {
// line 277
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["contact_dpmt"] = "";
// line 278
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 279
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 280
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-1em dflex fdc";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 280, $this->source); })()), "user", [], "any", false, false, false, 280)) {
yield " dnone";
}
yield "\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"fw400 fs16 lh20\" for=\"";
// line 281
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 281, $this->source); })()) . "_") . $context["child"]), "html", null, true);
yield "\" label_html=\"true\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\FormExtension']->getFieldLabel(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 281, $this->source); })()), "form", [], "any", false, false, false, 281), "children", [], "any", false, false, false, 281), $context["child"], [], "array", false, false, false, 281)), "html", null, true);
yield "</label>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<select name=\"";
// line 282
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\FormExtension']->getFieldName(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 282, $this->source); })()), "form", [], "any", false, false, false, 282), "children", [], "any", false, false, false, 282), $context["child"], [], "array", false, false, false, 282)), "html", null, true);
yield "\" class=\"form-control\" id=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 282, $this->source); })()) . "_") . $context["child"]), "html", null, true);
yield "\" ";
if ( !Twig\Extension\CoreExtension::testEmpty((isset($context["contact_dpmt"]) || array_key_exists("contact_dpmt", $context) ? $context["contact_dpmt"] : (function () { throw new RuntimeError('Variable "contact_dpmt" does not exist.', 282, $this->source); })()))) {
yield " disabled ";
}
yield " ";
if (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 282, $this->source); })()), "form", [], "any", false, false, false, 282), "children", [], "any", false, false, false, 282), $context["child"], [], "array", false, false, false, 282), "vars", [], "any", false, false, false, 282), "required", [], "any", false, false, false, 282)) {
yield " required ";
}
yield ">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"\"></option>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 284
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable($this->extensions['Symfony\Bridge\Twig\Extension\FormExtension']->getFieldChoices(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 284, $this->source); })()), "form", [], "any", false, false, false, 284), "children", [], "any", false, false, false, 284), $context["child"], [], "array", false, false, false, 284)));
foreach ($context['_seq'] as $context["label"] => $context["value"]) {
// line 285
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["selected"] = (((0 === CoreExtension::compare($context["value"], (isset($context["contact_dpmt"]) || array_key_exists("contact_dpmt", $context) ? $context["contact_dpmt"] : (function () { throw new RuntimeError('Variable "contact_dpmt" does not exist.', 285, $this->source); })())))) ? ("selected") : (""));
// line 286
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["value"], "html", null, true);
yield "\" ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["selected"]) || array_key_exists("selected", $context) ? $context["selected"] : (function () { throw new RuntimeError('Variable "selected" does not exist.', 286, $this->source); })()), "html", null, true);
yield ">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["label"], "html", null, true);
yield "</option>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['label'], $context['value'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 288
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t</select>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 289
if ( !Twig\Extension\CoreExtension::testEmpty((isset($context["contact_dpmt"]) || array_key_exists("contact_dpmt", $context) ? $context["contact_dpmt"] : (function () { throw new RuntimeError('Variable "contact_dpmt" does not exist.', 289, $this->source); })()))) {
// line 290
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\FormExtension']->getFieldName(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 290, $this->source); })()), "form", [], "any", false, false, false, 290), "children", [], "any", false, false, false, 290), $context["child"], [], "array", false, false, false, 290)), "html", null, true);
yield "\" value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["contact_dpmt"]) || array_key_exists("contact_dpmt", $context) ? $context["contact_dpmt"] : (function () { throw new RuntimeError('Variable "contact_dpmt" does not exist.', 290, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 292
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t";
} elseif (CoreExtension::inFilter("salutation", // line 293
$context["child"])) {
// line 294
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-1em dflex fdc\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"fw400 fs16 lh20\" for=\"";
// line 295
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 295, $this->source); })()) . "_") . $context["child"]), "html", null, true);
yield "\" label_html=\"true\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\FormExtension']->getFieldLabel(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 295, $this->source); })()), "form", [], "any", false, false, false, 295), "children", [], "any", false, false, false, 295), $context["child"], [], "array", false, false, false, 295)), "html", null, true);
yield "</label>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<select name=\"";
// line 296
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\FormExtension']->getFieldName(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 296, $this->source); })()), "form", [], "any", false, false, false, 296), "children", [], "any", false, false, false, 296), $context["child"], [], "array", false, false, false, 296)), "html", null, true);
yield "\" class=\"form-control\" id=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 296, $this->source); })()) . "_") . $context["child"]), "html", null, true);
yield "\" ";
if (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 296, $this->source); })()), "form", [], "any", false, false, false, 296), "children", [], "any", false, false, false, 296), $context["child"], [], "array", false, false, false, 296), "vars", [], "any", false, false, false, 296), "required", [], "any", false, false, false, 296)) {
yield " required ";
}
yield ">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"\"></option>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 298
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable($this->extensions['Symfony\Bridge\Twig\Extension\FormExtension']->getFieldChoices(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 298, $this->source); })()), "form", [], "any", false, false, false, 298), "children", [], "any", false, false, false, 298), $context["child"], [], "array", false, false, false, 298)));
foreach ($context['_seq'] as $context["label"] => $context["value"]) {
// line 299
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["value"], "html", null, true);
yield "\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["label"], "html", null, true);
yield "</option>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['label'], $context['value'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 301
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t</select>
\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t";
} elseif ((0 === CoreExtension::compare( // line 303
$context["child"], "submit"))) {
// line 304
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
if ((1 === CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 304, $this->source); })()), "prices", [], "any", false, false, false, 304)), 0))) {
// line 305
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-1em dflex fdc\" id=\"prices_checkbox_container\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 306
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 306, $this->source); })()), "prices", [], "any", false, false, false, 306));
foreach ($context['_seq'] as $context["i"] => $context["price"]) {
// line 307
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["true_price"] = CoreExtension::getAttribute($this->env, $this->source, $context["price"], "price", [], "any", false, false, false, 307);
// line 308
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if ((null === (isset($context["true_price"]) || array_key_exists("true_price", $context) ? $context["true_price"] : (function () { throw new RuntimeError('Variable "true_price" does not exist.', 308, $this->source); })()))) {
// line 309
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["true_price"] = 0;
// line 310
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 311
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["id"] = (((isset($context["true_price"]) || array_key_exists("true_price", $context) ? $context["true_price"] : (function () { throw new RuntimeError('Variable "true_price" does not exist.', 311, $this->source); })()) . "_") . $context["i"]);
// line 312
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dflex mt-8px\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"price_checkboxes\" id=\"";
// line 313
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 313, $this->source); })()), "html", null, true);
yield "\" value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["true_price"]) || array_key_exists("true_price", $context) ? $context["true_price"] : (function () { throw new RuntimeError('Variable "true_price" does not exist.', 313, $this->source); })()), "html", null, true);
yield "\">
";
// line 315
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 315, $this->source); })()), "html", null, true);
yield "\" class=\"fw400 fs16 lh20\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["price"], "label", [], "any", false, false, false, 315), "html", null, true);
yield " - ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extra\Intl\IntlExtension']->formatNumber((isset($context["true_price"]) || array_key_exists("true_price", $context) ? $context["true_price"] : (function () { throw new RuntimeError('Variable "true_price" does not exist.', 315, $this->source); })()), array(), "decimal", "default", "fr"), "html", null, true);
yield "€</label>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['i'], $context['price'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 318
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 320
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-1em dflex fdc\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 321
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["newChild"]) || array_key_exists("newChild", $context) ? $context["newChild"] : (function () { throw new RuntimeError('Variable "newChild" does not exist.', 321, $this->source); })()), 'label', (CoreExtension::testEmpty($_label_ = ["attr" => ["class" => "fw400 fs16 lh20"], "label_html" => true]) ? [] : ["label" => $_label_]));
yield "
\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 322
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["newChild"]) || array_key_exists("newChild", $context) ? $context["newChild"] : (function () { throw new RuntimeError('Variable "newChild" does not exist.', 322, $this->source); })()), 'widget', ["attr" => ["class" => "CTA nodeco diblock mt-1em lh28"]]);
yield "
\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t";
} elseif ((CoreExtension::inFilter("checkbox", // line 324
$context["child"]) && !CoreExtension::inFilter("checkboxMultiple", $context["child"]))) {
// line 325
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-1em checkbox dflex mb-8px\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 326
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["newChild"]) || array_key_exists("newChild", $context) ? $context["newChild"] : (function () { throw new RuntimeError('Variable "newChild" does not exist.', 326, $this->source); })()), 'widget', ["attr" => ["class" => "mr-0p5em"]]);
yield "
\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 327
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["newChild"]) || array_key_exists("newChild", $context) ? $context["newChild"] : (function () { throw new RuntimeError('Variable "newChild" does not exist.', 327, $this->source); })()), 'label', ["label_attr" => ["class" => "fw400 fs16 lh20"], "label_html" => true]);
yield "
\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t";
} elseif ((CoreExtension::inFilter("checkboxMultiple", // line 329
$context["child"]) || CoreExtension::inFilter("radio", $context["child"]))) {
// line 330
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-1em";
if (CoreExtension::inFilter(" checkboxmultiple", $context["child"])) {
yield " checkboxmultiple";
}
if (CoreExtension::inFilter(" radio", $context["child"])) {
yield " radio";
}
yield " mb-8px\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 331
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["newChild"]) || array_key_exists("newChild", $context) ? $context["newChild"] : (function () { throw new RuntimeError('Variable "newChild" does not exist.', 331, $this->source); })()), 'label', ["label_attr" => ["class" => "fw400 fs16 lh20 mb-1em dblock"], "label_html" => true]);
yield "
\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 332
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["newChild"]) || array_key_exists("newChild", $context) ? $context["newChild"] : (function () { throw new RuntimeError('Variable "newChild" does not exist.', 332, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["subChild"]) {
// line 333
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["margin"] = " mb-8px";
// line 334
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if (CoreExtension::inFilter("radio", $context["child"])) {
// line 335
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["margin"] = "";
// line 336
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 337
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-0p5em dflex";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["margin"]) || array_key_exists("margin", $context) ? $context["margin"] : (function () { throw new RuntimeError('Variable "margin" does not exist.', 337, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 338
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["subChild"], 'widget', ["attr" => ["class" => ("fw400 fs16 lh20 mr-0p5em" . (isset($context["margin"]) || array_key_exists("margin", $context) ? $context["margin"] : (function () { throw new RuntimeError('Variable "margin" does not exist.', 338, $this->source); })()))]]);
yield "
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 339
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["subChild"], 'label', ["label_attr" => ["class" => ("fw400 fs16 lh20" . (isset($context["margin"]) || array_key_exists("margin", $context) ? $context["margin"] : (function () { throw new RuntimeError('Variable "margin" does not exist.', 339, $this->source); })()))], "label_html" => true]);
yield "
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['subChild'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 342
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t";
} elseif (CoreExtension::inFilter("please_fill_me", // line 343
$context["child"])) {
// line 344
yield from $this->unwrap()->yieldBlock('honeypot_row', $context, $blocks);
} elseif (CoreExtension::inFilter("dropdownMultiple", // line 349
$context["child"])) {
// line 350
yield "\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-1em dflex fdc checkboxMultiple\">
\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 351
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["newChild"]) || array_key_exists("newChild", $context) ? $context["newChild"] : (function () { throw new RuntimeError('Variable "newChild" does not exist.', 351, $this->source); })()), 'label', ["label_attr" => ["class" => "fw400 fs16 lh20 mb-8px"], "label_html" => true]);
yield "
\t\t\t\t\t\t\t\t\t\t\t\t\t<ul>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 353
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["newChild"]) || array_key_exists("newChild", $context) ? $context["newChild"] : (function () { throw new RuntimeError('Variable "newChild" does not exist.', 353, $this->source); })()), "vars", [], "any", false, false, false, 353), "choices", [], "any", false, false, false, 353));
foreach ($context['_seq'] as $context["_key"] => $context["choice"]) {
// line 354
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"dflex jcsb aic\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-0p5em dflex aic mb-8px\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" id=\"";
// line 356
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["choice"], "value", [], "any", false, false, false, 356), "html", null, true);
yield "\" value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["choice"], "value", [], "any", false, false, false, 356), "html", null, true);
yield "\" name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((((isset($context["form_id"]) || array_key_exists("form_id", $context) ? $context["form_id"] : (function () { throw new RuntimeError('Variable "form_id" does not exist.', 356, $this->source); })()) . "[") . $context["child"]) . "]"), "html", null, true);
yield "[]\" class=\"fw400 fs16 lh20 mr-0p5em mb-8px\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"";
// line 357
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["choice"], "value", [], "any", false, false, false, 357), "html", null, true);
yield "\" class=\"fw400 fs16 lh20 mr-0p5em mb-8px\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::trim(CoreExtension::getAttribute($this->env, $this->source, $context["choice"], "label", [], "any", false, false, false, 357)), "html", null, true);
yield "</label>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['choice'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 361
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t";
} else {
// line 364
yield "\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-1em dflex fdc\">
\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 365
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["newChild"]) || array_key_exists("newChild", $context) ? $context["newChild"] : (function () { throw new RuntimeError('Variable "newChild" does not exist.', 365, $this->source); })()), 'label', ["label_attr" => ["class" => "fw400 fs16 lh20 mb-8px"], "label_html" => true]);
yield "
\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 366
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["newChild"]) || array_key_exists("newChild", $context) ? $context["newChild"] : (function () { throw new RuntimeError('Variable "newChild" does not exist.', 366, $this->source); })()), 'widget');
yield "
\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t";
}
// line 369
yield "\t\t\t\t\t\t\t\t\t\t";
}
// line 370
yield "\t\t\t\t\t\t\t\t\t";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['i'], $context['child'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 371
yield "\t\t\t\t\t\t\t\t\t";
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 371, $this->source); })()), "form", [], "any", false, false, false, 371), 'form_end', ["render_rest" => false]);
yield "
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<form id=\"paybox-form\" action=\"";
// line 374
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 374, $this->source); })()), "request", [], "any", false, false, false, 374), "server", [], "any", false, false, false, 374), "get", ["PBX_URL"], "method", false, false, false, 374), "html", null, true);
yield "\" method=\"POST\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_SITE\" value=\"";
// line 375
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["PBX_SITE"]) || array_key_exists("PBX_SITE", $context) ? $context["PBX_SITE"] : (function () { throw new RuntimeError('Variable "PBX_SITE" does not exist.', 375, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_RANG\" value=\"";
// line 376
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["PBX_RANG"]) || array_key_exists("PBX_RANG", $context) ? $context["PBX_RANG"] : (function () { throw new RuntimeError('Variable "PBX_RANG" does not exist.', 376, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_IDENTIFIANT\" value=\"";
// line 377
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["PBX_IDENTIFIANT"]) || array_key_exists("PBX_IDENTIFIANT", $context) ? $context["PBX_IDENTIFIANT"] : (function () { throw new RuntimeError('Variable "PBX_IDENTIFIANT" does not exist.', 377, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_TOTAL\" value=\"";
// line 378
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["PBX_TOTAL"]) || array_key_exists("PBX_TOTAL", $context) ? $context["PBX_TOTAL"] : (function () { throw new RuntimeError('Variable "PBX_TOTAL" does not exist.', 378, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_DEVISE\" value=\"";
// line 379
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["PBX_DEVISE"]) || array_key_exists("PBX_DEVISE", $context) ? $context["PBX_DEVISE"] : (function () { throw new RuntimeError('Variable "PBX_DEVISE" does not exist.', 379, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_CMD\" value=\"";
// line 380
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["PBX_CMD"]) || array_key_exists("PBX_CMD", $context) ? $context["PBX_CMD"] : (function () { throw new RuntimeError('Variable "PBX_CMD" does not exist.', 380, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_PORTEUR\" value=\"";
// line 381
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["PBX_PORTEUR"]) || array_key_exists("PBX_PORTEUR", $context) ? $context["PBX_PORTEUR"] : (function () { throw new RuntimeError('Variable "PBX_PORTEUR" does not exist.', 381, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_RETOUR\" value=\"";
// line 382
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["PBX_RETOUR"]) || array_key_exists("PBX_RETOUR", $context) ? $context["PBX_RETOUR"] : (function () { throw new RuntimeError('Variable "PBX_RETOUR" does not exist.', 382, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_EFFECTUE\" value=\"";
// line 383
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["PBX_EFFECTUE"]) || array_key_exists("PBX_EFFECTUE", $context) ? $context["PBX_EFFECTUE"] : (function () { throw new RuntimeError('Variable "PBX_EFFECTUE" does not exist.', 383, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_REFUSE\" value=\"";
// line 384
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["PBX_REFUSE"]) || array_key_exists("PBX_REFUSE", $context) ? $context["PBX_REFUSE"] : (function () { throw new RuntimeError('Variable "PBX_REFUSE" does not exist.', 384, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_ANNULE\" value=\"";
// line 385
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["PBX_ANNULE"]) || array_key_exists("PBX_ANNULE", $context) ? $context["PBX_ANNULE"] : (function () { throw new RuntimeError('Variable "PBX_ANNULE" does not exist.', 385, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_ATTENTE\" value=\"";
// line 386
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["PBX_ATTENTE"]) || array_key_exists("PBX_ATTENTE", $context) ? $context["PBX_ATTENTE"] : (function () { throw new RuntimeError('Variable "PBX_ATTENTE" does not exist.', 386, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_HASH\" value=\"";
// line 387
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["PBX_HASH"]) || array_key_exists("PBX_HASH", $context) ? $context["PBX_HASH"] : (function () { throw new RuntimeError('Variable "PBX_HASH" does not exist.', 387, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_TIME\" value=\"";
// line 388
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["PBX_TIME"]) || array_key_exists("PBX_TIME", $context) ? $context["PBX_TIME"] : (function () { throw new RuntimeError('Variable "PBX_TIME" does not exist.', 388, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_REPONDRE_A\" value=\"";
// line 389
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["PBX_REPONDRE_A"]) || array_key_exists("PBX_REPONDRE_A", $context) ? $context["PBX_REPONDRE_A"] : (function () { throw new RuntimeError('Variable "PBX_REPONDRE_A" does not exist.', 389, $this->source); })()), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_HMAC\" value=\"";
// line 390
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\HashHmacExtension']->hashHmac("sha512", (isset($context["msg"]) || array_key_exists("msg", $context) ? $context["msg"] : (function () { throw new RuntimeError('Variable "msg" does not exist.', 390, $this->source); })()), (isset($context["hmac"]) || array_key_exists("hmac", $context) ? $context["hmac"] : (function () { throw new RuntimeError('Variable "hmac" does not exist.', 390, $this->source); })())), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t</form>
\t\t\t\t\t\t\t";
}
// line 393
yield "\t\t\t\t\t\t";
}
// line 394
yield "\t\t\t\t\t";
}
// line 395
yield "\t\t\t\t</div>
\t\t\t</div>
\t\t";
}
// line 398
yield "\t\t";
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["content"] ?? null), "main_content", [], "any", true, true, false, 398) && !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 398, $this->source); })()), "main_content", [], "any", false, false, false, 398))) && (1 === CoreExtension::compare(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 398, $this->source); })()), "main_content", [], "any", false, false, false, 398)), 0)))) {
// line 399
yield "\t\t\t";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 399, $this->source); })()), "main_content", [], "any", false, false, false, 399));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["data"]) {
// line 400
yield "\t\t\t\t";
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, $context["data"], "type", [], "any", false, false, false, 400), "sub_content"))) {
// line 401
yield "\t\t\t\t\t";
yield from $this->loadTemplate("articles-blocks/articles-content.html.twig", "articles/agenda.html.twig", 401)->unwrap()->yield($context);
// line 402
yield "\t\t\t\t";
}
// line 403
yield "\t\t\t\t";
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, $context["data"], "type", [], "any", false, false, false, 403), "linked_with"))) {
// line 404
yield "\t\t\t\t\t";
yield from $this->loadTemplate("articles-blocks/linked-with.html.twig", "articles/agenda.html.twig", 404)->unwrap()->yield($context);
// line 405
yield "\t\t\t\t";
}
// line 406
yield "\t\t\t\t";
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, $context["data"], "type", [], "any", false, false, false, 406), "iframe"))) {
// line 407
yield "\t\t\t\t\t";
yield from $this->loadTemplate("blocks/iframe.html.twig", "articles/agenda.html.twig", 407)->unwrap()->yield(CoreExtension::merge($context, ["block" => $context["data"]]));
// line 408
yield "\t\t\t\t";
}
// line 409
yield "\t\t\t\t";
if ((0 === CoreExtension::compare(CoreExtension::getAttribute($this->env, $this->source, $context["data"], "type", [], "any", false, false, false, 409), "see_more"))) {
// line 410
yield "\t\t\t\t\t";
yield from $this->loadTemplate("articles-blocks/see-more.html.twig", "articles/agenda.html.twig", 410)->unwrap()->yield($context);
// line 411
yield "\t\t\t\t";
}
// line 412
yield "\t\t\t";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['data'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 413
yield "\t\t";
}
// line 414
yield "\t</article>
</section>";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 344
public function block_honeypot_row($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", "honeypot_row"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "honeypot_row"));
// line 345
yield "<div class=\"dnone\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 346
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["newChild"]) || array_key_exists("newChild", $context) ? $context["newChild"] : (function () { throw new RuntimeError('Variable "newChild" does not exist.', 346, $this->source); })()), 'widget');
yield "
\t\t\t\t\t\t\t\t\t\t\t\t\t</div>";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 415
public function block_javascripts($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", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 416
yield from $this->loadTemplate("articles/javascripts/base-article-js.html.twig", "articles/agenda.html.twig", 416)->unwrap()->yield($context);
// line 417
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("paybox");
yield "
";
// line 418
yield from $this->yieldParentBlock("javascripts", $context, $blocks);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "articles/agenda.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 1403 => 418, 1399 => 417, 1397 => 416, 1387 => 415, 1374 => 346, 1371 => 345, 1361 => 344, 1349 => 414, 1346 => 413, 1332 => 412, 1329 => 411, 1326 => 410, 1323 => 409, 1320 => 408, 1317 => 407, 1314 => 406, 1311 => 405, 1308 => 404, 1305 => 403, 1302 => 402, 1299 => 401, 1296 => 400, 1278 => 399, 1275 => 398, 1270 => 395, 1267 => 394, 1264 => 393, 1258 => 390, 1254 => 389, 1250 => 388, 1246 => 387, 1242 => 386, 1238 => 385, 1234 => 384, 1230 => 383, 1226 => 382, 1222 => 381, 1218 => 380, 1214 => 379, 1210 => 378, 1206 => 377, 1202 => 376, 1198 => 375, 1194 => 374, 1187 => 371, 1173 => 370, 1170 => 369, 1164 => 366, 1160 => 365, 1157 => 364, 1152 => 361, 1140 => 357, 1132 => 356, 1128 => 354, 1124 => 353, 1119 => 351, 1116 => 350, 1114 => 349, 1112 => 344, 1110 => 343, 1107 => 342, 1098 => 339, 1094 => 338, 1089 => 337, 1086 => 336, 1083 => 335, 1080 => 334, 1077 => 333, 1073 => 332, 1069 => 331, 1059 => 330, 1057 => 329, 1052 => 327, 1048 => 326, 1045 => 325, 1043 => 324, 1038 => 322, 1034 => 321, 1031 => 320, 1027 => 318, 1013 => 315, 1007 => 313, 1004 => 312, 1001 => 311, 998 => 310, 995 => 309, 992 => 308, 989 => 307, 985 => 306, 982 => 305, 979 => 304, 977 => 303, 973 => 301, 962 => 299, 958 => 298, 947 => 296, 941 => 295, 938 => 294, 936 => 293, 933 => 292, 925 => 290, 923 => 289, 920 => 288, 907 => 286, 904 => 285, 900 => 284, 885 => 282, 879 => 281, 872 => 280, 869 => 279, 866 => 278, 863 => 277, 860 => 276, 857 => 275, 854 => 274, 851 => 273, 848 => 272, 845 => 271, 842 => 270, 839 => 269, 836 => 268, 833 => 267, 830 => 266, 827 => 265, 824 => 264, 822 => 263, 819 => 262, 811 => 260, 809 => 259, 806 => 258, 793 => 256, 790 => 255, 786 => 254, 775 => 252, 769 => 251, 766 => 250, 763 => 249, 760 => 248, 757 => 247, 754 => 246, 751 => 245, 749 => 244, 742 => 243, 739 => 242, 736 => 241, 733 => 240, 716 => 239, 709 => 237, 701 => 236, 693 => 235, 685 => 234, 677 => 233, 669 => 232, 661 => 231, 652 => 230, 649 => 229, 642 => 227, 637 => 226, 634 => 225, 627 => 223, 622 => 222, 619 => 221, 612 => 219, 607 => 218, 604 => 217, 597 => 215, 592 => 214, 589 => 213, 580 => 211, 572 => 210, 564 => 209, 555 => 208, 552 => 207, 550 => 206, 543 => 202, 536 => 201, 534 => 200, 531 => 199, 526 => 196, 521 => 194, 519 => 193, 514 => 191, 509 => 189, 505 => 187, 503 => 186, 500 => 185, 497 => 184, 494 => 183, 491 => 182, 488 => 181, 485 => 180, 482 => 179, 480 => 178, 477 => 177, 475 => 176, 474 => 175, 473 => 174, 472 => 173, 471 => 172, 470 => 171, 469 => 170, 468 => 169, 467 => 168, 466 => 167, 465 => 166, 464 => 165, 463 => 164, 462 => 163, 461 => 162, 458 => 161, 455 => 160, 452 => 159, 449 => 158, 446 => 157, 443 => 156, 440 => 155, 437 => 154, 434 => 153, 431 => 152, 428 => 151, 425 => 150, 422 => 149, 419 => 148, 416 => 147, 413 => 146, 410 => 145, 407 => 144, 404 => 143, 401 => 142, 398 => 141, 396 => 140, 393 => 139, 390 => 138, 388 => 137, 385 => 136, 382 => 135, 378 => 133, 376 => 132, 373 => 131, 370 => 130, 365 => 128, 362 => 127, 360 => 126, 357 => 125, 354 => 124, 352 => 123, 349 => 122, 347 => 121, 344 => 120, 340 => 118, 336 => 116, 333 => 115, 329 => 113, 324 => 111, 321 => 110, 318 => 109, 312 => 108, 309 => 107, 306 => 106, 303 => 105, 298 => 104, 295 => 103, 293 => 102, 290 => 101, 288 => 100, 282 => 96, 277 => 93, 269 => 91, 263 => 89, 261 => 88, 254 => 83, 252 => 82, 250 => 81, 245 => 78, 239 => 76, 237 => 75, 230 => 70, 225 => 68, 222 => 67, 220 => 66, 215 => 65, 211 => 63, 209 => 62, 202 => 57, 199 => 56, 192 => 52, 184 => 46, 182 => 45, 175 => 40, 173 => 39, 169 => 37, 163 => 35, 160 => 34, 157 => 33, 154 => 32, 151 => 31, 149 => 30, 145 => 28, 142 => 27, 140 => 26, 136 => 24, 133 => 23, 131 => 22, 127 => 20, 125 => 19, 119 => 15, 116 => 14, 113 => 13, 110 => 12, 100 => 11, 88 => 9, 85 => 8, 82 => 7, 79 => 6, 77 => 5, 72 => 4, 62 => 3, 39 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends \"base.html.twig\" %}
{# extension.excerpt #}
{% block style %}
\t{{ parent() }}
\t{% include \"articles/styles/base-css-logic.html.twig\" %}
\t{% if content.form is defined and content.form is not empty %}
\t\t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'agenda_form_css'} %}
\t\t{% include \"pages/headers/encore-entry-css-files.html.twig\" with {file: 'loader_css'} %}
\t{% endif %}
{% endblock %}
{% block content %}
\t{% set values = \"\" %}
\t{% set values = ['Actualités', 'Agenda'] %}
\t{% include \"articles-blocks/breadcrumb.html.twig\" with {titles : values} %}
\t<section class=\"single-article-container mb-20px\" id=\"agenda\">
\t\t<article>
\t\t\t<section>
\t\t\t\t<div class=\"mlr-1em\">
\t\t\t\t\t{% include \"articles-blocks/header.html.twig\" %}
\t\t\t\t\t<div class=\"dflex jcsb lh28 fwwrap\">
\t\t\t\t\t\t<div>
\t\t\t\t\t\t\t{% include \"articles-blocks/contributors.html.twig\" %}
\t\t\t\t\t\t\t{% include \"articles-blocks/publish-date.html.twig\" %}
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"taright\">
\t\t\t\t\t\t\t{% include \"articles-blocks/readtime.html.twig\" %}
\t\t\t\t\t\t\t{% include \"articles-blocks/share-buttons.html.twig\" %}
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t{% if extension.excerpt.categories is defined and extension.excerpt.categories is not empty %}
\t\t\t\t\t\t{% set categories = extension.excerpt.categories %}
\t\t\t\t\t\t{% include \"blocks/previews-from-controller/blocks/categories.html.twig\" %}
\t\t\t\t\t{% endif %}
\t\t\t\t\t{% if content.chapo is defined and content.chapo is not empty %}
\t\t\t\t\t\t<div class=\"fw500 lh28 fs20 text cgrey mt-40px mb-20px\">{{ content.chapo|raw }}</div>
\t\t\t\t\t{% endif %}
\t\t\t\t</div>
\t\t\t</section>
\t\t\t{% if content.title is defined and content.title is not empty %}
\t\t\t\t<div class=\"mb-3em mt-40px\">
\t\t\t\t\t<div class=\"mlr-1em fs18\">
\t\t\t\t\t\t<div class=\"pb1em\">
\t\t\t\t\t\t\t<h2>Informations pratiques</h2>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t{% if content.organisator is defined and content.organisator is not empty %}
\t\t\t\t\t\t\t<div class=\"container-infos-pratiques\">
\t\t\t\t\t\t\t\t<div class=\"icon-ctnr\">
\t\t\t\t\t\t\t\t\t<img src=\"/resources/img/user-offre-icon.svg\" alt=\"Profil\" class=\"mr-1em\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t\tOrganisateur :
\t\t\t\t\t\t\t\t\t{{ (content.organisator | raw) == \"pqna\" ? \"PQN-A\" : \"Externe - \" ~ content.organisator_attendants | raw }}
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t{% if content.date is defined and content.date is not empty %}
\t\t\t\t\t\t\t<div class=\"container-infos-pratiques\">
\t\t\t\t\t\t\t\t<div class=\"icon-ctnr\">
\t\t\t\t\t\t\t\t\t<img src=\"/resources/img/calendar-icon.svg\" alt=\"Calendrier\" class=\"mr-1em\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t\t{% if content.endDate is defined and content.endDate is not empty and content.endDate != content.date %}
\t\t\t\t\t\t\t\t\t\tDu
\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t{{ content.date|format_datetime('full', 'none', locale='fr')|split(' ', 2)[1] }}
\t\t\t\t\t\t\t\t\t{% if content.endDate is defined and content.endDate is not empty and content.endDate != content.date %}
\t\t\t\t\t\t\t\t\t\tau
\t\t\t\t\t\t\t\t\t\t{{ content.endDate|format_datetime('full', 'none', locale='fr')|split(' ', 2)[1] }}
\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t\t<div class=\"icon-ctnr ml-1em\">
\t\t\t\t\t\t\t\t\t<img src=\"/resources/img/clock-icon.svg\" alt=\"Calendrier\" class=\"mr-1em\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t\t{% if content.time is defined and content.time is not empty %}
\t\t\t\t\t\t\t\t\t\t{{ content.time }}
\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t{% if content.place_text is defined and content.place_text is not empty or
\t\t\t\t\t\tcontent.place_link is defined and content.place_link is not empty %}
\t\t\t\t\t\t\t<div class=\"container-infos-pratiques\">
\t\t\t\t\t\t\t\t<div class=\"icon-ctnr\">
\t\t\t\t\t\t\t\t\t<img src=\"/resources/img/pin-icon.svg\" alt=\"Structure\" class=\"mr-1em\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t\t{% if content.place_select == \"texte\" %}
\t\t\t\t\t\t\t\t\t\t{{ content.place_text }}
\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t<a href=\"{{ content.place_link }}\" target=\"_blank\">{{ content.place_link }}</a>
\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t<div class=\"container-infos-pratiques\">
\t\t\t\t\t\t\t<div class=\"icon-ctnr\">
\t\t\t\t\t\t\t\t<img src=\"/resources/img/cash-icon.svg\" alt=\"Location\" class=\"mr-1em\">
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t{% if content.prices is defined and content.prices is not empty %}
\t\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t\t{% if content.prices|length > 0 %}
\t\t\t\t\t\t\t\t\t\t{% set finalPrice = 0 %}
\t\t\t\t\t\t\t\t\t\t{% for price in content.prices %}
\t\t\t\t\t\t\t\t\t\t\t{% if price.price is defined and price.price is not empty %}
\t\t\t\t\t\t\t\t\t\t\t\t{% set finalPrice = finalPrice + price.price %}
\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t\t{% if finalPrice > 0 %}
\t\t\t\t\t\t\t\t\t\t\tDe 0€ à
\t\t\t\t\t\t\t\t\t\t\t{{ finalPrice|format_number(locale='fr') }}€
\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\tGratuit
\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\tGratuit
\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t</div>
\t\t\t\t\t\t{% if content.form %}
\t\t\t\t\t\t\t<div id=\"form-info-container\">
\t\t\t\t\t\t\t\t{% include \"articles/blocks/noscript.html.twig\" %}
\t\t\t\t\t\t\t\t{% if app.request.get('Erreur') is not null and app.request.get('Erreur') == 00000 or app.request.get('send') == true %}
\t\t\t\t\t\t\t\t\t<p class=\"primary mt-1em\">Vous êtes inscrit.e à cet événement. Pour vous désinscrire, veuillez contacter l'administrateur du site.</p>
\t\t\t\t\t\t\t\t{% elseif app.request.get('Erreur') is not null and app.request.get('Erreur') == 00001 %}
\t\t\t\t\t\t\t\t\t<p class=\"danger mt-1em\">Vous avez annulé votre paiement. Veuillez patienter quelques secondes.</p>
\t\t\t\t\t\t\t\t\t<meta http-equiv=\"refresh\" content=\"15;URL={{sulu_content_root_path() ~ content.routePath}}\">
\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t{% if app.user and app.user.contact in content.participants and check_dynamic_entry(uuid, app.user.contact.id) is not null %}
\t\t\t\t\t\t\t\t\t\t<p class=\"danger mt-1em\">Une erreur s'est produite lors de la validation de votre inscription. Veuillez contacter l'administrateur du site.</p>
\t\t\t\t\t\t\t\t\t{% elseif app.user and app.user.contact in content.participants %}
\t\t\t\t\t\t\t\t\t\t<p class=\"primary mt-1em\">Vous êtes inscrit.e à cet événement. Pour vous désinscrire, veuillez contacter l'administrateur du site.</p>
\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t{% if not (app.user and app.user.contact in content.participants) or app.user is empty %}
\t\t\t\t\t\t\t\t{% set referer = app.request.server.get('HTTP_REFERER') %}
\t\t\t\t\t\t\t\t{% set PBX_SITE = app.request.server.get('PBX_SITE') %}
\t\t\t\t\t\t\t\t{% set PBX_RANG = app.request.server.get('PBX_RANG') %}
\t\t\t\t\t\t\t\t{% set PBX_IDENTIFIANT = app.request.server.get('PBX_IDENTIFIANT') %}
\t\t\t\t\t\t\t\t{% set PBX_TOTAL = \"%p%\" %}
\t\t\t\t\t\t\t\t{% set PBX_DEVISE = \"978\" %}
\t\t\t\t\t\t\t\t{% if app.user %}
\t\t\t\t\t\t\t\t\t{% set PBX_CMD = uuid ~ \"_\" ~ app.user.contact.id ~ \"_\" ~ \"now\"|date(\"U\") %}
\t\t\t\t\t\t\t\t\t{% set PBX_PORTEUR = app.user.email %}
\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t{% set PBX_CMD = uuid ~ \"_\" ~ \"now\"|date(\"U\") %}
\t\t\t\t\t\t\t\t\t{% set PBX_PORTEUR = \"%r%\" %}
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t{% set PBX_RETOUR = \"Mt:M;Ref:R;Auto:A;Erreur:E;\" %}
\t\t\t\t\t\t\t\t{% set PBX_EFFECTUE = sulu_content_root_path() ~ content.routePath %}
\t\t\t\t\t\t\t\t{% set PBX_REFUSE = sulu_content_root_path() ~ content.routePath %}
\t\t\t\t\t\t\t\t{% set PBX_ANNULE = sulu_content_root_path() ~ content.routePath %}
\t\t\t\t\t\t\t\t{% set PBX_ATTENTE = sulu_content_root_path() ~ content.routePath %}
\t\t\t\t\t\t\t\t{% set PBX_HASH = \"SHA512\" %}
\t\t\t\t\t\t\t\t{% set PBX_TIME = \"now\"|date(\"Y-m-d\\\\TH:i:sP\") %}
\t\t\t\t\t\t\t\t{% set PBX_REPONDRE_A = sulu_content_root_path() ~ \"/paybox/payment/events\" %}
\t\t\t\t\t\t\t\t{% set hmac = app.request.server.get('HMAC_SITE') %}
\t\t\t\t\t\t\t\t{% set msg = \"PBX_SITE=\" ~ PBX_SITE ~
\t\t\t\t\t\t\t\t\"&PBX_RANG=\" ~ PBX_RANG ~
\t\t\t\t\t\t\t\t\"&PBX_IDENTIFIANT=\" ~ PBX_IDENTIFIANT ~
\t\t\t\t\t\t\t\t\"&PBX_TOTAL=\" ~ PBX_TOTAL ~
\t\t\t\t\t\t\t\t\"&PBX_DEVISE=\" ~ PBX_DEVISE ~
\t\t\t\t\t\t\t\t\"&PBX_CMD=\" ~ PBX_CMD ~
\t\t\t\t\t\t\t\t\"&PBX_PORTEUR=\" ~ PBX_PORTEUR ~
\t\t\t\t\t\t\t\t\"&PBX_RETOUR=\" ~ PBX_RETOUR ~
\t\t\t\t\t\t\t\t\"&PBX_EFFECTUE=\" ~ PBX_EFFECTUE ~
\t\t\t\t\t\t\t\t\"&PBX_REFUSE=\" ~ PBX_REFUSE ~
\t\t\t\t\t\t\t\t\"&PBX_ANNULE=\" ~ PBX_ANNULE ~
\t\t\t\t\t\t\t\t\"&PBX_ATTENTE=\" ~ PBX_ATTENTE ~
\t\t\t\t\t\t\t\t\"&PBX_HASH=\" ~ PBX_HASH ~
\t\t\t\t\t\t\t\t\"&PBX_TIME=\" ~ PBX_TIME ~
\t\t\t\t\t\t\t\t\"&PBX_REPONDRE_A=\" ~ PBX_REPONDRE_A %}
\t\t\t\t\t\t\t\t{% set form_id = content.form.vars['id'] %}
\t\t\t\t\t\t\t\t{% set form_type = content.form.vars['value'].type %}
\t\t\t\t\t\t\t\t{% set form_type_id = content.form.vars['value'].typeId %}
\t\t\t\t\t\t\t\t{% set form_locale = content.form.vars['value'].locale %}
\t\t\t\t\t\t\t\t{% set form_formId = content.form.children['formId'].vars['value'] %}
\t\t\t\t\t\t\t\t{% set form_formName = content.form.children['formName'].vars['value'] %}
\t\t\t\t\t\t\t\t{% set form_checksum = content.form.children['checksum'].vars['value'] %}
\t\t\t\t\t\t\t\t{% if not app.user %}
\t\t\t\t\t\t\t\t\t<button class=\"mt-1em CTA\" id=\"show-registration-links\">Je m'inscris</button>
\t\t\t\t\t\t\t\t\t<p class=\"mt-2em dnone\" id=\"registration-links\">
\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('sulu_community.registration') }}\" class=\"cblue fw600\">Créez vous un compte</a>
\t\t\t\t\t\t\t\t\t\tou
\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('sulu_community.login') }}\" class=\"cblue fw600\">connectez-vous</a>
\t\t\t\t\t\t\t\t\t\tafin de faciliter votre inscription
\t\t\t\t\t\t\t\t\t\t{% if content.form_visible %}
\t\t\t\t\t\t\t\t\t\t\tou
\t\t\t\t\t\t\t\t\t\t\t<span id=\"show-event-form\" class=\"cblue fw600\" tabindex=\"0\">poursuivez sans compte</span>
\t\t\t\t\t\t\t\t\t\t{% endif %}.
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t{% if (not app.user and content.form_visible) or (app.user is defined and app.user is not empty) %}
\t\t\t\t\t\t\t\t\t<div {% if not app.user %} class=\"hidden\" {% endif %} id=\"event-form-container\">
\t\t\t\t\t\t\t\t\t\t{{ form_start(content.form, {\"attr\": {\"id\": \"sulu-agenda-form\", \"class\": \"dflex fdc prelative\", \"data-id\": form_type_id}}) }}
\t\t\t\t\t\t\t\t\t\t<div class=\"w100 h100 pabsolute with-loader\">
\t\t\t\t\t\t\t\t\t\t\t<div class=\"lds-dual-ring pabsolute form-loader\" id=\"loader\"></div>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t{% set excludedValues = ['firstName', 'lastName', 'email', 'locale', 'type', 'typeId', 'formId', 'formName', 'checksum', 'text', 'text1', 'text2'] %}
\t\t\t\t\t\t\t\t\t\t{% if app.user %}
\t\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"{{form_id ~ \"_firstName\" }}\" name=\"{{form_id ~ \"[firstName]\"}}\" value=\"{{ app.user.firstName }}\">
\t\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"{{form_id ~ \"_lastName\" }}\" name=\"{{form_id ~ \"[lastName]\"}}\" value=\"{{ app.user.lastName }}\">
\t\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"{{form_id ~ \"_email\" }}\" name=\"{{form_id ~ \"[email]\"}}\" value=\"{{ app.user.email }}\">
\t\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"{{form_id ~ \"_text2\" }}\" name=\"{{form_id ~ \"[text2]\"}}\" value=\"{{ app.user.contact.structure }}\">
\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t{% if content.form.firstName is defined and content.form.firstName is not null %}
\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"{{form_id ~ \"_firstName\" }}\" class=\"fw400 fs16 lh20 mb-8px mt-1em\">Prénom *</label>
\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" id=\"{{form_id ~ \"_firstName\" }}\" name=\"{{form_id ~ \"[firstName]\"}}\" required=\"\">
\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t{% if content.form.lastName is defined and content.form.lastName is not null %}
\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"{{form_id ~ \"_lastName\" }}\" class=\"fw400 fs16 lh20 mb-8px mt-1em\">Nom *</label>
\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" id=\"{{form_id ~ \"_lastName\" }}\" name=\"{{form_id ~ \"[lastName]\" }}\" required=\"\">
\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t{% if content.form.email is defined and content.form.email is not null %}
\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"{{form_id ~ \"_email\" }}\" class=\"fw400 fs16 lh20 mb-8px mt-1em\">Email *</label>
\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" id=\"{{form_id ~ \"_email\" }}\" name=\"{{form_id ~ \"[email]\" }}\" required=\"\">
\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t{% if content.form.text2 is defined and content.form.text2 is not null %}
\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"{{form_id ~ \"_text2\" }}\" class=\"fw400 fs16 lh20 mb-8px mt-1em\">Structure *</label>
\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" id=\"{{form_id ~ \"_text2\" }}\" name=\"{{form_id ~ \"[text2]\" }}\" required=\"\">
\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"{{form_id ~ \"_locale\" }}\" name=\"{{form_id ~ \"[locale]\"}}\" value=\"{{ form_locale }}\">
\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"{{form_id ~ \"_type\" }}\" name=\"{{form_id ~ \"[type]\"}}\" value=\"{{ form_type }}\">
\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"{{form_id ~ \"_typeId\" }}\" name=\"{{form_id ~ \"[typeId]\"}}\" value=\"{{ form_type_id }}\">
\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"{{form_id ~ \"_formId\" }}\" name=\"{{form_id ~ \"[formId]\"}}\" value=\"{{ form_formId }}\">
\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"{{form_id ~ \"_formName\" }}\" name=\"{{form_id ~ \"[formName]\"}}\" value=\"{{ form_formName }}\">
\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"{{form_id ~ \"_checksum\" }}\" name=\"{{form_id ~ \"[checksum]\"}}\" value=\"{{ form_checksum }}\">
\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"{{form_id ~ \"_text\" }}\" name=\"{{form_id ~ \"[text]\"}}\" value=\"{{ PBX_CMD }}\">
\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"{{form_id ~ \"_text1\" }}\" name=\"{{form_id ~ \"[text1]\"}}\" value=\"\">
\t\t\t\t\t\t\t\t\t\t{% for i, child in content.form.children|keys %}
\t\t\t\t\t\t\t\t\t\t\t{% if child not in excludedValues %}
\t\t\t\t\t\t\t\t\t\t\t\t{% set newChild = attribute(content.form, child) %}
\t\t\t\t\t\t\t\t\t\t\t\t{% if \"textarea\" in child and \"pqna description\" in newChild.vars.label %}
\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"{{form_id ~ \"_\" ~ child }}\" name=\"{{form_id ~ \"[\" ~ child ~ \"]\"}}\">
\t\t\t\t\t\t\t\t\t\t\t\t{% elseif \"dropdown\" in child and \"Département\" in newChild.vars.label %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% if app.user.contact.departement is defined and app.user.contact.departement is not null %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set contact_dpmt = app.user.contact.departement.translations[0].translation %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set contact_dpmt = \"\" %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-1em dflex fdc\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"fw400 fs16 lh20\" for=\"{{ form_id ~ \"_\" ~ child }}\" label_html=\"true\">{{ field_label(content.form.children[child]) }}</label>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<select name=\"{{ field_name(content.form.children[child]) }}\" class=\"form-control\" id=\"{{ form_id ~ \"_\" ~ child }}\" {% if content.form.children[child].vars.required %} required {% endif %}>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"\"></option>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% for label, value in field_choices(content.form.children[child]) %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set selected = (value == contact_dpmt) ? 'selected' : '' %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"{{ value }}\" {{ selected }}>{{ label }}</option>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t</select>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if contact_dpmt is not empty %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"{{ field_name(content.form.children[child]) }}\" value=\"{{ contact_dpmt }}\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t{% elseif \"dropdown\" in child and \"Fonction\" in newChild.vars.label %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% set contact_dpmt = \"\" %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% if app.user %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if app.user.fonction is defined and app.user.fonction is not null %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set contact_dpmt = app.user.fonction %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% elseif 'opérateur' in app.user.typologieActeurValue|lower or 'partenaire' in app.user.typologieActeurValue|lower or app.user.typologieActeurValue|lower == 'autres' %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set contact_dpmt = app.user.typologieActeurValue %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if app.user.typologieActeurValue|lower == 'partenaires' %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set contact_dpmt = 'Partenaire' %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if app.user.typologieActeurValue|lower == 'opérateurs' %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set contact_dpmt = 'Opérateur' %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set contact_dpmt = \"\" %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-1em dflex fdc{% if app.user %} dnone{% endif %}\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"fw400 fs16 lh20\" for=\"{{ form_id ~ \"_\" ~ child }}\" label_html=\"true\">{{ field_label(content.form.children[child]) }}</label>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<select name=\"{{ field_name(content.form.children[child]) }}\" class=\"form-control\" id=\"{{ form_id ~ \"_\" ~ child }}\" {% if contact_dpmt is not empty %} disabled {% endif %} {% if content.form.children[child].vars.required %} required {% endif %}>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"\"></option>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% for label, value in field_choices(content.form.children[child]) %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set selected = (value == contact_dpmt) ? 'selected' : '' %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"{{ value }}\" {{ selected }}>{{ label }}</option>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t</select>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if contact_dpmt is not empty %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"{{ field_name(content.form.children[child]) }}\" value=\"{{ contact_dpmt }}\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t{% elseif \"salutation\" in child %}
\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-1em dflex fdc\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"fw400 fs16 lh20\" for=\"{{ form_id ~ \"_\" ~ child }}\" label_html=\"true\">{{ field_label(content.form.children[child]) }}</label>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<select name=\"{{ field_name(content.form.children[child]) }}\" class=\"form-control\" id=\"{{ form_id ~ \"_\" ~ child }}\" {% if content.form.children[child].vars.required %} required {% endif %}>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"\"></option>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% for label, value in field_choices(content.form.children[child]) %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"{{ value }}\">{{ label }}</option>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t</select>
\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t{% elseif child == \"submit\" %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% if content.prices|length > 0 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-1em dflex fdc\" id=\"prices_checkbox_container\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% for i, price in content.prices %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set true_price = price.price %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if true_price is null %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set true_price = 0 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set id = true_price ~ \"_\" ~ i %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dflex mt-8px\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"price_checkboxes\" id=\"{{id}}\" value=\"{{ true_price }}\">
{# NE PAS TOUCHER A LA LIGNE EN DESSOUS SOUS PEINE DE NE PLUS FAIRE FONCTIONNE LE CODE JS ASSOCIER A CE DERNIER #}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"{{ id }}\" class=\"fw400 fs16 lh20\">{{ price.label }} - {{ true_price|format_number(locale='fr') }}€</label>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-1em dflex fdc\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ form_label(newChild, {'attr': {'class': 'fw400 fs16 lh20'}, 'label_html': true}) }}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ form_widget(newChild, {'attr': {'class': 'CTA nodeco diblock mt-1em lh28'}}) }}
\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t{% elseif \"checkbox\" in child and \"checkboxMultiple\" not in child %}
\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-1em checkbox dflex mb-8px\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ form_widget(newChild, {'attr': {'class': 'mr-0p5em'}}) }}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ form_label(newChild, '', {'label_attr': {'class': 'fw400 fs16 lh20'}, 'label_html': true}) }}
\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t{% elseif \"checkboxMultiple\" in child or \"radio\" in child %}
\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-1em{% if \" checkboxmultiple\" in child %} checkboxmultiple{% endif %}{% if \" radio\" in child %} radio{% endif %} mb-8px\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{form_label(newChild, '', {'label_attr': {'class': 'fw400 fs16 lh20 mb-1em dblock'}, 'label_html': true}) }}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% for subChild in newChild %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set margin = ' mb-8px' %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if \"radio\" in child %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set margin = '' %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-0p5em dflex{{ margin }}\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ form_widget(subChild, {'attr': {'class': 'fw400 fs16 lh20 mr-0p5em' ~ margin}}) }}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ form_label(subChild, '', {'label_attr': {'class': 'fw400 fs16 lh20' ~ margin}, 'label_html': true}) }}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t{% elseif \"please_fill_me\" in child %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{%- block honeypot_row -%}
\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dnone\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ form_widget(newChild) }}
\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t{%- endblock -%}
\t\t\t\t\t\t\t\t\t\t\t{% elseif \"dropdownMultiple\" in child %}
\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-1em dflex fdc checkboxMultiple\">
\t\t\t\t\t\t\t\t\t\t\t\t\t{{ form_label(newChild, '', {'label_attr': {'class': 'fw400 fs16 lh20 mb-8px'}, 'label_html': true}) }}
\t\t\t\t\t\t\t\t\t\t\t\t\t<ul>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% for choice in newChild.vars.choices %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"dflex jcsb aic\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-0p5em dflex aic mb-8px\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" id=\"{{ choice.value }}\" value=\"{{ choice.value }}\" name=\"{{ form_id ~ \"[\" ~ child ~ \"]\" }}[]\" class=\"fw400 fs16 lh20 mr-0p5em mb-8px\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"{{ choice.value }}\" class=\"fw400 fs16 lh20 mr-0p5em mb-8px\">{{ choice.label|raw|trim }}</label>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mt-1em dflex fdc\">
\t\t\t\t\t\t\t\t\t\t\t\t\t{{ form_label(newChild, '', {'label_attr': {'class': 'fw400 fs16 lh20 mb-8px'}, 'label_html': true}) }}
\t\t\t\t\t\t\t\t\t\t\t\t\t{{ form_widget(newChild) }}
\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t{{ form_end(content.form, {render_rest: false}) }}
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<form id=\"paybox-form\" action=\"{{ app.request.server.get('PBX_URL') }}\" method=\"POST\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_SITE\" value=\"{{ PBX_SITE }}\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_RANG\" value=\"{{ PBX_RANG }}\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_IDENTIFIANT\" value=\"{{ PBX_IDENTIFIANT }}\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_TOTAL\" value=\"{{ PBX_TOTAL }}\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_DEVISE\" value=\"{{ PBX_DEVISE }}\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_CMD\" value=\"{{ PBX_CMD }}\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_PORTEUR\" value=\"{{ PBX_PORTEUR }}\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_RETOUR\" value=\"{{ PBX_RETOUR }}\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_EFFECTUE\" value=\"{{ PBX_EFFECTUE }}\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_REFUSE\" value=\"{{ PBX_REFUSE }}\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_ANNULE\" value=\"{{ PBX_ANNULE }}\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_ATTENTE\" value=\"{{ PBX_ATTENTE }}\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_HASH\" value=\"{{ PBX_HASH }}\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_TIME\" value=\"{{ PBX_TIME }}\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_REPONDRE_A\" value=\"{{ PBX_REPONDRE_A }}\">
\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"PBX_HMAC\" value=\"{{ hash_hmac('sha512', msg, hmac)}}\">
\t\t\t\t\t\t\t\t</form>
\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t{% endif %}
\t\t\t\t\t{% endif %}
\t\t\t\t</div>
\t\t\t</div>
\t\t{% endif %}
\t\t{% if content.main_content is defined and content.main_content is not empty and content.main_content|length > 0 %}
\t\t\t{% for data in content.main_content %}
\t\t\t\t{% if data.type == \"sub_content\" %}
\t\t\t\t\t{% include \"articles-blocks/articles-content.html.twig\" %}
\t\t\t\t{% endif %}
\t\t\t\t{% if data.type == \"linked_with\" %}
\t\t\t\t\t{% include \"articles-blocks/linked-with.html.twig\" %}
\t\t\t\t{% endif %}
\t\t\t\t{% if data.type == \"iframe\" %}
\t\t\t\t\t{% include \"blocks/iframe.html.twig\" with {block: data} %}
\t\t\t\t{% endif %}
\t\t\t\t{% if data.type == \"see_more\" %}
\t\t\t\t\t{% include \"articles-blocks/see-more.html.twig\" %}
\t\t\t\t{% endif %}
\t\t\t{% endfor %}
\t\t{% endif %}
\t</article>
</section>{% endblock %}{% block javascripts %}
{% include \"articles/javascripts/base-article-js.html.twig\" %}
{{ encore_entry_script_tags('paybox') }}
{{ parent() }}{% endblock %}
", "articles/agenda.html.twig", "/var/www/html/templates/articles/agenda.html.twig");
}
}