| = t('ID') ?> | = t('Usuario') ?> | = t('Rol') ?> | Telegram | = t('Creado') ?> | = t('Acciones') ?> |
|---|---|---|---|---|---|
| = $user['id'] ?> | = htmlspecialchars($user['username']) ?> | = $user['role'] === 'admin' ? t('Administrador') : t('Usuario') ?> | = $user['telegram_chat_id'] ? htmlspecialchars($user['telegram_chat_id']) : '-' ?> | = date('d/m/Y', strtotime($user['created_at'])) ?> |