VIEW: Form


{subpart:login} {if $errorMessage}
{$errorMessage}
{/if}
{LANG_CMM_CUSTOMER_LOGIN_STATUS}
* {LANG_CMM_REQUIRED_FIELDS}
{/subpart:login}

VIEW: Logout


{subpart:logout} {if $errorMessage}
{$errorMessage}
{/if}
{LANG_CMM_CUSTOMER_LOGOUT_STATUS}

{LANG_CMM_CUSTOMER_NAME}: {$CustomerTitle} {$CustomerFirstname} {$CustomerLastname}
{LANG_CMM_CUSTOMER_EMAIL}: {$CustomerEmail}
{LANG_CMM_CUSTOMER_GROUP}: {if $CustomergroupName}{$CustomergroupName}{else}{LANG_CMM_NONE}{/if}

{if $params['editPID']}

{LANG_CMM_CUSTOMER_LINK_EDIT}

{/if}
{/subpart:logout}