2609e9680c
FossilOrigin-Name: 8eb2f577e9a9de679829d1694231f527dfacf53938ecc52f323021ed52744bfd
13 lines
319 B
Text
13 lines
319 B
Text
[% nav() %]
|
|
<div class="notifications-compact">
|
|
[% IF notifs %]
|
|
[% FOREACH notif IN notifs %]
|
|
[% notification(notif, 1) %]
|
|
[% END %]
|
|
[% ELSE %]
|
|
<div class="fancy-error">
|
|
<span class="fancy-error-text">No notifications.</span>
|
|
</div>
|
|
[% END %]
|
|
</div>
|
|
|