{% if error_warning %}
{{ error_warning }}
{% endif %}
{% if success %}
{{ success }}
{% endif %}
{{ text_list }}
{{ column_name }} |
{{ column_value }} |
{{ column_action }} |
{% if statistics %}
{% for statistic in statistics %}
{{ statistic.name }} |
{{ statistic.value }} |
|
{% endfor %}
{% else %}
{{ text_no_results }} |
{% endif %}
{{ footer }}