treebird/templates/notifs_embed.tt

14 lines
319 B
Plaintext

[% 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>