{% extends 'base.html' %} {% block content-header %}
Print
{% endblock content-header %} {% block content %}

{{ object }}

{{ object.current_class }}
{{ object.get_gender_display }}
{{ object.get_current_status_display }}
{{ object.date_of_birth }}
{{ object.mobile_number}}
{{ object.address }}
{{ object.others }}
{% endblock content %}