{% include 'topnav.html' %}

{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}

Profile Information

Your account details

{% csrf_token %}

Email address cannot be changed. Contact support if you need to update it.

Account Created

{{ user.date_joined|date:"F d, Y" }}

Last Login

{{ user.last_login|date:"F d, Y H:i"|default:"Never" }}

{% include 'footer.html' %}