{% extends "dashboard_base.html" %} {% load staticfiles %} {% load i18n static %} {% block title %} SO - Perfil {% endblock %} {% block breadcrumbs %}
Usuario | {{user.username }} |
---|---|
Nombre | {{user.first_name }} |
Apellidos | {{user.last_name }} |
Correo | {{user.email }} |
Activo | {% if user.is_active %} Si {% else %} No {% endif %} |
Ultimo ingreso | {{user.last_login }} |
Fecha alta | {{user.date_joined }} |