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

{{title}}

{% endcomment %}
Magazine Pages List
{% include 'web/message.html' %}
{% for magazine_page in magazine_pages %} {% endfor %} {% comment %} {% url 'web:delete_system_category_view' system_category.id %} {% endcomment %}
S.N. Magazine Files Page Number Action
{{forloop.counter}} {{magazine_page.magazine}} {% if magazine_page.pages %} View Magazine {% else %} {% endif %} {{magazine_page.page_number}} Edit Delete
{% include 'web/include_comman/footer.html' %}