1 2 3 4 5 6 7 8 9 10 11
[% INCLUDE 'admin/header.html' title=loc('Response Templates') -%] <ul> [% FOR body IN bodies %] <li> <a href="[% c.uri_for('templates', body.id) %]">[% body.name %]</a> </li> [% END %] </ul> [% INCLUDE 'admin/footer.html' %]