## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
{%- from "haproxy/map.jinja" import haproxy with context %}
{%- for name, status in haproxy.config.geoip.countries.items() %}
{{ name }} {{ status }}
{%- endfor %}