<?php

/* ucp_remind.html */
class __TwigTemplate_a12db9c59cbbf0db0ce7ab0e48b8ac68a2ea9393435842ff17d40fbdec32b71e extends Twig_Template
{
    public function __construct(Twig_Environment $env)
    {
        parent::__construct($env);

        $this->parent = false;

        $this->blocks = array(
        );
    }

    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        $location = "overall_header.html";
        $namespace = false;
        if (strpos($location, '@') === 0) {
            $namespace = substr($location, 1, strpos($location, '/') - 1);
            $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
        }
        $this->loadTemplate("overall_header.html", "ucp_remind.html", 1)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 2
        echo "
<div align=\"center\">

<form action=\"";
        // line 5
        if (isset($context["S_PROFILE_ACTION"])) { $_S_PROFILE_ACTION_ = $context["S_PROFILE_ACTION"]; } else { $_S_PROFILE_ACTION_ = null; }
        echo $_S_PROFILE_ACTION_;
        echo "\" method=\"post\">

<table class=\"tablebg\" width=\"50%\" cellspacing=\"1\" cellpadding=\"4\" border=\"0\">
<tr> 
\t<th colspan=\"2\">";
        // line 9
        echo $this->env->getExtension('phpbb')->lang("SEND_PASSWORD");
        echo "</th>
</tr>
<tr> 
\t<td class=\"row1\" width=\"38%\"><b class=\"genmed\">";
        // line 12
        echo $this->env->getExtension('phpbb')->lang("USERNAME");
        echo $this->env->getExtension('phpbb')->lang("COLON");
        echo " </b></td>
\t<td class=\"row2\"><input type=\"text\" class=\"post\" name=\"username\" size=\"25\" value=\"";
        // line 13
        if (isset($context["USERNAME"])) { $_USERNAME_ = $context["USERNAME"]; } else { $_USERNAME_ = null; }
        echo $_USERNAME_;
        echo "\" /></td>
</tr>
<tr> 
\t<td class=\"row1\"><b class=\"genmed\">";
        // line 16
        echo $this->env->getExtension('phpbb')->lang("EMAIL_ADDRESS");
        echo $this->env->getExtension('phpbb')->lang("COLON");
        echo " </b><br /><span class=\"gensmall\">";
        echo $this->env->getExtension('phpbb')->lang("EMAIL_REMIND");
        echo "</span></td>
\t<td class=\"row2\"><input type=\"email\" class=\"post\" name=\"email\" size=\"25\" maxlength=\"100\" value=\"";
        // line 17
        if (isset($context["EMAIL"])) { $_EMAIL_ = $context["EMAIL"]; } else { $_EMAIL_ = null; }
        echo $_EMAIL_;
        echo "\" /></td>
</tr>
<tr> 
\t<td class=\"cat\" colspan=\"2\" align=\"center\">";
        // line 20
        if (isset($context["S_HIDDEN_FIELDS"])) { $_S_HIDDEN_FIELDS_ = $context["S_HIDDEN_FIELDS"]; } else { $_S_HIDDEN_FIELDS_ = null; }
        echo $_S_HIDDEN_FIELDS_;
        echo "<input type=\"submit\" name=\"submit\" value=\"";
        echo $this->env->getExtension('phpbb')->lang("SUBMIT");
        echo "\" class=\"btnmain\" />&nbsp;&nbsp;<input type=\"reset\" value=\"";
        echo $this->env->getExtension('phpbb')->lang("RESET");
        echo "\" name=\"reset\" class=\"btnlite\" /></td>
</tr>
</table>
";
        // line 23
        if (isset($context["S_FORM_TOKEN"])) { $_S_FORM_TOKEN_ = $context["S_FORM_TOKEN"]; } else { $_S_FORM_TOKEN_ = null; }
        echo $_S_FORM_TOKEN_;
        echo "
</form>

</div>

";
        // line 28
        $location = "overall_footer.html";
        $namespace = false;
        if (strpos($location, '@') === 0) {
            $namespace = substr($location, 1, strpos($location, '/') - 1);
            $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
        }
        $this->loadTemplate("overall_footer.html", "ucp_remind.html", 28)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
    }

    public function getTemplateName()
    {
        return "ucp_remind.html";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  96 => 28,  87 => 23,  76 => 20,  69 => 17,  62 => 16,  55 => 13,  50 => 12,  44 => 9,  36 => 5,  31 => 2,  19 => 1,);
    }
}
/* <!-- INCLUDE overall_header.html -->*/
/* */
/* <div align="center">*/
/* */
/* <form action="{S_PROFILE_ACTION}" method="post">*/
/* */
/* <table class="tablebg" width="50%" cellspacing="1" cellpadding="4" border="0">*/
/* <tr> */
/* 	<th colspan="2">{L_SEND_PASSWORD}</th>*/
/* </tr>*/
/* <tr> */
/* 	<td class="row1" width="38%"><b class="genmed">{L_USERNAME}{L_COLON} </b></td>*/
/* 	<td class="row2"><input type="text" class="post" name="username" size="25" value="{USERNAME}" /></td>*/
/* </tr>*/
/* <tr> */
/* 	<td class="row1"><b class="genmed">{L_EMAIL_ADDRESS}{L_COLON} </b><br /><span class="gensmall">{L_EMAIL_REMIND}</span></td>*/
/* 	<td class="row2"><input type="email" class="post" name="email" size="25" maxlength="100" value="{EMAIL}" /></td>*/
/* </tr>*/
/* <tr> */
/* 	<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="btnmain" />&nbsp;&nbsp;<input type="reset" value="{L_RESET}" name="reset" class="btnlite" /></td>*/
/* </tr>*/
/* </table>*/
/* {S_FORM_TOKEN}*/
/* </form>*/
/* */
/* </div>*/
/* */
/* <!-- INCLUDE overall_footer.html -->*/
/* */
