Master Configuration
Locations List
{{ error }}
{% endif %}
S.No | Region Name | Region Type | Status | Action | ||
---|---|---|---|---|---|---|
{{RegionSnoCount+loop.index }} | {% if each_region.regionName %}{{each_region.regionName}} | {% else %}- | {% endif %} {% if each_region.regionType %}{{each_region.regionType}} | {% else %}- | {% endif %}{% if each_region.status == 1 %} Active {% else %} Deactive {% endif %} | {% endfor %} {% else %} |
No Data Found |
S.No | Country Name | Region Name | Regex | Country Code | Flag | Status | Action | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{CountriesSnoCount+loop.index }} | {% if each_country.countryName %}{{each_country.countryName}} | {% else %}- | {% endif %} {% if each_country.regionId.regionName %}{{ each_country.regionId.regionName }} | {% else %}- | {% endif %} {% if each_country.regex %}{{each_country.regex}} | {% else %}- | {% endif %} {% if each_country.countryCode %}{{each_country.countryCode}} | {% else %}- | {% endif %}
{% if each_country.countryFlag %}
![]() |
{% if each_country.status == 1 %} Active {% else %} Deactive {% endif %} | {% endfor %} {% else %} |
No Data Found |
S.No | State Name | State Code | Country Name | Status | Action | ||
---|---|---|---|---|---|---|---|
{{StateSnoCount+loop.index }} | {% if each_state.stateName %}{{each_state.stateName}} | {% else %}- | {% endif %}{{each_state.stateCode}} | {% if each_state.countryId.countryName %}{{each_state.countryId.countryName}} | {% else %}- | {% endif %}{% if each_state.status == 1 %} Active {% else %} Deactive {% endif %} | {% endfor %} {% else %} |
No Data Found |
S.No | City Name | State Name | Status | Action | ||
---|---|---|---|---|---|---|
{{citySnoCount+loop.index}} | {% if each_city.cityName %}{{each_city.cityName}} | {% else %}- | {% endif %} {% if each_city.stateId.stateName %}{{each_city.stateId.stateName}} | {% else %}- | {% endif %}{% if each_city.status == 1 %} Active {% else %} Deactive {% endif %} | {% endfor %} {% else %} |
No Data Found |
S.No | Block/PO Name | City Name | Status | Action | ||
---|---|---|---|---|---|---|
{{blockSnoCount+ loop.index}} | {% if each_block.name %}{{each_block.name}} | {% else %}- | {% endif %} {% if each_block.cityId.cityName %}{{each_block.cityId.cityName}} | {% else %}- | {% endif %}{% if each_block.status == 1 %} Active {% else %} Deactive {% endif %} | {% endfor %} {% else %} |
No Data Found |
S.No | Pincode | Block/PO Name | Latitude | Longitude | Status | Action | ||||
---|---|---|---|---|---|---|---|---|---|---|
{{pincodesSnoCount+ loop.index}} | {% if each_pincode.pincode %}{{each_pincode.pincode}} | {% else %}- | {% endif %} {% if each_pincode.blockPoId.name %}{{each_pincode.blockPoId.name}} | {% else %}- | {% endif %} {% if each_pincode.latitude %}{{each_pincode.latitude}} | {% else %}- | {% endif %} {% if each_pincode.longitude %}{{each_pincode.longitude}} | {% else %}- | {% endif %}{% if each_pincode.status == 1 %} Active {% else %} Deactivate {% endif %} | {% endfor %} {% else %} |
No Data Found |