You account type is
{if $host.account_type == 0}Basic{/if}
{if $host.account_type == 1}Premium {if $host.expired_flag == 1}EXPIRED!!! PLEASE UPGRADE AGAIN{else}expires on {$host.expired}{/if}{/if}
{if $host.account_type == 2}Executive {if $host.expired_flag == 1}EXPIRED!!! PLEASE UPGRADE AGAIN{else}expires on {$host.expired}{/if}{/if}
|