aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/templates_index.html
blob: 40e1be300632079ea42e8ea6ac4bab72fcdad2f8 (plain)
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' %]