%namespace name="base" file="/base/base.mako"/>
<%namespace name="dt" file="/data_table/_dt_elements.mako"/>
% if c.can_view_pr:
% else:
## user cannot view this PR we just show the generic info, without any exposed data
${_('Pull Request')} !${c.pull_request.pull_request_id}
% endif