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

{{title}}

{% endcomment %}
Sells
{% comment %} {% endcomment %}

{% comment %}
Total : {{total_ammount}}
{% endcomment %}
Total : {{total_ammount|floatformat:2}}
{% include 'web/message.html' %}
{% if request.user.roles_id == 1 or request.user.roles_id == 2 %} {% endif %} {% for purchase_info in purchase_infos %} {% if request.user.roles_id == 1 or request.user.roles_id == 2 %} {% endif %} {% endfor %} {% comment %} {% url 'web:add_subscription_view' subscription.id %} {% endcomment %}
S.N. Purchase Name Magazine Published By Buy Amount Rent AmountCommissionAmount
{{forloop.counter}} {{purchase_info.purchase_name}} {{purchase_info.magazineInfos}} {{purchase_info.publisher_name}} {{purchase_info.buy_price|floatformat:2}} {{purchase_info.rent_price|floatformat:2}}{{purchase_info.commission}}%{{purchase_info.ammount|floatformat:2}}
{% comment %} {% url 'web:delete_system_category_view' system_category.id %} {% endcomment %}
{% comment %} {% endcomment %} {% include 'web/include_comman/footer.html' %}