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

Account


Join a school or club


{% if student.pending_class_request %}
{% else %}
{% endif %}
{% endblock %}