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

{{ text_list }}

{% if banners %} {% for banner in banners %} {% endfor %} {% else %} {% endif %}
{% if sort == 'name' %} {{ column_name }} {% else %} {{ column_name }} {% endif %} {% if sort == 'status' %} {{ column_status }} {% else %} {{ column_status }} {% endif %} {{ column_action }}
{% if banner.banner_id in selected %} {% else %} {% endif %} {{ banner.name }} {{ banner.status }}
{{ text_no_results }}
{{ pagination }}
{{ results }}
{{ footer }}