## -*- coding: utf-8 -*- <%inherit file="main.html"/> ${_('User %s commented on pull request #%s for repository %s') % ('%s' % pr_comment_user ,pr_id,pr_target_repo)}

${body} %if status_change: ${_('New status')} -> ${status_change} %endif

${_('View this comment here')}: ${pr_comment_url}