{{ header }}{{ column_left }}
{% if error_warning %}
{{ error_warning }}
{% endif %} {% if success %}
{{ success }}
{% endif %}

{{ text_list }}

{% if zones %} {% for zone in zones %} {% endfor %} {% else %} {% endif %}
{% if sort == 'c.name' %} {{ column_country }} {% else %} {{ column_country }} {% endif %} {% if sort == 'z.name' %} {{ column_name }} {% else %} {{ column_name }} {% endif %} {% if sort == 'z.code' %} {{ column_code }} {% else %} {{ column_code }} {% endif %} {{ column_action }}
{% if zone.zone_id in selected %} {% else %} {% endif %} {{ zone.country }} {{ zone.name }} {{ zone.code }}
{{ text_no_results }}
{{ pagination }}
{{ results }}
{{ footer }}