source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo ($context["login_header"] ?? null);
echo "
";
// line 3
if (($context["is_demo"] ?? null)) {
// line 4
echo "
";
}
// line 13
echo "
";
// line 14
echo ($context["error_messages"] ?? null);
echo "
";
// line 16
if (($context["has_languages"] ?? null)) {
// line 17
echo "
";
// line 18
echo ($context["language_selector"] ?? null);
echo "
";
}
// line 21
echo "
";
// line 97
if ( !twig_test_empty(($context["errors"] ?? null))) {
// line 98
echo "
";
// line 99
echo ($context["errors"] ?? null);
echo "
";
}
// line 104
echo "
";
// line 105
echo ($context["login_footer"] ?? null);
echo "
";
// line 107
echo ($context["config_footer"] ?? null);
echo "
";
}
public function getTemplateName()
{
return "login/form.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 278 => 107, 273 => 105, 270 => 104, 262 => 99, 259 => 98, 257 => 97, 249 => 93, 247 => 92, 241 => 90, 238 => 89, 228 => 87, 223 => 85, 216 => 84, 214 => 83, 207 => 82, 205 => 81, 200 => 78, 194 => 76, 186 => 71, 182 => 70, 178 => 68, 176 => 67, 172 => 65, 170 => 64, 162 => 58, 160 => 57, 151 => 51, 147 => 49, 145 => 48, 140 => 45, 133 => 41, 130 => 40, 126 => 38, 124 => 37, 120 => 36, 117 => 35, 115 => 34, 108 => 31, 105 => 30, 101 => 28, 99 => 27, 95 => 26, 87 => 23, 84 => 21, 78 => 18, 75 => 17, 73 => 16, 68 => 14, 65 => 13, 61 => 11, 59 => 6, 56 => 10, 53 => 7, 51 => 6, 47 => 5, 44 => 4, 42 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "login/form.twig", "/usr/local/www/phpMyAdmin/templates/login/form.twig");
}
}