Ticket #3957 (partial) - ganeti_webmgr uses ganeti python namespace:
[ganeti_webmgr.git] / ganeti_web / templates / ssh_keys / table.html
blobb39ed8a1d9bde5645a2444b294fd75b69b8c2482
1 {% load webmgr_tags %}
2 <table id="key_list">
3 <tr>
4 <th>Key</th>
5 <th>Comment</th>
6 <th></th>
7 </tr>
8 {% for key in keyslist %}
9 {# load each row from template row.html #}
10 {% include "ssh_keys/row.html" %}
11 {% endfor %}
12 </table>