View Appointment
View Appointment:
Appointment Number | {{ Appoinment.id}} |
---|---|
Name | {{ Appoinment.Name}} |
{{ Appoinment.Email }} | |
Mobile Number | {{ Appoinment.PhoneNumber }} |
Appointment Date | {{ Appoinment.AppoinmentDate }} |
Appointment Time | {{ Appoinment.AppoinmentTine|date:"H i A"}} |
Services | {% for service in Appoinment.Service.all %} {{ service.ServiceName }} {% endfor %} |
Apply Date | {{ Appoinment.ApplyDate }} |
Status | {% if Appoinment.Remark %} {% if Appoinment.Remark == '1' %} Accected {% else %} Rejected {% endif %} {% else %} Not Confirm {% endif %} |
Remark | {{ Appoinment.Note }} |
---|---|
Remark date | {{ Appoinment.RemarkDate }} |