{% extends 'base.html' %} {% block content %}
{% if messages %} {% for message in messages %} {% if message.tags == 'error' %} {% endif %} {% endfor %} {% endif %} {% if messages %} {% for message in messages %} {% if message.tags == 'success' %} {% endif %} {% endfor %} {% endif %}
{% for i in patientdetails1 %} {% if i.status == '0' %} {% else %} {% endif %} {% endfor %}
Appointment Number Patient Name Date of Appointment Time of Appointment Creation Date Status Action
{{i.appointmentnumber}} {{i.pat_id.admin.first_name}} {{i.pat_id.admin.last_name}} {{i.date_of_appointment}} {{i.time_of_appointment}} {{i.created_at}}Not Updated Yet{{ i.status}}
{% endblock %}