2.0
{% if is_multisite and is_super_admin %}
{{ 'All sites'|trans }}
{% else %}
{{ 'Dashboard'|trans }}
{{ 'Firewall'|trans }}
{{ 'Antivirus'|trans }}
{{ 'Settings'|trans }}
{{ 'Reports'|trans }}
{% endif %}
{{ 'Help'|trans }}
{{ 'Documentation'|trans }}
{% include 'notifications.html.twig' with {'notifications': notifications, 'images_path': images_path } %}
{{ content | raw}}
{% include 'footer.html.twig' with {'current_year': current_year, 'images_path': images_path } %}