{% extends "website/base.html" %} {% block content %}

Review & Submit

Step 4 of 4 — Confirm your details before submitting.

Client details
Name: {{ data.step1.full_name }}
Phone: {{ data.step1.phone }}
Email: {{ data.step1.email }}
Location: {{ data.step1.location }}
Care needs
Type: {{ data.step2.request_type }}
Age: {{ data.step2.patient_age }}
Schedule: {{ data.step2.schedule_notes }}
Needs description
{{ data.step2.care_needs }}
Preferences
{{ data.step3.preference_notes }}
Risk / clinical notes
{{ data.step3.risk_notes }}
{% csrf_token %}
Back
Non-emergency notice: If this is an emergency, call your local emergency services.
{% endblock %}