{% extends 'base.html' %} {% block content %}
Name: {{ app.full_name }} | Type: {{ app.passport_type }} | Status: {{ app.status }}
{{ appt.appt_date }} at {{ appt.appt_time }} — {{ appt.center }}
{% else %} Schedule Appointment {% endif %}Paid ₹{{ pay.amount }} via {{ pay.method }} (Ref: {{ pay.reference }})
{% else %} Pay Fee {% endif %} {% endblock %}