{% extends "portal/teach/base_registering.html" %} {% load static %} {% load app_tags %} {% block content %}
{% if teacher.school %}

It looks like you've already created your school ({{ user.new_teacher.school.name }})

Add a class
{% else %}

Create a school or club

Progress < 1 of 4 >

25% Complete

As the first person from your school or club to register for Code for Life, by default, you become the organisation's administrator.

{% csrf_token %} {{ create_form.non_field_errors }} {% for field in create_form %}
{{ field }} {% if not field == create_form.country and not field == create_form.county %} {% endif %}
{{ field.help_text }} {{ field.errors }}
{% endfor %}
{% endif %} {% endblock content %}