aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/responsepriorities/index.html
blob: 882a3c5388845bda19c0431f6c4b4ed62b356156 (plain)
1
2
3
4
5
6
7
8
9
10
11
[% INCLUDE 'admin/header.html' title=loc('Response Priorities') -%]

<ul>
    [% FOR body IN bodies %]
        <li>
            <a href="[% c.uri_for('',  body.id) %]">[% body.name %]</a>
        </li>
    [% END %]
</ul>

[% INCLUDE 'admin/footer.html' %]