[% INCLUDE 'admin/header.html' title=tprintf(loc('Response Templates for %s'), body.name) -%]
[% 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') %] |