<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
use Twig\TemplateWrapper;
/* pages/sim/cobranding.html.twig */
class __TwigTemplate_6d70c3541120c1639deeb455a1bab857 extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
'body_end_scripts_requirements' => [$this, 'block_body_end_scripts_requirements'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 1
return "layouts/common/default.html.twig";
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "pages/sim/cobranding.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "pages/sim/cobranding.html.twig"));
// line 2
$macros["forms"] = $this->macros["forms"] = $this->load("forms/forms.html.twig", 2)->unwrap();
// line 3
$this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 3, $this->source); })()), ["includes/common/form-theme.html.twig"], true);
// line 5
$context["pageAttributes"] = ((array_key_exists("pageAttributes", $context)) ? ((isset($context["pageAttributes"]) || array_key_exists("pageAttributes", $context) ? $context["pageAttributes"] : (function () { throw new RuntimeError('Variable "pageAttributes" does not exist.', 5, $this->source); })())) : (["group" => "sim", "section" => "sim"]));
// line 6
$context["page_title"] = $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("widget.title");
// line 1
$this->parent = $this->load("layouts/common/default.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 8
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_content(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 9
yield " <h1>";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.page.title"), "html", null, true);
yield "</h1>
<div class=\"is-row\">
<div class=\"is-col-xs-12\">
<p>
";
// line 13
yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.intro");
yield "
</p>
<p>
";
// line 16
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.style.text"), "html", null, true);
yield "
</p>
<h3>";
// line 18
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.style.download"), "html", null, true);
yield "</h3>
<ul>
<li>
<a href=\"";
// line 21
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("/css/" . (isset($context["network_id"]) || array_key_exists("network_id", $context) ? $context["network_id"] : (function () { throw new RuntimeError('Variable "network_id" does not exist.', 21, $this->source); })())) . "/custom-journey.css")), "html", null, true);
yield "\" target=\"_blank\" >";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.style.journeyLink"), "html", null, true);
yield "</a>
</li>
<li>
<a href=\"";
// line 24
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("/css/" . (isset($context["network_id"]) || array_key_exists("network_id", $context) ? $context["network_id"] : (function () { throw new RuntimeError('Variable "network_id" does not exist.', 24, $this->source); })())) . "/custom-schedule.css")), "html", null, true);
yield " \" target=\"_blank\" >";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.style.scheduleLink"), "html", null, true);
yield "</a>
</li>
<li>
<a href=\"";
// line 27
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("/css/" . (isset($context["network_id"]) || array_key_exists("network_id", $context) ? $context["network_id"] : (function () { throw new RuntimeError('Variable "network_id" does not exist.', 27, $this->source); })())) . "/custom-trafic.css")), "html", null, true);
yield "\" target=\"_blank\" >";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.style.trafficLink"), "html", null, true);
yield "</a>
</li>
</ul>
</div>
</div>
<h2>";
// line 32
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("widget.title"), "html", null, true);
yield "</h2>
";
// line 34
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(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.', 34, $this->source); })()), "session", [], "any", false, false, false, 34), "flashbag", [], "any", false, false, false, 34), "all", [], "any", false, false, false, 34));
foreach ($context['_seq'] as $context["type"] => $context["message"]) {
// line 35
yield " <p class=\"is-Alert is-Alert_";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $context["type"]), "html", null, true);
yield " is-Alert_Dismissible\" role=\"alert\">
<button type=\"button\" class=\"is-Close\" data-dismiss=\"alert\" aria-label=\"";
// line 36
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("close"), "html", null, true);
yield "\"><span aria-hidden=\"true\">×</span></button>
<span class=\"is-Alert-Title\">
<i class=\"is-Icon is-Icon-sim-";
// line 38
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["type"], "html", null, true);
yield "\" aria-hidden=\"true\"></i>
";
// line 39
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(("forms." . $context["type"])), "html", null, true);
yield "
</span>
";
// line 41
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["message"], 0, [], "array", false, false, false, 41), "html", null, true);
yield "
</p>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['type'], $context['message'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 44
yield " ";
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 44, $this->source); })()), 'form_start', ["attr" => ["class" => "is-CobrandingForm"]]);
yield "
<div class=\"is-row\">
<div class=\"is-col-xs-12 is-col-sm-6\">
<div class=\"is-Field is-LabelledInput\">
";
// line 48
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 48, $this->source); })()), "name", [], "any", false, false, false, 48), 'widget', ["attr" => ["class" => "is-LabelledInput-Input"]]);
yield "
";
// line 49
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 49, $this->source); })()), "name", [], "any", false, false, false, 49), 'label', ["label_attr" => ["class" => "is-LabelledInput-Label"]]);
yield "
<span class=\"help-block\">";
// line 50
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.help.name"), "html", null, true);
yield "</span>
</div>
</div>
<div class=\"is-col-xs-12 is-col-sm-6\">
<div class=\"is-Field is-LabelledInput\">
";
// line 55
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 55, $this->source); })()), "email", [], "any", false, false, false, 55), 'widget', ["attr" => ["class" => "is-LabelledInput-Input"]]);
yield "
";
// line 56
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 56, $this->source); })()), "email", [], "any", false, false, false, 56), 'label', ["label_attr" => ["class" => "is-LabelledInput-Label"]]);
yield "
<span class=\"help-block\">";
// line 57
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.help.email"), "html", null, true);
yield "</span>
</div>
</div>
</div>
<div class=\"is-row\">
<div class=\"is-col-xs-12 is-col-sm-7\">
<div class=\"is-Field\">
";
// line 64
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 64, $this->source); })()), "widgetType", [], "any", false, false, false, 64), 'label', ["label_attr" => ["class" => "is-Label is-Label_Display_Block"]]);
yield "
";
// line 65
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 65, $this->source); })()), "widgetType", [], "any", false, false, false, 65), 'widget', ["attr" => ["class" => "is-Combobox", "is-button-additionnal-class" => "is-Combobox-Button_Large"]]);
yield "
";
// line 66
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.help.widget_type"), "html", null, true);
yield "
</div>
</div>
</div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide ITINERAIRE_INTEGRE\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>";
// line 70
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.help.widgets.ITINERAIRE_INTEGRE"), "html", null, true);
yield "<br><a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("widget.page.index", ["product" => "place-journey"]);
yield "\" target=\"_blank\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("widget.see_an_example"), "html", null, true);
yield "</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide ITINERAIRE_REDIRECTION_SIM\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>";
// line 71
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.help.widgets.ITINERAIRE_REDIRECTION_SIM"), "html", null, true);
yield "<br><a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("widget.page.index", ["product" => "place", "redirection" => "true", "internal" => "false"]), "html", null, true);
yield "\" target=\"_blank\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("widget.see_an_example"), "html", null, true);
yield "</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide ITINERAIRE_REDIRECTION_SITE_SITE\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>";
// line 72
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.help.widgets.ITINERAIRE_REDIRECTION_SITE_SITE"), "html", null, true);
yield "<br><a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("widget.page.index", ["product" => "place", "redirection" => "true", "internal" => "true", "partner" => "true", "target" => ((((isset($context["baseUrl"]) || array_key_exists("baseUrl", $context) ? $context["baseUrl"] : (function () { throw new RuntimeError('Variable "baseUrl" does not exist.', 72, $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.', 72, $this->source); })()), "request", [], "any", false, false, false, 72), "locale", [], "any", false, false, false, 72)) . "/widget")]), "html", null, true);
yield "\" target=\"_blank\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("widget.see_an_example"), "html", null, true);
yield "</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide ITINERAIRE_REDIRECTION_PAGE_PAGE\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>";
// line 73
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.help.widgets.ITINERAIRE_REDIRECTION_PAGE_PAGE"), "html", null, true);
yield "<br><a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("widget.page.index", ["product" => "place", "redirection" => "true", "internal" => "true", "target" => "fr/widget"]), "html", null, true);
yield "\" target=\"_blank\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("widget.see_an_example"), "html", null, true);
yield "</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide HORAIRE_INTEGRE\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>";
// line 74
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.help.widgets.HORAIRE_INTEGRE"), "html", null, true);
yield "<br><a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("widget.page.index", ["product" => "schedule-map"]);
yield "\" target=\"_blank\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("widget.see_an_example"), "html", null, true);
yield "</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide HORAIRE_REDIRECTION_SIM\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>";
// line 75
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.help.widgets.HORAIRE_REDIRECTION_SIM"), "html", null, true);
yield "<br><a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("widget.page.index", ["product" => "schedule", "redirection" => "true", "internal" => "false"]), "html", null, true);
yield "\" target=\"_blank\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("widget.see_an_example"), "html", null, true);
yield "</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide HORAIRE_REDIRECTION_SITE_SITE\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>";
// line 76
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.help.widgets.HORAIRE_REDIRECTION_SITE_SITE"), "html", null, true);
yield "<br><a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("widget.page.index", ["product" => "schedule", "redirection" => "true", "internal" => "true", "partner" => "true", "target" => ((((isset($context["baseUrl"]) || array_key_exists("baseUrl", $context) ? $context["baseUrl"] : (function () { throw new RuntimeError('Variable "baseUrl" does not exist.', 76, $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.', 76, $this->source); })()), "request", [], "any", false, false, false, 76), "locale", [], "any", false, false, false, 76)) . "/widget")]), "html", null, true);
yield "\" target=\"_blank\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("widget.see_an_example"), "html", null, true);
yield "</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide HORAIRE_REDIRECTION_PAGE_PAGE\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>";
// line 77
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.help.widgets.HORAIRE_REDIRECTION_PAGE_PAGE"), "html", null, true);
yield "<br><a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("widget.page.index", ["product" => "schedule", "redirection" => "true", "internal" => "true", "target" => "fr/widget"]), "html", null, true);
yield "\" target=\"_blank\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("widget.see_an_example"), "html", null, true);
yield "</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide TRAFIC_INTEGRE\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>";
// line 78
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.help.widgets.TRAFIC_INTEGRE"), "html", null, true);
yield "<br><a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("widget.page.index", ["product" => "traffic"]);
yield "\" target=\"_blank\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("widget.see_an_example"), "html", null, true);
yield "</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide FULL\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>";
// line 79
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.help.widgets.FULL"), "html", null, true);
yield "<br><a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("widget.page.index", ["product" => "full"]);
yield "\" target=\"_blank\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("widget.see_an_example"), "html", null, true);
yield "</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide FULL_EXCEPT_TRAFFIC\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>";
// line 80
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.help.widgets.FULL_EXCEPT_TRAFFIC"), "html", null, true);
yield "<br><a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("widget.page.index", ["product" => "full", "except" => "traffic"]), "html", null, true);
yield "\" target=\"_blank\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("widget.see_an_example"), "html", null, true);
yield "</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide FULL_EXCEPT_TRAFFIC_REDIRECTION_SIM\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>";
// line 81
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("doc.help.widgets.FULL_EXCEPT_TRAFFIC_REDIRECTION_SIM"), "html", null, true);
yield "<br><a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("widget.page.index", ["product" => "full", "except" => "traffic", "redirection" => "true", "internal" => "false"]), "html", null, true);
yield "\" target=\"_blank\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("widget.see_an_example"), "html", null, true);
yield "</a></div>
<div class=\"is-row is-mb-10 is-Widget-Subnetworks-Block is-hide\">
<div class=\"is-col-xs-12 is-col-sm-12\">
<div class=\"is-Field\">
";
// line 86
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 86, $this->source); })()), "subNetworks", [], "any", false, false, false, 86), 'label', ["label_attr" => ["class" => "is-Label is-Label_Display_Block"]]);
yield "
";
// line 87
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 87, $this->source); })()), "subNetworks", [], "any", false, false, false, 87), 'widget', ["attr" => ["class" => "is-Widget-SubNetworks"]]);
yield "
</div>
</div>
</div>
<div class=\"is-Field is-LabelledInput\">
<label for=\"widget_form_domain\" class=\"is-Label is-Label_Display_Block\">
";
// line 94
yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("form.domain");
yield "
<span class=\"is-LabelledInput-Label_Required\">*</span>
</label>
";
// line 97
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 97, $this->source); })()), "domain", [], "any", false, false, false, 97), 'widget', ["attr" => ["class" => "is-Textarea"]]);
yield "
</div>
<div class=\"is-Field\">
";
// line 100
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 100, $this->source); })()), "prefilled", [], "any", false, false, false, 100), 'label', ["label_attr" => ["class" => "is-Label is-Label_Display_Block"]]);
yield "
";
// line 101
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 101, $this->source); })()), "prefilled", [], "any", false, false, false, 101), 'widget', ["attr" => ["class" => "is-Combobox", "is-button-additionnal-class" => "is-Combobox-Button_Large", "is-use-full-width" => "false"]]);
yield "
</div>
<div class=\"is-LabelInInput is-First is-hide DEPARTURE\" id=\"is-Journey-Departure-LabelInInput\">
<div class=\"is-LabelInInput-LabelWrapper\">
<label class=\"is-LabelInInput-Label ";
// line 105
yield (((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 105, $this->source); })()), "start", [], "any", false, false, false, 105), "vars", [], "any", false, false, false, 105), "required", [], "any", false, false, false, 105)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("required") : (""));
yield "\" for=\"is-Journey-Departure\">
";
// line 106
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 106, $this->source); })()), "start", [], "any", false, false, false, 106), "vars", [], "any", false, false, false, 106), "label", [], "any", false, false, false, 106)), "html", null, true);
yield "
</label>
</div>
<div class=\"is-LabelInInput-InputWrapper\">
";
// line 110
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 110, $this->source); })()), "start", [], "any", false, false, false, 110), 'widget', ["id" => "is-Journey-Departure", "attr" => ["class" => "is-LabelInInput-Input is-Resettable-Input", "autocomplete" => "off", "aria-autocomplete" => "list", "aria-owns" => "is-Journey-Departure-Suggestions"]]);
yield "
";
// line 111
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 111, $this->source); })()), "startId", [], "any", false, false, false, 111), 'row', ["id" => "is-Departure-Place-Id"]);
yield "
</div>
</div>
<div class=\"is-LabelInInput is-Last is-hide ARRIVAL\" id=\"is-Journey-Arrival-LabelInInput\">
<div class=\"is-LabelInInput-LabelWrapper\">
<label class=\"is-LabelInInput-Label ";
// line 116
yield (((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 116, $this->source); })()), "end", [], "any", false, false, false, 116), "vars", [], "any", false, false, false, 116), "required", [], "any", false, false, false, 116)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("required") : (""));
yield "\" for=\"is-Journey-Arrival\">
";
// line 117
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 117, $this->source); })()), "end", [], "any", false, false, false, 117), "vars", [], "any", false, false, false, 117), "label", [], "any", false, false, false, 117)), "html", null, true);
yield "
</label>
</div>
<div class=\"is-LabelInInput-InputWrapper\">
";
// line 121
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 121, $this->source); })()), "end", [], "any", false, false, false, 121), 'widget', ["id" => "is-Journey-Arrival", "attr" => ["class" => "is-LabelInInput-Input is-Resettable-Input", "autocomplete" => "off", "aria-autocomplete" => "list", "aria-owns" => "is-Journey-Arrival-Suggestions"]]);
yield "
";
// line 122
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 122, $this->source); })()), "endId", [], "any", false, false, false, 122), 'row', ["id" => "is-Arrival-Place-Id"]);
yield "
</div>
</div>
<h3>";
// line 126
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("widget.center_and_zoom_level"), "html", null, true);
yield "</h3>
";
// line 127
yield $macros["forms"]->getTemplateForMacro("macro_input", $context, 127, $this->getSourceContext())->macro_input(...[CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 127, $this->source); })()), "customizeMap", [], "any", false, false, false, 127)]);
yield "
<div class=\"is-MapCustomization\" id=\"is-MapCustomization\"";
// line 129
yield (((($tmp = !CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 129, $this->source); })()), "customizeMap", [], "any", false, false, false, 129), "vars", [], "any", false, false, false, 129), "checked", [], "any", false, false, false, 129)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("style=\"display: none;\"") : (""));
yield ">
<div class=\"is-FieldGroup is-row is-row-no-gutters\">
<div class=\"is-col-xs-6 is-col-sm-3 is-col-md-2 is-Field is-LabelledInput\">
";
// line 132
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 132, $this->source); })()), "latitude", [], "any", false, false, false, 132), 'widget', ["attr" => ["class" => "is-LabelledInput-Input is-MapCustomization-MapParam"]]);
yield "
";
// line 133
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 133, $this->source); })()), "latitude", [], "any", false, false, false, 133), 'label', ["label_attr" => ["class" => "is-LabelledInput-Label"]]);
yield "
</div>
<div class=\"is-col-xs-6 is-col-sm-3 is-col-md-2 is-Field is-LabelledInput\">
";
// line 136
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 136, $this->source); })()), "longitude", [], "any", false, false, false, 136), 'widget', ["attr" => ["class" => "is-LabelledInput-Input is-MapCustomization-MapParam"]]);
yield "
";
// line 137
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 137, $this->source); })()), "longitude", [], "any", false, false, false, 137), 'label', ["label_attr" => ["class" => "is-LabelledInput-Label"]]);
yield "
</div>
<div class=\"is-col-xs-4 is-col-sm-2 is-col-lg-1 is-Field is-LabelledInput\">
";
// line 140
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 140, $this->source); })()), "zoom", [], "any", false, false, false, 140), 'widget', ["attr" => ["class" => "is-LabelledInput-Input is-MapCustomization-MapParam"]]);
yield "
";
// line 141
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 141, $this->source); })()), "zoom", [], "any", false, false, false, 141), 'label', ["label_attr" => ["class" => "is-LabelledInput-Label"], "value" => 7]);
yield "
</div>
<div class=\"is-col-xs-8 is-col-sm-4 is-col-lg-7\">
<a class=\"is-Button is-Button_Transparent is-MapCustomization-ResetPositionButton\"><i class=\"is-Icon is-Icon-sim-refresh\" aria-hidden=\"true\"></i><span class=\"is-Button-C1\">Réinitialiser la position</span></a>
</div>
</div>
<div class=\"is-MapCustomization-MapWrapper\">
<div class=\"is-MapCustomization-Map\" id=\"is-MapCustomization-Map\"></div>
<i class=\"is-Icon is-Icon-sim-plus_Bordered is-MapCustomization-MapCenter\" aria-hidden=\"true\"><i class=\"is-path1\"></i><i class=\"is-path2\"></i></i>
</div>
</div>
<div class=\"is-row is-Field\">
<div class=\"is-col-xs-12 is-col-sm-7 is-col-md-8 is-col-lg-9\">
<div id=\"is-contact-recaptcha\" class=\"g-recaptcha is-ReCaptcha_Align_Left\" data-sitekey=\"";
// line 154
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["captcha_public_key"]) || array_key_exists("captcha_public_key", $context) ? $context["captcha_public_key"] : (function () { throw new RuntimeError('Variable "captcha_public_key" does not exist.', 154, $this->source); })()), "html", null, true);
yield "\"></div>
</div>
</div>
<p class=\"is-CobrandingForm-ButtonArea\">
<span class=\"is-CobrandingForm-ButtonAreaDescription\">";
// line 158
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("forms.submit_btn_cobranding"), "html", null, true);
yield "</span>
<button id=\"submit-Cobranding\" type=\"submit\" class=\"is-Button is-Button_Primary is-fz-l\">";
// line 159
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("validate"), "html", null, true);
yield "</button>
</p>
";
// line 162
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 162, $this->source); })()), 'form_end');
yield "
";
// line 164
if ((array_key_exists("formSubmitted", $context) && ((isset($context["formSubmitted"]) || array_key_exists("formSubmitted", $context) ? $context["formSubmitted"] : (function () { throw new RuntimeError('Variable "formSubmitted" does not exist.', 164, $this->source); })()) == true))) {
// line 165
yield " <div class=\"is-row\">
<div class=\"is-col-xs-12\">
<div class=\"is-Alert is-Alert_Success\" role=\"alert\">
<p>";
// line 168
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("forms.after_submit_cobranding"), "html", null, true);
yield "</p>
</div>
</div>
</div>
";
}
// line 173
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 175
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_body_end_scripts_requirements(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_end_scripts_requirements"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_end_scripts_requirements"));
// line 176
yield " <script src=\"https://www.google.com/recaptcha/api.js\"></script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "pages/sim/cobranding.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 530 => 176, 517 => 175, 505 => 173, 497 => 168, 492 => 165, 490 => 164, 485 => 162, 479 => 159, 475 => 158, 468 => 154, 452 => 141, 448 => 140, 442 => 137, 438 => 136, 432 => 133, 428 => 132, 422 => 129, 417 => 127, 413 => 126, 406 => 122, 402 => 121, 395 => 117, 391 => 116, 383 => 111, 379 => 110, 372 => 106, 368 => 105, 361 => 101, 357 => 100, 351 => 97, 345 => 94, 335 => 87, 331 => 86, 319 => 81, 311 => 80, 303 => 79, 295 => 78, 287 => 77, 279 => 76, 271 => 75, 263 => 74, 255 => 73, 247 => 72, 239 => 71, 231 => 70, 224 => 66, 220 => 65, 216 => 64, 206 => 57, 202 => 56, 198 => 55, 190 => 50, 186 => 49, 182 => 48, 174 => 44, 165 => 41, 160 => 39, 156 => 38, 151 => 36, 146 => 35, 142 => 34, 137 => 32, 127 => 27, 119 => 24, 111 => 21, 105 => 18, 100 => 16, 94 => 13, 86 => 9, 73 => 8, 62 => 1, 60 => 6, 58 => 5, 56 => 3, 54 => 2, 41 => 1,);
}
public function getSourceContext(): Source
{
return new Source("{% extends 'layouts/common/default.html.twig' %}
{% import 'forms/forms.html.twig' as forms %}
{% form_theme form 'includes/common/form-theme.html.twig' %}
{% set pageAttributes = pageAttributes is defined ? pageAttributes : { group: 'sim', section: 'sim' } %}
{% set page_title = 'widget.title'|trans %}
{% block content %}
<h1>{{ 'doc.page.title' | trans }}</h1>
<div class=\"is-row\">
<div class=\"is-col-xs-12\">
<p>
{{ 'doc.intro' | trans | raw }}
</p>
<p>
{{ 'doc.style.text' | trans }}
</p>
<h3>{{ 'doc.style.download' | trans }}</h3>
<ul>
<li>
<a href=\"{{ asset('/css/'~ network_id ~'/custom-journey.css') }}\" target=\"_blank\" >{{ 'doc.style.journeyLink' | trans }}</a>
</li>
<li>
<a href=\"{{ asset('/css/'~ network_id ~'/custom-schedule.css') }} \" target=\"_blank\" >{{ 'doc.style.scheduleLink' | trans }}</a>
</li>
<li>
<a href=\"{{ asset('/css/'~ network_id ~'/custom-trafic.css') }}\" target=\"_blank\" >{{ 'doc.style.trafficLink' | trans }}</a>
</li>
</ul>
</div>
</div>
<h2>{{ 'widget.title' | trans}}</h2>
{% for type, message in app.session.flashbag.all %}
<p class=\"is-Alert is-Alert_{{ type|capitalize }} is-Alert_Dismissible\" role=\"alert\">
<button type=\"button\" class=\"is-Close\" data-dismiss=\"alert\" aria-label=\"{{ 'close' | trans }}\"><span aria-hidden=\"true\">×</span></button>
<span class=\"is-Alert-Title\">
<i class=\"is-Icon is-Icon-sim-{{ type }}\" aria-hidden=\"true\"></i>
{{ ('forms.'~type)|trans }}
</span>
{{ message[0] }}
</p>
{% endfor %}
{{ form_start(form, { 'attr' : { 'class' : 'is-CobrandingForm' }}) }}
<div class=\"is-row\">
<div class=\"is-col-xs-12 is-col-sm-6\">
<div class=\"is-Field is-LabelledInput\">
{{ form_widget(form.name, {'attr': {'class':'is-LabelledInput-Input'}}) }}
{{ form_label(form.name, null, {'label_attr': {'class':'is-LabelledInput-Label'}}) }}
<span class=\"help-block\">{{ 'doc.help.name' | trans }}</span>
</div>
</div>
<div class=\"is-col-xs-12 is-col-sm-6\">
<div class=\"is-Field is-LabelledInput\">
{{ form_widget(form.email, {'attr': {'class':'is-LabelledInput-Input'}}) }}
{{ form_label(form.email, null, {'label_attr': {'class':'is-LabelledInput-Label'}}) }}
<span class=\"help-block\">{{ 'doc.help.email' | trans }}</span>
</div>
</div>
</div>
<div class=\"is-row\">
<div class=\"is-col-xs-12 is-col-sm-7\">
<div class=\"is-Field\">
{{ form_label(form.widgetType, null, {'label_attr': {'class':'is-Label is-Label_Display_Block'}}) }}
{{ form_widget(form.widgetType, {'attr': {'class' : 'is-Combobox', 'is-button-additionnal-class' : 'is-Combobox-Button_Large'}}) }}
{{ 'doc.help.widget_type' | trans }}
</div>
</div>
</div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide ITINERAIRE_INTEGRE\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>{{ 'doc.help.widgets.ITINERAIRE_INTEGRE' | trans }}<br><a href=\"{{ path('widget.page.index', { 'product' : 'place-journey' }) }}\" target=\"_blank\">{{ 'widget.see_an_example'|trans }}</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide ITINERAIRE_REDIRECTION_SIM\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>{{ 'doc.help.widgets.ITINERAIRE_REDIRECTION_SIM' | trans }}<br><a href=\"{{ path('widget.page.index', { 'product' : 'place', 'redirection' : 'true', 'internal' : 'false' }) }}\" target=\"_blank\">{{ 'widget.see_an_example'|trans }}</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide ITINERAIRE_REDIRECTION_SITE_SITE\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>{{ 'doc.help.widgets.ITINERAIRE_REDIRECTION_SITE_SITE' | trans }}<br><a href=\"{{ path('widget.page.index', { 'product' : 'place', 'redirection' : 'true', 'internal' : 'true', 'partner' : 'true', 'target' : baseUrl ~ '/' ~ app.request.locale ~ '/widget' }) }}\" target=\"_blank\">{{ 'widget.see_an_example'|trans }}</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide ITINERAIRE_REDIRECTION_PAGE_PAGE\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>{{ 'doc.help.widgets.ITINERAIRE_REDIRECTION_PAGE_PAGE' | trans }}<br><a href=\"{{ path('widget.page.index', { 'product' : 'place', 'redirection' : 'true', 'internal' : 'true', 'target' : 'fr/widget' }) }}\" target=\"_blank\">{{ 'widget.see_an_example'|trans }}</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide HORAIRE_INTEGRE\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>{{ 'doc.help.widgets.HORAIRE_INTEGRE' | trans }}<br><a href=\"{{ path('widget.page.index', { 'product' : 'schedule-map' }) }}\" target=\"_blank\">{{ 'widget.see_an_example'|trans }}</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide HORAIRE_REDIRECTION_SIM\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>{{ 'doc.help.widgets.HORAIRE_REDIRECTION_SIM' | trans }}<br><a href=\"{{ path('widget.page.index', { 'product' : 'schedule', 'redirection' : 'true', 'internal' : 'false' }) }}\" target=\"_blank\">{{ 'widget.see_an_example'|trans }}</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide HORAIRE_REDIRECTION_SITE_SITE\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>{{ 'doc.help.widgets.HORAIRE_REDIRECTION_SITE_SITE' | trans }}<br><a href=\"{{ path('widget.page.index', { 'product' : 'schedule', 'redirection' : 'true', 'internal' : 'true', 'partner' : 'true', 'target' : baseUrl ~ '/' ~ app.request.locale ~ '/widget' }) }}\" target=\"_blank\">{{ 'widget.see_an_example'|trans }}</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide HORAIRE_REDIRECTION_PAGE_PAGE\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>{{ 'doc.help.widgets.HORAIRE_REDIRECTION_PAGE_PAGE' | trans }}<br><a href=\"{{ path('widget.page.index', { 'product' : 'schedule', 'redirection' : 'true', 'internal' : 'true', 'target' : 'fr/widget' }) }}\" target=\"_blank\">{{ 'widget.see_an_example'|trans }}</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide TRAFIC_INTEGRE\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>{{ 'doc.help.widgets.TRAFIC_INTEGRE' | trans }}<br><a href=\"{{ path('widget.page.index', { 'product' : 'traffic' }) }}\" target=\"_blank\">{{ 'widget.see_an_example'|trans }}</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide FULL\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>{{ 'doc.help.widgets.FULL' | trans }}<br><a href=\"{{ path('widget.page.index', { 'product' : 'full' }) }}\" target=\"_blank\">{{ 'widget.see_an_example'|trans }}</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide FULL_EXCEPT_TRAFFIC\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>{{ 'doc.help.widgets.FULL_EXCEPT_TRAFFIC' | trans }}<br><a href=\"{{ path('widget.page.index', { 'product' : 'full', 'except': 'traffic' }) }}\" target=\"_blank\">{{ 'widget.see_an_example'|trans }}</a></div>
<div class=\"is-Panel is-Panel_Illustrated widgetType-Description is-hide FULL_EXCEPT_TRAFFIC_REDIRECTION_SIM\"><i class=\"is-Icon is-Icon-com-info\" aria-hidden=\"true\"></i>{{ 'doc.help.widgets.FULL_EXCEPT_TRAFFIC_REDIRECTION_SIM' | trans }}<br><a href=\"{{ path('widget.page.index', { 'product' : 'full', 'except': 'traffic', 'redirection' : 'true', 'internal' : 'false' }) }}\" target=\"_blank\">{{ 'widget.see_an_example'|trans }}</a></div>
<div class=\"is-row is-mb-10 is-Widget-Subnetworks-Block is-hide\">
<div class=\"is-col-xs-12 is-col-sm-12\">
<div class=\"is-Field\">
{{ form_label(form.subNetworks, null, {'label_attr': {'class':'is-Label is-Label_Display_Block'}}) }}
{{ form_widget(form.subNetworks, {'attr': {'class':'is-Widget-SubNetworks'}}) }}
</div>
</div>
</div>
<div class=\"is-Field is-LabelledInput\">
<label for=\"widget_form_domain\" class=\"is-Label is-Label_Display_Block\">
{{ \"form.domain\"|trans|raw }}
<span class=\"is-LabelledInput-Label_Required\">*</span>
</label>
{{ form_widget(form.domain, {'attr': {'class':'is-Textarea'}}) }}
</div>
<div class=\"is-Field\">
{{ form_label(form.prefilled, null, {'label_attr': {'class':'is-Label is-Label_Display_Block'}}) }}
{{ form_widget(form.prefilled, {'attr': {'class' : 'is-Combobox', 'is-button-additionnal-class' : 'is-Combobox-Button_Large', 'is-use-full-width' : 'false'}}) }}
</div>
<div class=\"is-LabelInInput is-First is-hide DEPARTURE\" id=\"is-Journey-Departure-LabelInInput\">
<div class=\"is-LabelInInput-LabelWrapper\">
<label class=\"is-LabelInInput-Label {{ form.start.vars.required ? 'required' }}\" for=\"is-Journey-Departure\">
{{ form.start.vars.label | trans }}
</label>
</div>
<div class=\"is-LabelInInput-InputWrapper\">
{{ form_widget(form.start, {'id': 'is-Journey-Departure', 'attr': {'class':'is-LabelInInput-Input is-Resettable-Input', 'autocomplete':'off', 'aria-autocomplete':'list', 'aria-owns':'is-Journey-Departure-Suggestions'}}) }}
{{ form_row(form.startId, {'id':'is-Departure-Place-Id'}) }}
</div>
</div>
<div class=\"is-LabelInInput is-Last is-hide ARRIVAL\" id=\"is-Journey-Arrival-LabelInInput\">
<div class=\"is-LabelInInput-LabelWrapper\">
<label class=\"is-LabelInInput-Label {{ form.end.vars.required ? 'required' }}\" for=\"is-Journey-Arrival\">
{{ form.end.vars.label | trans }}
</label>
</div>
<div class=\"is-LabelInInput-InputWrapper\">
{{ form_widget(form.end, {'id': 'is-Journey-Arrival', 'attr': {'class':'is-LabelInInput-Input is-Resettable-Input', 'autocomplete':'off', 'aria-autocomplete':'list', 'aria-owns':'is-Journey-Arrival-Suggestions'}}) }}
{{ form_row(form.endId, {'id':'is-Arrival-Place-Id'}) }}
</div>
</div>
<h3>{{ 'widget.center_and_zoom_level'|trans }}</h3>
{{ forms.input(form.customizeMap) }}
<div class=\"is-MapCustomization\" id=\"is-MapCustomization\"{{ not form.customizeMap.vars.checked ? 'style=\"display: none;\"' : '' }}>
<div class=\"is-FieldGroup is-row is-row-no-gutters\">
<div class=\"is-col-xs-6 is-col-sm-3 is-col-md-2 is-Field is-LabelledInput\">
{{ form_widget(form.latitude, {'attr': {'class':'is-LabelledInput-Input is-MapCustomization-MapParam'}}) }}
{{ form_label(form.latitude, null, {'label_attr': {'class':'is-LabelledInput-Label'}}) }}
</div>
<div class=\"is-col-xs-6 is-col-sm-3 is-col-md-2 is-Field is-LabelledInput\">
{{ form_widget(form.longitude, {'attr': {'class':'is-LabelledInput-Input is-MapCustomization-MapParam'}}) }}
{{ form_label(form.longitude, null, {'label_attr': {'class':'is-LabelledInput-Label'}}) }}
</div>
<div class=\"is-col-xs-4 is-col-sm-2 is-col-lg-1 is-Field is-LabelledInput\">
{{ form_widget(form.zoom, {'attr': {'class':'is-LabelledInput-Input is-MapCustomization-MapParam'}}) }}
{{ form_label(form.zoom, null, {'label_attr': {'class':'is-LabelledInput-Label'}, 'value' : 7}) }}
</div>
<div class=\"is-col-xs-8 is-col-sm-4 is-col-lg-7\">
<a class=\"is-Button is-Button_Transparent is-MapCustomization-ResetPositionButton\"><i class=\"is-Icon is-Icon-sim-refresh\" aria-hidden=\"true\"></i><span class=\"is-Button-C1\">Réinitialiser la position</span></a>
</div>
</div>
<div class=\"is-MapCustomization-MapWrapper\">
<div class=\"is-MapCustomization-Map\" id=\"is-MapCustomization-Map\"></div>
<i class=\"is-Icon is-Icon-sim-plus_Bordered is-MapCustomization-MapCenter\" aria-hidden=\"true\"><i class=\"is-path1\"></i><i class=\"is-path2\"></i></i>
</div>
</div>
<div class=\"is-row is-Field\">
<div class=\"is-col-xs-12 is-col-sm-7 is-col-md-8 is-col-lg-9\">
<div id=\"is-contact-recaptcha\" class=\"g-recaptcha is-ReCaptcha_Align_Left\" data-sitekey=\"{{ captcha_public_key }}\"></div>
</div>
</div>
<p class=\"is-CobrandingForm-ButtonArea\">
<span class=\"is-CobrandingForm-ButtonAreaDescription\">{{ 'forms.submit_btn_cobranding'|trans }}</span>
<button id=\"submit-Cobranding\" type=\"submit\" class=\"is-Button is-Button_Primary is-fz-l\">{{ 'validate'|trans }}</button>
</p>
{{ form_end(form) }}
{% if formSubmitted is defined and formSubmitted == true %}
<div class=\"is-row\">
<div class=\"is-col-xs-12\">
<div class=\"is-Alert is-Alert_Success\" role=\"alert\">
<p>{{ 'forms.after_submit_cobranding'|trans }}</p>
</div>
</div>
</div>
{% endif %}
{% endblock %}
{% block body_end_scripts_requirements %}
<script src=\"https://www.google.com/recaptcha/api.js\"></script>
{% endblock %}
", "pages/sim/cobranding.html.twig", "/var/www/html/templates/pages/sim/cobranding.html.twig");
}
}