{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}Commercial And Other Cost{% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Commercial And Other Cost

{% if not Commercial_costing_list %} {% if request.user.is_superuser == True or request.user.marchant_user_type == 'mother_admin' or request.user.marchant_user_type == 'sister_admin' or request.user.marchant_user_type == 'admin' or request.user.marchant_user_type == 'regular_user' %} {% include 'marchant_app/costing/commercial_and_other/create/super_admin_forms.html' %} {% endif %} {% endif %}
{% if Commercial_costing_list %}
{% if Commercial_costing_list %} {% endif %}
Agent Commission 1 Agent Commission 2 Commercial Cost Profit Margin Freight Insurance Duty Others Action
{{ Commercial_costing_list.agent_commision1|floatformat:2 }} {{ Commercial_costing_list.agent_commision2|floatformat:2 }} {{ Commercial_costing_list.commercial_cost|floatformat:2 }} {{ Commercial_costing_list.profit_margin|floatformat:2 }} {{ Commercial_costing_list.freight|floatformat:2 }} {{ Commercial_costing_list.insurance|floatformat:2 }} {{ Commercial_costing_list.duty|floatformat:2 }} {{ Commercial_costing_list.others }}
    {% if Commercial_costing_list.style.is_cost_submit_status == "Not Submit" %}
  • {% endif %}
{% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}