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

{{ text_list }}

{% if translations %} {% for translation in translations %} {% endfor %} {% else %} {% endif %}
{% if sort == 'store' %}{{ column_store }} {% else %}{{ column_store }}{% endif %} {% if sort == 'language' %}{{ column_language }}{% else %}{{ column_language }}{% endif %} {% if sort == 'route' %}{{ column_route }} {% else %}{{ column_route }}{% endif %} {% if sort == 'key' %}{{ column_key }}{% else %}{{ column_key }}{% endif %} {% if sort == 'value' %}{{ column_value }}{% else %}{{ column_value }}{% endif %} {{ column_action }}
{% if translation.translation_id in selected %} {% else %} {% endif %} {{ translation.store }} {{ translation.language }} {{ translation.route }} {{ translation.key }} {{ translation.value }}
{{ text_no_results }}
{{ pagination }}
{{ results }}
{{ footer }}