{if $current_role == $roles.customer}
{t}Project{/t}: {$current_project_name|escape:"html"}
|
{else}
{literal}
{/literal}
{/if}
{$current_role_name}: {$current_full_name}{if $current_role > $roles.standard_user} [{if $is_current_user_clocked_in}{t}CLOCKED IN{/t}{else}{t}CLOCKED OUT{/t}{/if}]{/if}
{strip}
({if $is_anon_user}
{t}Register{/t}
{else}
{t}Preferences{/t}
{if $current_role > $roles.standard_user}
{if $is_current_user_clocked_in}{t}Clock Out{/t}{else}{t}Clock In{/t}{/if}
{/if}
{/if})
{/strip}
|