{% extends 'portal/play/base.html' %} {% load static %} {% block scripts %} {{ block.super }} {% endblock scripts %} {% block nav_student_account %}{% if user.new_student.class_field %}Password{% else %}Account{% endif %}{% endblock nav_student_account %} {% block content %}

{% if user.new_student.class_field %}Password{% else %}Account{% endif %}


{% if user.new_student.class_field %}

Update my password


Change your password here to something memorable.

{% else %}

Edit my details


You may edit your account details below, including your name, email and password.

{% endif %}
{% if not user.new_student.class_field %}
{% endif %}
{% endblock %}