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