{% extends "users/base.html" %} {% load static %} {% block title %} User Detail {% endblock title %} {% block content %}

User Detail

Name
{{object.get_full_name}}
Address
{{object.address}}
Gender
{{object.gender}}
Phone
{{object.phone}}
Email
{{object.email}}
Date Of Birth
{{object.date_of_birth}}
Education
{{object.education}}
Preferred Contact Mode
{{object.contact_mode}}
{% comment %} {% if not object.archive %} {% endcomment %} {% comment %} {% endif %} {% endcomment %}
{% endblock content %}