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

{{title}}

{% endcomment %}
Publisher List
Add New {% comment %} Reset {% endcomment %}
{% include 'web/message.html' %}
{% if publishers %} {% for publisher in publishers %} {% if publisher.is_active == 1 %} {% comment %} {% endcomment %} {% else %} {% comment %} {% endcomment %} {% endif %} {% if publisher.is_active == 1 %} {% else %} {% endif %} {% endfor %} {% comment %} {% url 'web:delete_system_category_view' system_category.id %} {% endcomment %}
S.N. First Name Last Name Email Status Action
{{forloop.counter}} {{publisher.first_name}} {{publisher.last_name}} {{publisher.email}}ActiveDeactivateActivate
{% else %} {% endif %}
{% include 'web/include_comman/footer.html' %}