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

{{ text_list }}

{% if events %} {% for event in events %} {% endfor %} {% else %} {% endif %}
{% if sort == 'code' %}{{ column_code }}{% else %}{{ column_code }}{% endif %} {% if sort == 'status' %}{{ column_status }}{% else %}{{ column_status }}{% endif %} {% if sort == 'sort_order' %}{{ column_sort_order }}{% else %}{{ column_sort_order }}{% endif %} {{ column_action }}
{% if event.event_id in selected %} {% else %} {% endif %} {{ event.code }} {{ event.status }} {{ event.sort_order }} {% if not event.enabled %}{% else %}{% endif %}
{{ text_no_results }}
{{ pagination }}
{{ results }}
{{ footer }}