Biography
{% if chosen_user.profile.biography %} {{ chosen_user.profile.biography }} {% else %} {{ chosen_user.first_name }} has not written a biography {% endif %}
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 }}