+ {/* Header con avatar y nombre */}
+
+
+ {profile.photo ? (
+
+ ) : null}
+
+ {profile.initials}
+
+
+
+
+
{profile.fullName}
+
@{profile.login}
+
+
+ {profile.isAdmin && (
+
+
+ Administrador
+
+ )}
+
+ {profile.isActive ? "Activo" : "Inactivo"}
+
+ {profile.isEmployee && (
+ Empleado
+ )}
+
+
+
+
+
+
+ {/* Información de contacto */}
+
+
+
+ Contacto
+
+
+
+
+
+
+
+
+
+
+
+ {/* Información laboral */}
+ {(profile.job || profile.establishment || profile.employmentStartDate) && (
+
+
+
+ Información Laboral
+
+
+
+
+ {profile.employmentStartDate && (
+
+ )}
+
+
+
+ )}
+
+ {/* Actividad y sesión */}
+
+
+
+ Actividad
+
+
+
+ {profile.lastLoginIp && (
+
+ )}
+ {profile.language && (
+
+ )}
+
+
+
+
+
+ )}
+