## -*- coding: utf-8 -*- <%inherit file="/base/base.html"/> <%block name="title"> ${_('%s Bookmarks') % c.repo_name} <%def name="breadcrumbs_links()"> ${_('Bookmarks')} <%block name="header_menu"> ${self.menu('repositories')} <%def name="main()"> ${self.repo_context_bar('switch-to')}
${self.breadcrumbs()}
%if c.repo_bookmarks:
${_('Compare Bookmarks')}
%endif
<%include file='bookmarks_data.html'/>