{% extends "base.html" %} {% load tags %} {% load static %} {% block title %} Station Registration Step 1{% endblock %} {% block content %}

Station Registration - Step 1: Choose Registration Type

Choose to register a new station:

{% if stations %}

or re-register one of your existing ones:

{% for station in stations %} {% endfor %} {% endif %}
{% endblock %} {% block javascript %} {% endblock javascript %}