## -*- coding: utf-8 -*- <%inherit file="main.html"/> ${_('User %s opened pull request for repository %s and wants you to review changes.') % (('%s' % pr_user_created),pr_repo_url) |n}
${body}
%for r,r_msg in pr_revisions:
${h.short_id(r)}:
${h.shorter(r_msg, 256)}
%endfor