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