## -*- coding: utf-8 -*- <%inherit file="/base/base.html"/> <%def name="title()"> ${_('My Notifications')} ${c.rhodecode_user.username} %if c.rhodecode_name: · ${h.branding(c.rhodecode_name)} %endif <%def name="breadcrumbs_links()"> ${_('My Notifications')} <%def name="menu_bar_nav()"> ${self.menu_items(active='admin')} <%def name="main()">
${self.breadcrumbs()} ##
${_('All')} ${_('Comments')} ${_('Pull Requests')} %if c.notifications: ${_('Mark all as read')} %endif
<%include file='notifications_data.html'/>