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

{{ text_list }}

{% if currencies %} {% for currency in currencies %} {% endfor %} {% else %} {% endif %}
{% if sort == 'title' %} {{ column_title }} {% else %} {{ column_title }} {% endif %} {% if sort == 'code' %} {{ column_code }} {% else %} {{ column_code }} {% endif %} {% if sort == 'value' %} {{ column_value }} {% else %} {{ column_value }} {% endif %} {% if sort == 'date_modified' %} {{ column_date_modified }} {% else %} {{ column_date_modified }} {% endif %} {{ column_action }}
{% if currency.currency_id in selected %} {% else %} {% endif %} {{ currency.title }} {{ currency.code }} {{ currency.value }} {{ currency.date_modified }}
{{ text_no_results }}
{{ pagination }}
{{ results }}
{{ footer }}