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

{{ text_list }}

{% if locations %} {% for location in locations %} {% endfor %} {% else %} {% endif %}
{% if sort == 'name' %} {{ column_name }} {% else %} {{ column_name }} {% endif %} {% if sort == 'address' %} {{ column_address }} {% else %} {{ column_address }} {% endif %} {{ column_action }}
{% if location.location_id in selected %} {% else %} {% endif %} {{ location.name }} {{ location.address }}
{{ text_no_results }}
{{ pagination }}
{{ results }}
{{ footer }}