Files @ 5a7bc5c3029e
Branch filter:

Location: kallithea/rhodecode/templates/email_templates/changeset_comment.html - annotation

Mads Kiilerich
css: consistent use of space around { and ,
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

<h4>${subject}</h4>

${body}

% if status_change is not None:
<div>
    ${_('New status$')} -> ${status_change}
</div>
% endif