Setup Charge Commissions

{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}
Setup Charge Commissions
Sub Payment Modes Configuration
{% for setup_commission in setup_charge_commission_list %} {% set outer_loop = loop %}

{% for i in range(setup_commission.price_ranges|length) %} {% endfor %}
Start Amount End Amount Is Unlimited Charge Type Charge Value  
{% endfor %}
{% if error %}

{{ error }}

{% endif %}