@if (post.id !== 0) {
{{ t('Edit new message of the day ') }}
@if (post.expire) { } @if (!post.expire) { }
  • {{ t('expiration duration') }}
  • {{ t('no expiration') }}
{{ t('in days') }}
{{ t('Leave this field blank to receive a permanent message of the day. The message will be displayed from the defined date. For temporary messages, set the expiration time in days.') }}
{{ t('Select user groups for restricted visibility. Leave this field blank to avoid excluding users.') }}
{{ t('If activated, the system sends notifications via email with the current content of the "Message of the day" to affected users') }}
@if (post.style == 'primary' || post.style == 'info') { } @if (post.style == 'success') { } @if (post.style == 'warning' || post.style == 'danger') { }

{{ post.title }}

{{ post.description }}
}