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

Specialist Categories

Specialist Categories

{% for category in specialist_categories %} {% empty %} {% endfor %}
ID Category Name Category Image Status Action
{{ category.id }} {{ category.category_name }} {% if category.category_image %} Category Image {% else %} No image {% endif %} {{ category.get_status_display|capfirst }}
No categories found.
{% endblock content %}