{# customhome/templates/customhome/previous_appointments.html #} {% extends "core/base.html" %} {% load static %} {% block title %}Previous Appointments & Feedback{% endblock %} {%block stylesheet %} {% endblock %} {% block content %}
Time: {{ data.appointment.appointment_time }}
Description: {{ data.appointment.short_description }}
Status: {{ data.appointment.status }}
View Document: {% if data.appointment.id_proof_documents != "" %} {{ data.appointment.id_proof_documents.name|cut:"documents/" }} {% else %} No Document Uploaded {% endif %}
Feedback: {{ feedback.feedback }}
Outcome: {{ feedback.outcome }}
Internal Notes: {{ feedback.internal_notes }}
No feedback available.
{% endif %}No appointments available.
{% endif %}