## -*- coding: utf-8 -*- <%inherit file="main.html"/>

${_('URL')}: ${pr_comment_url}

${_('%s commented on pull request "%s"') % (pr_comment_user,pr_title) |n}

%if status_change: %if closing_pr:

${_('Pull request was closed with status')}: ${status_change}

%else:

${_('Pull request changed status')}: ${status_change}

%endif %endif

${_('Comment')}:

${body}