{#if open}
Panel Interno
{$auth.user?.first_name} {$auth.user?.last_name}
{$auth.user?.role === 'ADMIN' ? 'Administrador' : $auth.user?.role === 'SUPPORT_MANAGER' ? 'Gerente de Soporte' : $auth.user?.role === 'AGENT' ? 'Agente' : 'Auditor'}
v1.6.0