{% include 'notifications.html.twig' with {'notifications': notifications, 'images_path': images_path } %}

{{ 'All sites'|trans }}

{% if sites %} {% include 'multisite_list.html.twig' with {'sites': sites, 'images_path': images_path, 'hasNextPage': hasNextPage } %}
{{ 'Site name'|trans }} {{ 'Firewall'|trans }} {{ 'Antivirus'|trans }} {{ 'Services status'|trans }} {{ 'Technologies'|trans }}
{% else %}
{{ 'No site here'|trans }}
{% endif %}