<%namespace name="base" file="/base/base.mako"/> %if c.notifications: <% unread = lambda n:{False:'unread'}.get(n) %>
%for notification in c.notifications:
%endfor
${c.notifications.pager('$link_previous ~2~ $link_next')}
%else:
${_('No notifications here yet')}
%endif