{% extends 'common/base.html' %} {% load static %} {% block title %}District Management{% endblock %} {% block content %}
District Management
{% for item in district_list %} {% empty %} {% endfor %}
Name English Name Bangla Shipping Cost Rank Status Action
{{ item.district_name_english }} {% if item.district_name_bangla %}{{ item.district_name_bangla }}{% else %}N/A{% endif %} {{ item.shipping_cost }} {{ item.rank }} {% if item.status == True %} Active {% else %} Inactive {% endif %} Edit
No categories found
{% endblock %}