{% extends "users/base.html" %} {% load crispy_forms_tags %} {% block content %}
{{ user.first_name }} {{ user.last_name }}
{{ user.email }}
{{ user.profile.get_func_display }}
{{ user.profile.compfunc }}
{{ user.profile.phoneland }}
{{ user.profile.phonemobile }}