env->getGlobals(), $context); // line 1 if ($this->getContext($context, 'error')) { echo "

"; echo $this->getContext($context, 'error'); echo "

"; } // line 2 echo "
"; // line 3 if ($this->getContext($context, 'redirect')) { echo "getContext($context, 'redirect'); echo "\" />"; } // line 4 echo " \t \t\t \t\t \t \t \t\t \t\t \t \t \t\t \t\t
\t\t\t"; // line 7 echo gettext("Username"); // line 8 echo "\t\t \t\t\tgetContext($context, 'username'); echo "\"> \t\t
\t\t\t"; // line 15 echo gettext("Password"); // line 16 echo "\t\t \t\t\t \t\t
\t\t\t \t\t
"; } public function getTemplateName() { return "login.html"; } public function isTraitable() { return false; } }