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