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

{{ text_list }}

{% if services %} {% for service in services %} {% endfor %} {% else %} {% endif %}
{{ column_image }} {% if sort == 'pd.name' %} {{ column_name }} {% else %} {{ column_name }} {% endif %} {% if sort == 'p.status' %} {{ column_status }} {% else %} {{ column_status }} {% endif %} {% if sort == 'p.noindex' %} {{ column_noindex }} {% else %} {{ column_noindex }} {% endif %} {{ column_action }}
{% if service.service_id in selected %} {% else %} {% endif %} {% if service.image %} {{ service.name }} {% else %} {% endif %} {{ service.name }} {{ service.status }} {{ service.noindex }}
{{ text_no_results }}
{{ pagination }}
{{ results }}
{{ footer }}