Files @ 6cdf2cd9d9d8
Branch filter:

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

Mads Kiilerich
repo edit: it is a repo thing more than an admin thing - show it that way in ui and url
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

<h4>${subject}</h4>

${body}

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