Master Configuration
Locations List
{{ error }}
{% endif %}
S.No | Region Name | Region Type | Status | Action |
---|---|---|---|---|
{{each_region.snoCount}} | {{each_region.regionName}} | {{each_region.regionType}} | {% if each_region.actionText == "Active" %} {{ each_region.actionText }} {% else %} {{ each_region.actionText }} {% endif %} | {% endfor %} |
S.No | Country Name | Region Name | Regex | Country Code | Flag | Status | Action |
---|---|---|---|---|---|---|---|
{{each_country.snoCount}} | {{each_country.countryName}} | {{each_country.regionName}} | {{each_country.regex}} | {{each_country.countryCode}} | {% if each_country.actionText == "Active" %} {{ each_country.actionText }} {% else %} {{ each_country.actionText }} {% endif %} | {% endfor %} |
S.No | State Name | Country Name | Status | Action |
---|---|---|---|---|
{{each_state.snoCount}} | {{each_state.stateName}} | {{each_state.countryName}} | {% if each_state.actionText == "Active" %} {{ each_state.actionText }} {% else %} {{ each_state.actionText }} {% endif %} | {% endfor %} |
S.No | City Name | State Name | Status | Action |
---|---|---|---|---|
{{each_city.citysnoCount}} | {{each_city.cityName}} | {{each_city.stateName}} | {% if each_city.actionText == "Active" %} {{ each_city.actionText }} {% else %} {{ each_city.actionText }} {% endif %} | {% endfor %} |
S.No | Block/PO Name | City Name | Status | Action |
---|---|---|---|---|
{{each_block.snoCount}} | {{each_block.name}} | {{each_block.cityName}} | {% if each_block.actionText == "Active" %} {{ each_block.actionText }} {% else %} {{ each_block.actionText }} {% endif %} | {% endfor %} |
S.No | Pincode | Block/PO Name | Latitude | Longitude | Status | Action |
---|---|---|---|---|---|---|
{{each_pincode.snoCount}} | {{each_pincode.pincode}} | {{each_pincode.blockName}} | {{each_pincode.latitude}} | {{each_pincode.longitude}} | {% if each_pincode.actionText == "Active" %} {{ each_pincode.actionText }} {% else %} {{ each_pincode.actionText }} {% endif %} | {% endfor %} |