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

{{ text_list }}

{% if vouchers %} {% for voucher in vouchers %} {% endfor %} {% else %} {% endif %}
{% if sort == 'v.code' %} {{ column_code }} {% else %} {{ column_code }} {% endif %} {% if sort == 'v.from_name' %} {{ column_from }} {% else %} {{ column_from }} {% endif %} {% if sort == 'v.to_name' %} {{ column_to }} {% else %} {{ column_to }} {% endif %} {% if sort == 'v.amount' %} {{ column_amount }} {% else %} {{ column_amount }} {% endif %} {% if sort == 'theme' %} {{ column_theme }} {% else %} {{ column_theme }} {% endif %} {% if sort == 'v.status' %} {{ column_status }} {% else %} {{ column_status }} {% endif %} {% if sort == 'v.date_added' %} {{ column_date_added }} {% else %} {{ column_date_added }} {% endif %} {{ column_action }}
{% if voucher.voucher_id in selected %} {% else %} {% endif %} {{ voucher.code }} {{ voucher.from }} {{ voucher.to }} {{ voucher.amount }} {{ voucher.theme }} {{ voucher.status }} {{ voucher.date_added }} {% if voucher.order %} {% endif %}
{{ text_no_results }}
{{ pagination }}
{{ results }}
{{ footer }}