{$TEXT_READ_LATER}
{$TEXT_READ_LATER_INTRO}
    {foreach from=$system_alerts item=alert}
  • {if $alert.is_notice} {$alert.title|truncate:10:"...":true} {else} {$alert.title|truncate:10:"...":true} {/if}
  • {/foreach}
{foreach from=$system_alerts item=alert} {if $alert.is_notice}
{else}
{/if} {$alert.title}

{$alert.date|date_format:"%d.%m.%Y"} {$alert.description}

{$TEXT_MARK_SYSTEMMESSAGE_AS_READ}

{/foreach}