var/cache/dev/twig/7c/7cf4f32b897fdda068db69540e82af2e.php line 44

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* pages/sim/contact.html.twig */
  16. class __TwigTemplate_721d094d6ee46661d355cdcde271a80f extends Template
  17. {
  18. private Source $source;
  19. /**
  20. * @var array<string, Template>
  21. */
  22. private array $macros = [];
  23. public function __construct(Environment $env)
  24. {
  25. parent::__construct($env);
  26. $this->source = $this->getSourceContext();
  27. $this->blocks = [
  28. 'head_scripts_requirements' => [$this, 'block_head_scripts_requirements'],
  29. 'content' => [$this, 'block_content'],
  30. ];
  31. }
  32. protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  33. {
  34. // line 1
  35. return "layouts/common/default.html.twig";
  36. }
  37. protected function doDisplay(array $context, array $blocks = []): iterable
  38. {
  39. $macros = $this->macros;
  40. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  41. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "pages/sim/contact.html.twig"));
  42. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  43. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "pages/sim/contact.html.twig"));
  44. // line 2
  45. $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.', 2, $this->source); })()), ["includes/common/form-theme.html.twig"], true);
  46. // line 4
  47. if ((false == (isset($context["subject"]) || array_key_exists("subject", $context) ? $context["subject"] : (function () { throw new RuntimeError('Variable "subject" does not exist.', 4, $this->source); })()))) {
  48. // line 5
  49. $context["subject"] = "default";
  50. }
  51. // line 7
  52. $context["name"] = $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(("form.subject." . (isset($context["subject"]) || array_key_exists("subject", $context) ? $context["subject"] : (function () { throw new RuntimeError('Variable "subject" does not exist.', 7, $this->source); })())));
  53. // line 9
  54. $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.', 9, $this->source); })())) : (["group" => "common", "section" => "sim"]));
  55. // line 10
  56. $context["page_title"] = $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contact.title_new_format", ["name" => (isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 10, $this->source); })())]);
  57. // line 1
  58. $this->parent = $this->load("layouts/common/default.html.twig", 1);
  59. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  60. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  61. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  62. }
  63. // line 12
  64. /**
  65. * @return iterable<null|scalar|\Stringable>
  66. */
  67. public function block_head_scripts_requirements(array $context, array $blocks = []): iterable
  68. {
  69. $macros = $this->macros;
  70. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  71. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head_scripts_requirements"));
  72. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  73. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head_scripts_requirements"));
  74. // line 13
  75. yield " <!--[if !IE 8]><!--><script src=\"https://www.google.com/recaptcha/api.js\"></script><!--<![endif]-->
  76. ";
  77. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  78. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  79. yield from [];
  80. }
  81. // line 16
  82. /**
  83. * @return iterable<null|scalar|\Stringable>
  84. */
  85. public function block_content(array $context, array $blocks = []): iterable
  86. {
  87. $macros = $this->macros;
  88. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  89. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
  90. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  91. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
  92. // line 17
  93. yield "
  94. ";
  95. // line 18
  96. if (((isset($context["subject"]) || array_key_exists("subject", $context) ? $context["subject"] : (function () { throw new RuntimeError('Variable "subject" does not exist.', 18, $this->source); })()) == "zou")) {
  97. // line 19
  98. yield " <h1 class=\"is-title-contact\">";
  99. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contact.title_zou"), "html", null, true);
  100. yield "</h1>
  101. ";
  102. } else {
  103. // line 21
  104. yield " <h1 class=\"is-text-center\">";
  105. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contact.title_new_format", ["name" => (isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 21, $this->source); })())]), "html", null, true);
  106. yield "</h1>
  107. ";
  108. }
  109. // line 23
  110. yield "
  111. ";
  112. // line 24
  113. $context['_parent'] = $context;
  114. $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.', 24, $this->source); })()), "session", [], "any", false, false, false, 24), "flashbag", [], "any", false, false, false, 24), "all", [], "any", false, false, false, 24));
  115. foreach ($context['_seq'] as $context["type"] => $context["message"]) {
  116. // line 25
  117. yield " <p class=\"is-Alert is-Alert_";
  118. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $context["type"]), "html", null, true);
  119. yield " is-Alert_Dismissible\" role=\"alert\">
  120. <button type=\"button\" class=\"is-Close\" data-dismiss=\"alert\" aria-label=\"";
  121. // line 26
  122. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("close"), "html", null, true);
  123. yield "\"><span aria-hidden=\"true\">&times;</span></button>
  124. <span class=\"is-Alert-Title\"><i class=\"is-Icon is-Icon-sim-";
  125. // line 27
  126. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["type"], "html", null, true);
  127. yield "\"></i>
  128. ";
  129. // line 28
  130. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(("forms." . $context["type"])), "html", null, true);
  131. yield "
  132. </span>
  133. ";
  134. // line 30
  135. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["message"], 0, [], "array", false, false, false, 30), "html", null, true);
  136. yield "
  137. </p>
  138. ";
  139. }
  140. $_parent = $context['_parent'];
  141. unset($context['_seq'], $context['type'], $context['message'], $context['_parent']);
  142. $context = array_intersect_key($context, $_parent) + $_parent;
  143. // line 33
  144. yield "
  145. <p>";
  146. // line 34
  147. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contact.disclaimer"), "html", null, true);
  148. yield "</p>
  149. ";
  150. // line 36
  151. if ((($tmp = !(isset($context["postResponse"]) || array_key_exists("postResponse", $context) ? $context["postResponse"] : (function () { throw new RuntimeError('Variable "postResponse" does not exist.', 36, $this->source); })())) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
  152. // line 37
  153. yield "
  154. ";
  155. // line 38
  156. 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.', 38, $this->source); })()), 'form_start', ["attr" => ["class" => (((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "attr", [], "any", false, true, false, 38), "class", [], "any", true, true, false, 38) && !Twig\Extension\CoreExtension::testEmpty(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.', 38, $this->source); })()), "attr", [], "any", false, false, false, 38), "class", [], "any", false, false, false, 38)))) ? (((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.', 38, $this->source); })()), "attr", [], "any", false, false, false, 38), "class", [], "any", false, false, false, 38) . " is-ContactForm_") . Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), (isset($context["subject"]) || array_key_exists("subject", $context) ? $context["subject"] : (function () { throw new RuntimeError('Variable "subject" does not exist.', 38, $this->source); })())))) : (("is-ContactForm_" . Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), (isset($context["subject"]) || array_key_exists("subject", $context) ? $context["subject"] : (function () { throw new RuntimeError('Variable "subject" does not exist.', 38, $this->source); })()))))), "novalidate" => "novalidate"]]);
  157. yield "
  158. <div class=\"is-Form-Error\">
  159. ";
  160. // line 40
  161. yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 40, $this->source); })()), 'errors');
  162. yield "
  163. </div>
  164. ";
  165. // line 43
  166. yield from $this->load((("pages/sim/include/forms/contact/" . (isset($context["formTemplate"]) || array_key_exists("formTemplate", $context) ? $context["formTemplate"] : (function () { throw new RuntimeError('Variable "formTemplate" does not exist.', 43, $this->source); })())) . ".html.twig"), 43)->unwrap()->yield($context);
  167. // line 44
  168. yield "
  169. ";
  170. // line 45
  171. if (((isset($context["subject"]) || array_key_exists("subject", $context) ? $context["subject"] : (function () { throw new RuntimeError('Variable "subject" does not exist.', 45, $this->source); })()) == "zou")) {
  172. // line 46
  173. yield " <div class=\"is-row\">
  174. <div class=\"is-col-xs-12 is-col-sm-12 is-col-md-8 is-col-lg-4\">
  175. <div id=\"is-contact-recaptcha\" class=\"g-recaptcha\"
  176. data-sitekey=\"";
  177. // line 49
  178. 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.', 49, $this->source); })()), "html", null, true);
  179. yield "\"></div>
  180. </div>
  181. </div>
  182. <div class=\"is-row\">
  183. <div class=\"is-col-xs-12 is-col-sm-12 is-col-md-12 is-col-lg-offset-8 is-col-lg-4\">
  184. <button id=\"is-Button-Send\" type=\"submit\" disabled=\"disabled\"
  185. class=\"is-Button is-Button-Disabled is-Button_Primary is-full-width\"
  186. onClick=\"this.form.submit(); this.disabled=true; this.innerHTML ='";
  187. // line 56
  188. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("forms.sending"), "html", null, true);
  189. yield "';\">";
  190. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("forms.submit_btn"), "html", null, true);
  191. yield "</button>
  192. </div>
  193. </div>
  194. ";
  195. } else {
  196. // line 60
  197. yield " <div class=\"is-row is-Field\">
  198. <div class=\"is-col-md-offset-2 is-col-lg-offset-2 is-col-xs-12 is-col-sm-12 is-col-md-8 is-col-lg-8\">
  199. <div id=\"is-contact-recaptcha\" class=\"g-recaptcha\"
  200. data-sitekey=\"";
  201. // line 63
  202. 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.', 63, $this->source); })()), "html", null, true);
  203. yield "\"></div>
  204. </div>
  205. </div>
  206. <button type=\"submit\" class=\"is-Button is-Button_Primary is-full-width\"
  207. onClick=\"this.form.submit(); this.disabled=true; this.innerHTML ='";
  208. // line 67
  209. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("forms.sending"), "html", null, true);
  210. yield "';\">";
  211. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("forms.submit_btn"), "html", null, true);
  212. yield "</button>
  213. ";
  214. }
  215. // line 69
  216. yield " ";
  217. 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.', 69, $this->source); })()), 'form_end');
  218. yield "
  219. ";
  220. }
  221. // line 72
  222. yield "
  223. ";
  224. // line 73
  225. if ((($tmp = (isset($context["rgpd_link"]) || array_key_exists("rgpd_link", $context) ? $context["rgpd_link"] : (function () { throw new RuntimeError('Variable "rgpd_link" does not exist.', 73, $this->source); })())) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
  226. // line 74
  227. yield " <p class=\"is-Rgpd-Policy\">
  228. ";
  229. // line 75
  230. yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contact.rgpd", ["rgpd_link" => (isset($context["rgpd_link"]) || array_key_exists("rgpd_link", $context) ? $context["rgpd_link"] : (function () { throw new RuntimeError('Variable "rgpd_link" does not exist.', 75, $this->source); })())]);
  231. yield "
  232. </p>
  233. ";
  234. }
  235. // line 78
  236. yield "
  237. ";
  238. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  239. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  240. yield from [];
  241. }
  242. /**
  243. * @codeCoverageIgnore
  244. */
  245. public function getTemplateName(): string
  246. {
  247. return "pages/sim/contact.html.twig";
  248. }
  249. /**
  250. * @codeCoverageIgnore
  251. */
  252. public function isTraitable(): bool
  253. {
  254. return false;
  255. }
  256. /**
  257. * @codeCoverageIgnore
  258. */
  259. public function getDebugInfo(): array
  260. {
  261. return array ( 262 => 78, 256 => 75, 253 => 74, 251 => 73, 248 => 72, 241 => 69, 234 => 67, 227 => 63, 222 => 60, 213 => 56, 203 => 49, 198 => 46, 196 => 45, 193 => 44, 191 => 43, 185 => 40, 180 => 38, 177 => 37, 175 => 36, 170 => 34, 167 => 33, 158 => 30, 153 => 28, 149 => 27, 145 => 26, 140 => 25, 136 => 24, 133 => 23, 127 => 21, 121 => 19, 119 => 18, 116 => 17, 103 => 16, 91 => 13, 78 => 12, 67 => 1, 65 => 10, 63 => 9, 61 => 7, 58 => 5, 56 => 4, 54 => 2, 41 => 1,);
  262. }
  263. public function getSourceContext(): Source
  264. {
  265. return new Source("{% extends 'layouts/common/default.html.twig' %}
  266. {% form_theme form 'includes/common/form-theme.html.twig' %}
  267. {% if false == subject %}
  268. {% set subject = 'default' %}
  269. {% endif %}
  270. {% set name = ('form.subject.' ~ subject) | trans %}
  271. {% set pageAttributes = pageAttributes is defined ? pageAttributes : { group: 'common', section: 'sim' } %}
  272. {% set page_title = 'contact.title_new_format'|trans({'name': name }) %}
  273. {% block head_scripts_requirements %}
  274. <!--[if !IE 8]><!--><script src=\"https://www.google.com/recaptcha/api.js\"></script><!--<![endif]-->
  275. {% endblock %}
  276. {% block content %}
  277. {% if subject == 'zou' %}
  278. <h1 class=\"is-title-contact\">{{ 'contact.title_zou' | trans }}</h1>
  279. {% else %}
  280. <h1 class=\"is-text-center\">{{ 'contact.title_new_format' | trans({'name': name })}}</h1>
  281. {% endif %}
  282. {% for type, message in app.session.flashbag.all %}
  283. <p class=\"is-Alert is-Alert_{{ type|capitalize }} is-Alert_Dismissible\" role=\"alert\">
  284. <button type=\"button\" class=\"is-Close\" data-dismiss=\"alert\" aria-label=\"{{ 'close' | trans }}\"><span aria-hidden=\"true\">&times;</span></button>
  285. <span class=\"is-Alert-Title\"><i class=\"is-Icon is-Icon-sim-{{ type }}\"></i>
  286. {{ ('forms.'~type)|trans }}
  287. </span>
  288. {{ message[0] }}
  289. </p>
  290. {% endfor %}
  291. <p>{{ 'contact.disclaimer' | trans }}</p>
  292. {% if not postResponse %}
  293. {{ form_start(form, {'attr': {'class' : ((form.attr.class is defined and form.attr.class is not empty) ? form.attr.class ~ ' is-ContactForm_' ~ subject|capitalize : 'is-ContactForm_' ~ subject|capitalize), 'novalidate': 'novalidate'}}) }}
  294. <div class=\"is-Form-Error\">
  295. {{ form_errors(form) }}
  296. </div>
  297. {% include \"pages/sim/include/forms/contact/\" ~ formTemplate ~ \".html.twig\" %}
  298. {% if subject == 'zou' %}
  299. <div class=\"is-row\">
  300. <div class=\"is-col-xs-12 is-col-sm-12 is-col-md-8 is-col-lg-4\">
  301. <div id=\"is-contact-recaptcha\" class=\"g-recaptcha\"
  302. data-sitekey=\"{{ captcha_public_key }}\"></div>
  303. </div>
  304. </div>
  305. <div class=\"is-row\">
  306. <div class=\"is-col-xs-12 is-col-sm-12 is-col-md-12 is-col-lg-offset-8 is-col-lg-4\">
  307. <button id=\"is-Button-Send\" type=\"submit\" disabled=\"disabled\"
  308. class=\"is-Button is-Button-Disabled is-Button_Primary is-full-width\"
  309. onClick=\"this.form.submit(); this.disabled=true; this.innerHTML ='{{ 'forms.sending'|trans }}';\">{{ 'forms.submit_btn'|trans }}</button>
  310. </div>
  311. </div>
  312. {% else %}
  313. <div class=\"is-row is-Field\">
  314. <div class=\"is-col-md-offset-2 is-col-lg-offset-2 is-col-xs-12 is-col-sm-12 is-col-md-8 is-col-lg-8\">
  315. <div id=\"is-contact-recaptcha\" class=\"g-recaptcha\"
  316. data-sitekey=\"{{ captcha_public_key }}\"></div>
  317. </div>
  318. </div>
  319. <button type=\"submit\" class=\"is-Button is-Button_Primary is-full-width\"
  320. onClick=\"this.form.submit(); this.disabled=true; this.innerHTML ='{{ 'forms.sending'|trans }}';\">{{ 'forms.submit_btn'|trans }}</button>
  321. {% endif %}
  322. {{ form_end(form) }}
  323. {% endif %}
  324. {% if rgpd_link %}
  325. <p class=\"is-Rgpd-Policy\">
  326. {{'contact.rgpd'|trans({\"rgpd_link\": rgpd_link})|raw}}
  327. </p>
  328. {% endif %}
  329. {% endblock %}
  330. ", "pages/sim/contact.html.twig", "/var/www/html/templates/pages/sim/contact.html.twig");
  331. }
  332. }