{{lang.t("Server Date: %s", lang.d())}}
{{lang.t("Logged in as")}}: {{loggedAccount.nickname ? loggedAccount.nickname : loggedAccount.username}} | {{lang.t("My Account")}} {{lang.t("Logout")}}
{{lang.t("JetBackup main service is down")}}
{{lang.t("We noticed that the main JetBackup service is not running.")}}
{{lang.t("As a result of this no automated tasks will be performed, such as backup, restore, download and many more.")}}
{{lang.t("Please try executing the following command via shell in order to start the service:")}} systemctl start jetbackup5d.service
{{lang.t("Sync Accounts is in progress")}}
{{lang.t("Account synchronization is running in the background.")}}
{{lang.t("Operations like Backup, Restore & Download are currently not available.")}}

{{lang.t("You can monitor the progress via the JetBackup main log at the following file - ")}} /usr/local/jetapps/var/log/jetbackup5/jetbackupd.log
{{lang.t("System is under rescue mode")}}
{{lang.t("System rescue is in process, Please check the logs for more information")}}
{{lang.t("ATTENTION REQUIRED - Upcoming JetBackup MongoDB Upgrade")}}
{{lang.t("We detected that your CPU does not have the AVX instruction set flag enabled.") }}
{{lang.t("JetBackup 5 will be updating to MongoDB 6.0+ soon which requires the use of the") }} {{lang.t("AVX instruction set")}}.
{{lang.t("Please verify that your CPU meets this requirement to avoid disruptions on your backups and ensure you continue receiving the latest JetBackup updates.")}}

{{lang.t("To verify the flags are enabled, look for AVX/AVX2 in the \"Flags\" section of ")}} lscpu

{{lang.t("To permanently acknowledge this message, use")}} touch /usr/local/jetapps/etc/jetbackup5/disable_avx_alerts.flag