% layout 'standard', title => 'Dashboard', sb_active => 'admin'; %= include 'admin/_nav', page => 'alerts' %= include '_base/status_window'; % for my $alert ( $c->db->system_notes( { }, { order_by => { -desc => 'created_at' } } )->all ) {
| From | <%= $alert->source %> |
|---|---|
| Date | <%= $alert->created_at->strftime( "%F %T" ) %> |
| Status | <%= $alert->is_read ? 'Read' : 'Unread' %> |
<%= $alert->content %>