{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
Agent Commission 1 | Agent Commission 2 | Commercial Cost | Profit Margin | Freight | Insurance | Duty | Others | Remarks |
---|---|---|---|---|---|---|---|---|
${{ commercial_and_other_cost.agent_commision1|floatformat:4 }} | ${{ commercial_and_other_cost.agent_commision2|floatformat:4 }} | ${{ commercial_and_other_cost.commercial_cost|floatformat:4 }} | ${{ commercial_and_other_cost.profit_margin|floatformat:4 }} | ${{ commercial_and_other_cost.freight|floatformat:4 }} | ${{ commercial_and_other_cost.insurance|floatformat:4 }} | ${{ commercial_and_other_cost.duty|floatformat:4 }} | ${{ commercial_and_other_cost.others|floatformat:4 }} | {{ commercial_and_other_cost.remarks }} |