c9eaaac234
FossilOrigin-Name: 9ceac560758f39950f7edeaa79580d7cd0b212108a197efd7f57b24413c42dac
12 lines
307 B
Text
12 lines
307 B
Text
<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>
|
|
|