{% extends "website/base.html" %} {% block content %} Schedule & Preferences Step 3 of 4 — Start date, preferences, and important notes (non-emergency). {% csrf_token %} {% for field in form %} {{ field.label }} {{ field }} {% for error in field.errors %}{{ error }}{% endfor %} {% endfor %} Back Continue {% endblock %}
Step 3 of 4 — Start date, preferences, and important notes (non-emergency).