<%inherit file="main.html"/>\ \ <%block name="header">\ <% title = _('Mention on Pull Request %s "%s" by %s') % (pr_nice_id, pr_title, pr_user_created) if is_mention else _('Added as Reviewer of Pull Request %s "%s" by %s') % (pr_nice_id, pr_title, pr_user_created) %>\ <%include file="header.html" args="title=title,link=pr_url"/>\ \ \
${_('Pull request')} ${pr_nice_id} "${pr_title}" ${_('by')} ${pr_owner.full_name_and_username}.
${_('from')} ${pr_source_repo} ${_('branch')} ${pr_source_branch}
${_('to')} ${pr_target_repo} ${_('branch')} ${pr_target_branch}
${_('Description')}:
${body}
${_('Changesets')}:
<% title = _('View Pull Request') %>\ <%include file="button.html" args="url=pr_url,title=title,padding_bottom=False"/>\