Ubuntu
{{ 'ScheduledReports_EmailHello'|translate }}
{{ 'CoreUpdater_ThereIsNewPluginVersionAvailableForUpdate'|translate }}
{% for plugin in pluginsToBeNotified %}
- {{ plugin.name }} {{ plugin.latestVersion }}
{% endfor %}
{% if hasThemeUpdate %}
{{ 'CoreUpdater_NotificationClickToUpdateThemes'|translate }}
{{ host }}index.php?module=CorePluginsAdmin&action=themes
{% endif %}
{% if hasPluginUpdate %}
{{ 'CoreUpdater_NotificationClickToUpdatePlugins'|translate }}
{{ host }}index.php?module=CorePluginsAdmin&action=plugins
{% endif %}
{{ 'Installation_HappyAnalysing'|translate }}