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

Hi, welcome back!

Hospital Services

Hospital Services List

{% for service in hospital_service %} {% empty %} {% endfor %}
ID Hospital Service Name Service Icon Action
{{ service.id }} {{ service.hospital.hospital_name }} {{ service.service_name }} {% if service.service_icon %} Service Icon {% else %} No icon {% endif %}
No services found.
{% endblock content %}