{% load static %} {% include 'bases/head_base.html' %} {{ chosen_user.username }} {% if chosen_user.first_name %}({{ chosen_user.first_name }} {{ chosen_user.last_name }}){% endif %} {% include 'bases/navbar_base.html' %}

{{ chosen_user.first_name }} {{ chosen_user.last_name }} / {{ chosen_user.username }}{% if chosen_user.is_superuser %} This user has administrative privileges{% endif %}

Biography

{% if chosen_user.profile.biography %} {{ chosen_user.profile.biography }} {% else %} {{ chosen_user.first_name }} has not written a biography {% endif %}

{{ chosen_user.profile.url }}

Contact

{% if chosen_user.email %} {{ chosen_user.email }} {% else %} {{ chosen_user.first_name }} has not provided an email {% endif %}

Date joined: {{ chosen_user.date_joined }}

{% include 'bases/footer_base.html' %}