{extends file="layout.tpl"} {block name=content}
{$welcome_message}
{$title}
{$tac_tag1}{$tac_tag2}
{if isset($USERNAME_ERROR) and $USERNAME_ERROR eq "TRUE"}
Username Error {$USERNAME}
{/if} {if isset($PASSWORD_ERROR) and $PASSWORD_ERROR eq "TRUE"}
Password Error {$PASSWORD}
{/if} {if isset($CPASSWORD_ERROR) and $CPASSWORD_ERROR eq "TRUE" and $CPASSWORD != ""}
Confirmation Password Error {$CPASSWORD}
{/if} {if isset($EMAIL_ERROR) and $EMAIL_ERROR eq "TRUE"}
Email Error {$EMAIL}
{/if} {if isset($TAC_ERROR) and $TAC_ERROR eq "TRUE"}
Terms of Service Error {$tac_message}
{/if}

{/block}