{{error}}
{% endif %}
- {% if redirectval=="Region" %} Region {% else %} Region {% endif %}
- {% if redirectval=="Country" %} Country {% else %} Country {% endif %}
- {% if redirectval=="State" %} State {% else %} State {% endif %}
- {% if redirectval=="Cities" %} Cities {% else %} Cities {% endif %}
- {% if redirectval=="Block" %} Block/PO {% else %} Block/PO {% endif %}
- {% if redirectval=="Pincode" %} Pincode {% else %} Pincode {% endif %}
{% if redirectval=="Region" %}
{% else %}
{% endif %}
{{ pagination.info }}
{{ pagination.links }}
{% if redirectval=="Country" %}
Add Region
S.No | Region Name | Region Type | Status | Edit | Delete |
---|---|---|---|---|---|
{{loop.index}} | {{each_region.regionName}} | {{each_region.regionType}} | {{each_region.actionText}} |
Edit Region |
| {% endfor %}
{% else %}
{% endif %}
{{ countryPagination.info }}
{{ countryPagination.links }}
{% if redirectval=="State" %}
Add Country
S.No | Country Name | Region Name | Regex | Country Code | Flag | Status | Edit | Delete |
---|---|---|---|---|---|---|---|---|
{{loop.index}} | {{each_country.countryName}} | {{each_country.regionName}} | {{each_country.regex}} | {{each_country.countryCode}} | {{each_country.actionText}} |
Edit Country |
| {% endfor %}
{% else %}
{% endif %}
{{ statePagination.info }}
{{ statePagination.links }}
{% if redirectval=="Cities" %}
Add State
S.No | State Name | Country Name | Status | Edit | Delete |
---|---|---|---|---|---|
{{loop.index}} | {{each_state.stateName}} | {{each_state.countryName}} | {{each_state.actionText}} |
Edit State |
| {% endfor %}
{% else %}
{% endif %}
{{ cityPagination.info }}
{{ cityPagination.links }}
{% if redirectval=="Block" %}
Add City
S.No | City Name | State Name | Status | Edit | Delete |
---|---|---|---|---|---|
{{loop.index}} | {{each_city.cityName}} | {{each_city.stateName}} | {{each_city.actionText}} |
Edit City |
| {% endfor %}
{% else %}
{% endif %}
{{ blockPagination.info }}
{{ blockPagination.links }}
{% if redirectval=="Pincode" %}
Add Block
S.No | Block/PO Name | City Name | Status | Edit | Delete |
---|---|---|---|---|---|
{{loop.index}} | {{each_block.name}} | {{each_block.cityName}} | {{each_block.actionText}} |
Edit Block/PO |
| {% endfor %}
{% else %}
{% endif %}
{{ pincodePagination.info }}
{{ pincodePagination.links }}
Add Pincode
S.No | Pincode | Block/PO Name | Latitude | Longitude | Status | Edit | Delete |
---|---|---|---|---|---|---|---|
{{loop.index}} | {{each_pincode.pincode}} | {{each_pincode.blockName}} | {{each_pincode.latitude}} | {{each_pincode.longitude}} | {{each_pincode.actionText}} |
Edit Pincode |
| {% endfor %}