3.0
{% if is_multisite and is_super_admin %}
{{ 'All sites'|trans }}
{% else %}
{{ 'Dashboard'|trans }}
{{ 'Firewall'|trans }}
{{ 'Antivirus'|trans }}
{{ 'Settings'|trans }}
{#
#} {#
#} {# {{ 'Reports'|trans }}#} {#
#} {#
#} {% endif %}
{{ 'Documentation'|trans }}
{{ 'WP scan'|trans }}
{{ 'Help'|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 } %}