<%namespace name="base" file="/base/base.mako"/> <%namespace name="dt" file="/data_table/_dt_elements.mako"/> % if c.can_view_pr:
${c.pull_request.status}
${_('Created')}: ${h.format_date(c.pull_request.created_on)}

!${c.pull_request.pull_request_id} - ${c.pull_request.title}

% 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