summaryrefslogtreecommitdiffstats
path: root/data/templates/users/index.html
blob: 246e5236ad41afe0c04fd7b844f98864ce2b1f8a (plain)
1
2
3
4
5
6
7
8
<table class="sortable table table-bordered table-striped table-condensed">
	<thead>
		<tr><th>ID</th></th><th>Name</th></tr>
	</thead>
	<tbody>
		{{{DATA}}}
	</tbody>
</table>