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

{{ text_list }}

{% if customers %} {% for customer in customers %} {% endfor %} {% else %} {% endif %}
{% if sort == 'name' %}{{ column_name }}{% else %}{{ column_name }}{% endif %} {% if sort == 'c.email' %}{{ column_email }}{% else %}{{ column_email }}{% endif %} {% if sort == 'customer_group' %}{{ column_customer_group }} {% else %} {{ column_customer_group }}{% endif %} {% if sort == 'c.status' %}{{ column_status }}{% else %}{{ column_status }}{% endif %} {% if sort == 'c.ip' %}{{ column_ip }}{% else %}{{ column_ip }}{% endif %} {% if sort == 'c.date_added' %}{{ column_date_added }}{% else %}{{ column_date_added }}{% endif %} {{ column_action }}
{% if customer.customer_id in selected %} {% else %} {% endif %} {{ customer.name }} {{ customer.email }} {{ customer.customer_group }} {{ customer.status }} {{ customer.ip }} {{ customer.date_added }}
{{ text_no_results }}
{{ pagination }}
{{ results }}
{{ footer }}