%if c.notifications: <% unread = lambda n:{False:'unread'}.get(n) %>
${c.notifications.pager('$link_previous ~2~ $link_next')}
%for notification in c.notifications:
${h.literal(notification.notification.subject)}
%endfor
${c.notifications.pager('$link_previous ~2~ $link_next')}
%else:
${_('No notifications here yet')}
%endif