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

Sales Report

{% include 'web/message.html' %}
{% include 'web/reports/top_sell_magazines.html' %}
{% include 'web/reports/top_magazine_category.html' %}
{% include 'web/reports/data_details.html' %}
{% if request.user.roles_id == 1 or request.user.roles_id == 2 %}
{% include 'web/reports/user_count.html' %}
{% endif %}
{% include 'web/include_comman/footer.html' %}