{if $formSubmitted}
{if $submitResult} {"Changes successfully changed."|i18n} {else} {"Changes NOT saved. Please, try again later."|i18n} {/if} {$pop_error}
{/if}

{"Subscribe/Unsubscribe By Email"|i18n}

{if $rows}
{"Current POP Accounts"|i18n} {foreach from=$rows item=row} {/foreach}
{"Options"|i18n} {"User"|i18n} {"POP Server"|i18n} {"Action"|i18n}
{if $admin.id == 1} {"Edit"|i18n}  {/if} {"Delete"|i18n} {$row.p_user} {$row.p_host} {$row.action}

{/if} {if $edit == 1}
{"Modify POP Account"|i18n}

{"Email Address"|i18n}

{"POP Server (IE: pop.server.com)"|i18n}

User

{"Port (Default: 110)"|i18n}

{"Pass"|i18n}

{"Action"|i18n}

{else}
{"Add POP Account"|i18n}

{"Email Address"|i18n}

{"POP Server (IE: pop.server.com)"|i18n}

{"User"|i18n}

{"Port (Default: 110)"|i18n}

{"Pass"|i18n}

{"Action"|i18n}

{/if}