%inherit file="/base/base.html"/> <%block name="title"> ${_('%s Pull Requests') % c.repo_name} %block> <%def name="breadcrumbs_links()"> %if c.from_: ${_("Pull Requests from %s'") % c.repo_name} %else: ${_("Pull Requests to '%s'") % c.repo_name} %endif %def> <%block name="header_menu"> ${self.menu('repositories')} %block> <%def name="main()"> ${self.repo_context_bar('showpullrequest')}