{% extends "base.html" %} {% block content %}

Client Rate Master


Reset
Rate List
{% for row in rates %} {% endfor %}
# Category Item Code Item Name Unit Rate Status Action
{{ loop.index }} {{ row.category }} {{ row.item_code }} {{ row.item_name }} {{ row.unit }} {{ row.rate }} {% if row.status=="Active" %} Active {% else %} Inactive {% endif %}
{% endblock %}