var/cache/dev/twig/72/7257aab3f6d9f02d210c4dd0d3d3ed5d.php line 51

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. /* front/customer/password.html.twig */
  15. class __TwigTemplate_7f6cfef5e0738ca10dcbd126eda5df00 extends Template
  16. {
  17. private $source;
  18. private $macros = [];
  19. public function __construct(Environment $env)
  20. {
  21. parent::__construct($env);
  22. $this->source = $this->getSourceContext();
  23. $this->blocks = [
  24. 'breadcrumbs' => [$this, 'block_breadcrumbs'],
  25. 'javascripts' => [$this, 'block_javascripts'],
  26. 'content' => [$this, 'block_content'],
  27. ];
  28. }
  29. protected function doGetParent(array $context)
  30. {
  31. // line 1
  32. return "front/front.html.twig";
  33. }
  34. protected function doDisplay(array $context, array $blocks = [])
  35. {
  36. $macros = $this->macros;
  37. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/customer/password.html.twig"));
  39. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/customer/password.html.twig"));
  41. $this->parent = $this->loadTemplate("front/front.html.twig", "front/customer/password.html.twig", 1);
  42. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  43. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  44. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  45. }
  46. // line 3
  47. public function block_breadcrumbs($context, array $blocks = [])
  48. {
  49. $macros = $this->macros;
  50. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcrumbs"));
  52. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcrumbs"));
  54. // line 4
  55. yield " ";
  56. yield from $this->loadTemplate("front/layout/breadcrumbs.html.twig", "front/customer/password.html.twig", 4)->unwrap()->yield(CoreExtension::merge($context, ["page" => "Identification"]));
  57. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  58. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  59. return; yield '';
  60. }
  61. // line 7
  62. public function block_javascripts($context, array $blocks = [])
  63. {
  64. $macros = $this->macros;
  65. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  66. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
  67. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  68. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
  69. // line 8
  70. yield " <script>
  71. \$.validate({
  72. modules: 'location, date',
  73. lang:'fr'
  74. });
  75. </script>
  76. ";
  77. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  78. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  79. return; yield '';
  80. }
  81. // line 16
  82. public function block_content($context, array $blocks = [])
  83. {
  84. $macros = $this->macros;
  85. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  86. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
  87. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  88. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
  89. // line 17
  90. yield "
  91. <div id=\"identification\" class=\"ctn\">
  92. <h1>";
  93. // line 20
  94. yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Identification", [], "messages");
  95. yield "</h1>
  96. ";
  97. // line 22
  98. yield from $this->loadTemplate("front/layout/messages.html.twig", "front/customer/password.html.twig", 22)->unwrap()->yield($context);
  99. // line 23
  100. yield "
  101. <div class=\"forms cf\">
  102. ";
  103. // line 26
  104. yield from $this->loadTemplate("front/customer/blocks/password.html.twig", "front/customer/password.html.twig", 26)->unwrap()->yield($context);
  105. // line 27
  106. yield "
  107. </div>
  108. <div class=\"footer-spacer\"></div>
  109. </div>
  110. ";
  111. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  112. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  113. return; yield '';
  114. }
  115. /**
  116. * @codeCoverageIgnore
  117. */
  118. public function getTemplateName()
  119. {
  120. return "front/customer/password.html.twig";
  121. }
  122. /**
  123. * @codeCoverageIgnore
  124. */
  125. public function isTraitable()
  126. {
  127. return false;
  128. }
  129. /**
  130. * @codeCoverageIgnore
  131. */
  132. public function getDebugInfo()
  133. {
  134. return array ( 139 => 27, 137 => 26, 132 => 23, 130 => 22, 125 => 20, 120 => 17, 110 => 16, 93 => 8, 83 => 7, 71 => 4, 61 => 3, 38 => 1,);
  135. }
  136. public function getSourceContext()
  137. {
  138. return new Source("{% extends 'front/front.html.twig' %}
  139. {% block breadcrumbs %}
  140. {% include 'front/layout/breadcrumbs.html.twig' with {'page':'Identification'} %}
  141. {% endblock %}
  142. {% block javascripts %}
  143. <script>
  144. \$.validate({
  145. modules: 'location, date',
  146. lang:'fr'
  147. });
  148. </script>
  149. {% endblock %}
  150. {% block content %}
  151. <div id=\"identification\" class=\"ctn\">
  152. <h1>{% trans %}Identification{% endtrans %}</h1>
  153. {% include 'front/layout/messages.html.twig' %}
  154. <div class=\"forms cf\">
  155. {% include 'front/customer/blocks/password.html.twig' %}
  156. </div>
  157. <div class=\"footer-spacer\"></div>
  158. </div>
  159. {% endblock %}
  160. ", "front/customer/password.html.twig", "/var/www/dogcat.com/v2-test/templates/front/customer/password.html.twig");
  161. }
  162. }