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

{{ text_list }}

{% if recurrings %} {% for recurring in recurrings %} {% endfor %} {% else %} {% endif %}
{% if sort == 'or.order_recurring_id' %} {{ column_order_recurring_id }} {% else %} {{ column_order_recurring_id }} {% endif %} {% if sort == 'or.order_id' %} {{ column_order_id }} {% else %} {{ column_order_id }} {% endif %} {% if sort == 'or.reference' %} {{ column_reference }} {% else %} {{ column_reference }} {% endif %} {% if sort == 'customer' %} {{ column_customer }} {% else %} {{ column_customer }} {% endif %} {% if sort == 'or.status' %} {{ column_status }} {% else %} {{ column_status }} {% endif %} {% if sort == 'or.date_added' %} {{ column_date_added }} {% else %} {{ column_date_added }} {% endif %} {{ column_action }}
{{ recurring.order_recurring_id }} {{ recurring.order_id }} {{ recurring.reference }} {{ recurring.customer }} {{ recurring.status }} {{ recurring.date_added }}
{{ text_no_results }}
{{ pagination }}
{{ results }}
{{ footer }}