SliceList and TestbedList are specialized versions of SimpleList with related css
[myslice.git] / plugins / lists / templates / simplelist.html
1 <table class='{{ classname }}{%if with_datatables %} with-datatables{% endif %}'>
2 {% if header %} <thead class='{{ classname }}'><tr><th class='{{ classname }}'>{{ header }}</th></tr></thead> {% endif %}
3 <tbody class='{{ classname }}'></tbody>
4 </table>