← Tags
Regions
This tag lets you loop through regions:
1{{ sc:regions }}2 <option value="{{ id }}">{{ name }} ({{ country:name }})</option>3{{ /sc:regions }}
When looping through, you may also reference the name
& iso
of the related country.
Parameters
country
You may scope down regions to a specific country if needed:
1{{ sc:regions country="GB" }}