{% extends 'adminsection/base.html' %} {% load static %} {% block content %}

All Appointment

All Appointment:

{% for list in Acceptedappoinments %} {% endfor %}
# Appointment Number Name Mobile Number Appointment Date Appointment Time Action
{{ forloop.counter }} {{ list.id}} {{ list.Name}} {{ list.PhoneNumber}} {{ list.AppoinmentDate}} {{ list.AppoinmentTine|date:"H i A"}} View
{% endblock %}