[% INCLUDE 'admin/header.html' title=tprintf(loc('Response Templates for %s'), body.name) -%] [% FOR t IN response_templates %] [% END %]
[% loc('Title') %] [% loc('Categories') %] [% loc('State') %] [% loc('Auto Response') %]  
[% t.title | html %] [% UNLESS t.contacts.size %] [% loc('All categories') %] [% ELSE %] [% FOR contact IN t.contacts %] [% contact.category_display %][% ',' UNLESS loop.last %] [% END %] [% END %] [% IF t.state %][% t.state | html %][% END %] [% IF t.external_status_code %][% t.external_status_code | html %] (external)[% END %] [% IF t.auto_response %]X[% END %] [% loc('Edit') %]
[% loc('New template') %] [% INCLUDE 'admin/footer.html' %]