{% extends 'portal/play/base.html' %} {% load static %} {% block studentButtons %} {% if not user.new_student.class_field %} Join a school {% endif %} {% endblock studentButtons %} {% block content %}

Account


Join a school or club


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