<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* @DiplixKMG/forgot_password.html.twig */
class __TwigTemplate_05edf9162a93a69303420bb8a0f6e64f extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'body' => [$this, 'block_body'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "::base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$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", "@DiplixKMG/forgot_password.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@DiplixKMG/forgot_password.html.twig"));
// line 2
$macros["jsm"] = $this->macros["jsm"] = $this->loadTemplate("@DiplixKMG/Macro/javascripts.html.twig", "@DiplixKMG/forgot_password.html.twig", 2)->unwrap();
// line 3
$macros["bsm"] = $this->macros["bsm"] = $this->loadTemplate("@DiplixKMG/Macro/blocks.html.twig", "@DiplixKMG/forgot_password.html.twig", 3)->unwrap();
// line 4
$macros["fm"] = $this->macros["fm"] = $this->loadTemplate("@DiplixKMG/Macro/forms.html.twig", "@DiplixKMG/forgot_password.html.twig", 4)->unwrap();
// line 1
$this->parent = $this->loadTemplate("::base.html.twig", "@DiplixKMG/forgot_password.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 6
public function block_body($context, array $blocks = [])
{
$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"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 7
echo "
<div class=\"container\"><div class=\"row\"><div class=\"col-sm-12\">
<h1 class=\"page-header\">
";
// line 13
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("header.forgot-password", [], "messages");
// line 14
echo " </h1>
";
// line 16
echo twig_call_macro($macros["bsm"], "macro_displayFlashBag", [], 16, $context, $this->getSourceContext());
echo "
";
// line 18
echo twig_call_macro($macros["fm"], "macro_defaultForm", [(isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 18, $this->source); })()), $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("kmg_home")], 18, $context, $this->getSourceContext());
echo "
</div></div></div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "@DiplixKMG/forgot_password.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 94 => 18, 89 => 16, 85 => 14, 83 => 13, 75 => 7, 65 => 6, 54 => 1, 52 => 4, 50 => 3, 48 => 2, 35 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends '::base.html.twig' %}
{% import \"@DiplixKMG/Macro/javascripts.html.twig\" as jsm %}
{% import \"@DiplixKMG/Macro/blocks.html.twig\" as bsm %}
{% import \"@DiplixKMG/Macro/forms.html.twig\" as fm %}
{% block body %}
<div class=\"container\"><div class=\"row\"><div class=\"col-sm-12\">
<h1 class=\"page-header\">
{% trans %}header.forgot-password{% endtrans %}
</h1>
{{ bsm.displayFlashBag() }}
{{ fm.defaultForm(form,path(\"kmg_home\")) }}
</div></div></div>
{% endblock %}", "@DiplixKMG/forgot_password.html.twig", "/var/www/webeasy/htdocs/src/Diplix/KMGBundle/Resources/views/forgot_password.html.twig");
}
}