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

{{title}}

{% endcomment %}
Magazine List
{% if request.user.roles_id == 3 or request.user.roles_id == 4 %} Add New {% comment %} Reset {% endcomment %} {% endif %}
{% include 'web/message.html' %}
{% if magazine_infos %} {% comment %} {% endcomment %} {% if request.user.roles_id == 1 %} {% endif %} {% if request.user.roles_id == 3 or request.user.roles_id == 4 %} {% endif %} {% for magazine_info in magazine_infos %} {% if magazine_info.reads == None %} {% else %} {% endif %} {% if magazine_info.ratting == None %} {% else %} {% endif %} {% if request.user.roles_id == 1 %} {% if magazine_info.is_aproved == 0 %} {% else %} {% if magazine_info.is_active == 1 %} {% else %} {% endif %} {% endif %} {% if magazine_info.is_aproved == 0 %} {% elif magazine_info.is_aproved == 1 %} {% else %} {% endif %} {% endif %} {% if request.user.roles_id == 3 or request.user.roles_id == 4 %} {% endif %} {% endfor %}
S.N. Magazine Cover Image Rent Price Buy Price Pages Reads RatingCommissionStatus Approval StatusAction
{{forloop.counter}} {{magazine_info.name}} {% if magazine_info.cover_pic %} {% else %} {% endif %} {{magazine_info.rent_price|floatformat:2}} {{magazine_info.buy_price|floatformat:2}} {% for mp in magazine_pages %} {% if magazine_info.id == mp.magazine.id %} {{mp.page_number}} {% endif %} {% endfor %} 0{{magazine_info.reads}}0.0{{magazine_info.ratting}}DeactivateDeactivateActivateDisapproved Approved Disapprove {% comment %} Disapprove Approve {% endcomment %}
{% else %} {% endif %}
{% include 'web/include_comman/footer.html' %} {% comment %} {% endcomment %}