{% extends "_base.html" %} {% load static %} {% block styles %} {{ block.super }} {% endblock styles %} {% block ui_active_tab %} 'appointment_types' {% endblock ui_active_tab %} {% block page_header %} Appointment types {% endblock page_header %} {% block breadcrumb %} {% include "appointment_types/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %}
Appointment Types represent the different assesments (i.e. blood test) to be conducted during an appointment.