<?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;
/* user/pwforgot.html.twig */
class __TwigTemplate_f1559ede0780dc44148089eac481ec3c38f83ea7e5b774762dfa69b3e3383208 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'body' => [$this, 'block_body'],
'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", "user/pwforgot.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "user/pwforgot.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "user/pwforgot.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_body($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", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 4
echo "
\t\t\t\t\t\t\t";
// line 5
$this->loadTemplate("user/pwforgot.html.twig", "user/pwforgot.html.twig", 5, "1631782920")->display($context);
// line 6
echo "\t\t\t\t\t\t\t\t
<!-- Page Header Start -->
<div class=\"page-header\">
\t<div class=\"container\">
\t\t<div class=\"row\">
\t\t\t<div class=\"col-12\">
\t\t\t\t<h2>Passwort vergessen</h2>
\t\t\t</div>
\t\t\t
\t\t</div>
\t</div>
</div>
<!-- Page Header End -->
<!-- Main -->
\t\t\t\t\t\t\t
<input type=\"hidden\" id=\"place\" value=\"";
// line 23
echo twig_escape_filter($this->env, (isset($context["place"]) || array_key_exists("place", $context) ? $context["place"] : (function () { throw new RuntimeError('Variable "place" does not exist.', 23, $this->source); })()), "html", null, true);
echo "\">
\t\t\t\t\t\t\t
<div class=\"contact\">
<div class=\"container\">
<div class=\"col-12 wow fadeInUp\" data-wow-delay=\"0.1s\">
<div class=\"contact-form\">
\t\t\t\t\t\t
\t\t\t\t\t\t<div class=\"control-group\">
\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" id=\"user\" name=\"user\" placeholder=\"Benutzername\" required=\"required\" autofocus />
\t\t\t\t\t\t</div>
\t\t\t\t\t\t
\t\t\t\t\t\t<br>
\t\t\t\t\t\t<div class=\"control-group\">
\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" id=\"email\" name=\"email\" placeholder=\"E-Mail\" required=\"required\" />
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<br>
\t\t\t\t\t\t<br>
\t\t\t\t\t\t<a class=\"btn\" onclick=\"pwforgot();\" >absenden</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
</div>
";
// line 48
$this->displayBlock('javascripts', $context, $blocks);
// line 52
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 48
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 49
echo " ";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
<script src=\"";
// line 50
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/pw_forgot.js"), "html", null, true);
echo "\"></script>
\t";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "user/pwforgot.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 149 => 50, 144 => 49, 134 => 48, 123 => 52, 121 => 48, 93 => 23, 74 => 6, 72 => 5, 69 => 4, 59 => 3, 36 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block body %}
\t\t\t\t\t\t\t{% embed \"nav.html.twig\" %}{% endembed %}
\t\t\t\t\t\t\t\t
<!-- Page Header Start -->
<div class=\"page-header\">
\t<div class=\"container\">
\t\t<div class=\"row\">
\t\t\t<div class=\"col-12\">
\t\t\t\t<h2>Passwort vergessen</h2>
\t\t\t</div>
\t\t\t
\t\t</div>
\t</div>
</div>
<!-- Page Header End -->
<!-- Main -->
\t\t\t\t\t\t\t
<input type=\"hidden\" id=\"place\" value=\"{{ place }}\">
\t\t\t\t\t\t\t
<div class=\"contact\">
<div class=\"container\">
<div class=\"col-12 wow fadeInUp\" data-wow-delay=\"0.1s\">
<div class=\"contact-form\">
\t\t\t\t\t\t
\t\t\t\t\t\t<div class=\"control-group\">
\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" id=\"user\" name=\"user\" placeholder=\"Benutzername\" required=\"required\" autofocus />
\t\t\t\t\t\t</div>
\t\t\t\t\t\t
\t\t\t\t\t\t<br>
\t\t\t\t\t\t<div class=\"control-group\">
\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" id=\"email\" name=\"email\" placeholder=\"E-Mail\" required=\"required\" />
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<br>
\t\t\t\t\t\t<br>
\t\t\t\t\t\t<a class=\"btn\" onclick=\"pwforgot();\" >absenden</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
</div>
{% block javascripts %}
{{ parent() }}
<script src=\"{{ asset('js/pw_forgot.js') }}\"></script>
\t{% endblock %}
{% endblock %}
", "user/pwforgot.html.twig", "/var/www/vhosts/essener-sportbund.de/kursetest.essener-sport-betriebsgesellschaft.de/kurstool/templates/user/pwforgot.html.twig");
}
}
/* user/pwforgot.html.twig */
class __TwigTemplate_f1559ede0780dc44148089eac481ec3c38f83ea7e5b774762dfa69b3e3383208___1631782920 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
];
}
protected function doGetParent(array $context)
{
// line 5
return "nav.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", "user/pwforgot.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "user/pwforgot.html.twig"));
$this->parent = $this->loadTemplate("nav.html.twig", "user/pwforgot.html.twig", 5);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
public function getTemplateName()
{
return "user/pwforgot.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 254 => 5, 149 => 50, 144 => 49, 134 => 48, 123 => 52, 121 => 48, 93 => 23, 74 => 6, 72 => 5, 69 => 4, 59 => 3, 36 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block body %}
\t\t\t\t\t\t\t{% embed \"nav.html.twig\" %}{% endembed %}
\t\t\t\t\t\t\t\t
<!-- Page Header Start -->
<div class=\"page-header\">
\t<div class=\"container\">
\t\t<div class=\"row\">
\t\t\t<div class=\"col-12\">
\t\t\t\t<h2>Passwort vergessen</h2>
\t\t\t</div>
\t\t\t
\t\t</div>
\t</div>
</div>
<!-- Page Header End -->
<!-- Main -->
\t\t\t\t\t\t\t
<input type=\"hidden\" id=\"place\" value=\"{{ place }}\">
\t\t\t\t\t\t\t
<div class=\"contact\">
<div class=\"container\">
<div class=\"col-12 wow fadeInUp\" data-wow-delay=\"0.1s\">
<div class=\"contact-form\">
\t\t\t\t\t\t
\t\t\t\t\t\t<div class=\"control-group\">
\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" id=\"user\" name=\"user\" placeholder=\"Benutzername\" required=\"required\" autofocus />
\t\t\t\t\t\t</div>
\t\t\t\t\t\t
\t\t\t\t\t\t<br>
\t\t\t\t\t\t<div class=\"control-group\">
\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" id=\"email\" name=\"email\" placeholder=\"E-Mail\" required=\"required\" />
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<br>
\t\t\t\t\t\t<br>
\t\t\t\t\t\t<a class=\"btn\" onclick=\"pwforgot();\" >absenden</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
</div>
{% block javascripts %}
{{ parent() }}
<script src=\"{{ asset('js/pw_forgot.js') }}\"></script>
\t{% endblock %}
{% endblock %}
", "user/pwforgot.html.twig", "/var/www/vhosts/essener-sportbund.de/kursetest.essener-sport-betriebsgesellschaft.de/kurstool/templates/user/pwforgot.html.twig");
}
}