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