{% extends 'lara_django_base/lara_base.html' %} {% load static %} {% block content %}
First Name: {{ object.name_first }}
Last Name: {{ object.name_last }}
Nick Name: {{ object.name_nickname }}
Acronym: {{ object.acronym }}
| {{ key }} | {{ value | urlize }} |
|---|
| urlize - {{ object.email | urlize }} | ||
| Tel.(office) | {{ object.phone_number_office }} | |
| Tel.(lab) | {{ object.phone_number_lab }} | |
| Tel.(mobile) | {{ object.phone_number_mobile }} |
| {{ object.email }} | ||
| Tel.(office) | {{ object.phone_number_office }} | |
| Tel.(lab) | {{ object.phone_number_lab }} | |
| Tel.(mobile) | {{ object.phone_number_mobile }} |