{% extends 'pasapp/templates/base_template.html' %} {% block title %}{{profileUser.first_name}} {{profileUser.last_name}}{% endblock %} {% block imports %} {% load static %} {% endblock %} {% block onload %} updateForm() {% endblock %} {% block content %} {% load custom_filters %} {% load html_components %}
Email: {{profileUser.email}}
{% if profileUser|is_student %} {% tagbox_categorized userTags|academic id='tagBox-fixed' %}