{% extends 'admin/master.html' %} {% load static %} {% block content %}

Hi, welcome back!

Lab Services List

Lab Services

{% if lab_services %} {% for service in lab_services %} {% endfor %} {% else %} {% endif %}
ID Lab Service Name Emergency Service Status Action
{{ service.id }} {{ service.laboratory.lab_name }} {{ service.service.service_name }} {% if service.is_emergency_service %} Yes {% else %} No {% endif %} {{ service.get_status_display|capfirst }}
No records found
{% endblock content %}