{% extends 'myapp/base.html' %} {% block title %}Account{% endblock %} {% block content %}

Account Page

Username: {{ user.username }}

Email: {{ user.email }}

StudentId: {{user.studentid}}

{% if user.profilepicture %} Profile Picture {% else %}

No profile picture

{% endif %}

Delete Account

Logout

{% endblock %}