{% extends 'myapp/base.html' %} {% block title %}Account{% endblock %} {% block content %}
Username: {{ user.username }}
Email: {{ user.email }}
StudentId: {{user.studentid}}
{% if user.profilepicture %}No profile picture
{% endif %} {% endblock %}