Merge branch 'master' of ssh://git.onelab.eu/git/myslice
[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>