<form name="login" method="post" action="{form_action}">
<input type="hidden" name="redirect" value="{redirect}"/>
[error]{l_login.error}<br/>[/error]
[banned]{l_login.banned}<br/>[/banned]
{l_login.name}: <input type="text" name="username" /><br/>
{l_login.password}: <input type="password" name="password" /><br/>
<input type="submit" value="{l_login.submit}"/>
</form>