{% extends 'portal/base_old.html' %} {% load static %} {% load app_tags %} {% block studentButtons %} {% if user|is_logged_in_as_school_user %} {% endif %} {% if not user.new_student.class_field %} Join a school {% endif %} {% endblock studentButtons %} {% 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 %}