## -*- coding: utf-8 -*- <%inherit file="/base/base.html"/> <%block name="title"> ${_('My Notifications')} ${c.authuser.username} <%def name="breadcrumbs_links()"> ${_('My Notifications')} <%block name="header_menu"> ${self.menu('admin')} <%def name="main()">
${self.breadcrumbs()}
${_('All')} ${_('Comments')} ${_('Pull Requests')}
%if c.notifications:
${_('Mark All Read')}
%endif
<%include file='notifications_data.html'/>