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

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

${_('%s commented on a %s changeset.') % (cs_comment_user,cs_target_repo) |n}

${_('Changeset')}: ${h.short_id(raw_id)}

${_('Description')}:
${h.shorter(message, 256)}

%if status_change:

${_('The changeset status was changed to')}: ${status_change}

%endif

${_('Comment')}:
${body}