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

{{title}}

{% endcomment %}
Magazine Category List
{% include 'web/message.html' %}
{% if magazine_categorys %} {% for magazine_category in magazine_categorys %} {% endfor %}
S.N. Category name Category Color Category Icons Action
{{forloop.counter}} {{magazine_category.category_name}} {{magazine_category.magazine_category_color}} {% if magazine_category.magazine_category_icon %}
{% endif %}
Edit Delete
{% else %} {% endif %}
{% include 'web/include_comman/footer.html' %}