{% include 'web/include_comman/header.html' %} {% include 'web/include_comman/sidebar.html' with active_tab='system_category_active'%}
{% include 'web/include_comman/right_top.html' %}
{% comment %}

{{title}}

{% endcomment %}
System Category List
{% include 'web/message.html' %}
{% if system_categorys %} {% for system_category in system_categorys %} {% endfor %}
S.No. Category Name Action
{{forloop.counter}} {{system_category.category_name}} Edit Delete
{% else %} {% endif %}
{% comment %} {% url 'web:delete_system_category_view' system_category.id %} {% endcomment %}
{% comment %} {% endcomment %} {% include 'web/include_comman/footer.html' %}