[% INCLUDE 'admin/header.html' title=tprintf(loc('Response Templates for %s'), body.name) -%]
[% rt = response_template %]
[% tprintf(loc('Response Templates for %s'), body.name) %]
[% IF rt.id %]
[% tprintf(loc('Template «%s»'), rt.title) %]
[% ELSE %]
[% loc('New template') %]
[% END %]
[% INCLUDE 'admin/footer.html' %]