## -*- coding: utf-8 -*-
<%inherit file="main.html"/>
${_('Pull request #%s for repository %s') % (pr_id, pr_target_repo) |n}
##message from user goes here
${pr_comment_user}:
${body}
${_('View this comment here')}: ${pr_comment_url}
%if status_change:
%if closing_pr:
${_('Closing pull request with status')} -> ${status_change}
%else:
${_('New status')} -> ${status_change}
%endif
%endif