%inherit file="/base/base.html"/> <%def name="title()"> ${_('%s Pull Request #%s') % (c.repo_name, c.pull_request.pull_request_id)} · ${c.rhodecode_name} %def> <%def name="breadcrumbs_links()"> ${h.link_to(_(u'Home'),h.url('/'))} » ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} » ${_('Pull request #%s') % c.pull_request.pull_request_id} %def> <%def name="main()"> ${self.context_bar('showpullrequest')}