{{ 'This application is in maintenance mode. We are performing scheduled maintenance.' | translate }}
}
@if ((setting?.newUpdate == 1) && (AuthId == 1)) {
{{ 'A new version is available; make sure to update it to access the latest features.' | translate }}
}
@if (setting?.mail_host == 'smtp.mailtrap.io' && profileData && profileData.users?.roles?.[0]?.name == 'superadmin') {
{{ 'It is necessary to set up your email settings first in order to send and receive emails.' | translate }}
}
@if (profileData && profileData.cronworking != true && profileData.users?.roles?.[0]?.name == 'superadmin') {
{{ 'It is necessary to set up your cron job first in order for the auto functions to work.' | translate }}
}