{% extends "website/base.html" %} {% block content %} Request Care Step 1 of 4 — Your details. We respond promptly and confidentially. {% csrf_token %} {% for field in form %} {{ field.label }} {{ field }} {% for error in field.errors %}{{ error }}{% endfor %} {% endfor %} Continue {% endblock %}
Step 1 of 4 — Your details. We respond promptly and confidentially.