{% extends 'uhepp_vault/base.html' %} {% load crispy_forms_tags %} {% block content %}

Your account

You are logged in as {{ profile.user.username }}

Private data

CERN UPN
{{ profile.cern_upn }}
CERN Person ID
{{ profile.cern_person_id }}

Profile

{% csrf_token %}
First name
{{ profile.user.first_name }}
Last name
{{ profile.user.last_name }}
Home institute
{{ profile.home_institute }}
Email
{{ profile.user.email}}
{{ form|crispy }} {% endblock %}