rough staticlist : you provide a list, no query/no asynchroneous
[myslice.git] / plugins / templates / simplelist.html
index 39c0298..ca30c0c 100644 (file)
@@ -1,10 +1,7 @@
-<table class='simplelist {%if with_datatables %}with-datatables{% endif %}'>
+<table class='simplelist{%if with_datatables %} with-datatables{% endif %}'>
 {% if header %}
-<thead><tr><th>{{ header }}</th></tr></thead>
+<thead><tr><th class='simplelist'>{{ header }}</th></tr></thead>
 {% endif %}
-<tbody>
-{% for item in list %}
-<tr><td>{{ item|safe }}</td></tr>
-{% endfor %}
+<tbody class='simplelist'>
 </tbody>
 </table>