## -*- coding: utf-8 -*- <%inherit file="main.html"/>
${_('URL')}: ${pr_url}
${_('Title')}: ${pr_title}
${_('Description')}:
${body}
${_('Changesets')}:
%for r,r_msg in pr_revisions: ${h.short_id(r)}: ${h.shorter(r_msg, 256)} %endfor