{% load static %} {% include 'web/include_comman/header.html' %} {% include 'web/include_comman/sidebar.html' with active_tab='report_active1' %}
{% include 'web/include_comman/right_top.html' %}
{% if request.user.is_authenticated %} {% if request.user.roles_id == 1 or request.user.roles_id == 2 or request.user.roles_id == 3 %} {% if request.user.roles_id == 3 %}
${{wallet_amount|floatformat:2}}

Total Balance Amount

{% if request.user.roles_id == 3 or request.user.roles_id == 4 %} {% if wallet_amount == 0 or wallet_amount < 0 %} {% else %} {% endif %} {% else %} {% comment %} View Requests {% endcomment %} {% endif %}
{% endif %}
{% if request.user.roles_id == 1 or request.user.roles_id == 2 %}

Transactions

{% else %}
${{withdrawal_amount|floatformat:2}}

Total Withdrawal Amount

{% endif %}
${{admin_earning_amt|floatformat:2}}

Total Amount

{% if request.user.roles_id == 1 or request.user.roles_id == 2 %}
{{pending_requests}}

Pending Request

{% endif %} {% endif %} {% endif %} {% comment %} {% if request.user.roles_id == 1 or request.user.roles_id == 2 %}
{% endif %}
{% endcomment %}
{% comment %}

{{title}}

{% endcomment %}
Sells
{% comment %} {% endcomment %}
{% include 'web/message.html' %}
{% if purchase_info_groups %} {% for purchase_info_group in purchase_info_groups %} {% endfor %}
S.No. Magazine Name Publisher First Name Publisher Last Name Commission % Publisher Amount Admin Amount Total Amount Action
{{forloop.counter}} {{ purchase_info_group.magazine}} {{purchase_info_group.publisher_fn}} {{purchase_info_group.publisher_ln}} {{purchase_info_group.commission|floatformat:2}} {{purchase_info_group.publisher_amount|floatformat:2}} {{purchase_info_group.admin_amount|floatformat:2}} {{purchase_info_group.total_amount|floatformat:2}}
{% else %} {% endif %}
{% comment %} {% url 'web:delete_system_category_view' system_category.id %} {% endcomment %}
{% comment %} {% endcomment %} {% include 'web/include_comman/footer.html' %}