2021-04-19 02:04:27 +00:00
|
|
|
<table class="table table-hover table-striped projects-index">
|
|
|
|
<caption><h1>{{widget-title}}</h1></caption>
|
2020-04-09 10:46:42 +00:00
|
|
|
<thead>
|
|
|
|
<tr data-level="0" data-list="headers">
|
2021-04-19 02:04:27 +00:00
|
|
|
<th class="col-md-{{col}}">{{head-title}}</th>
|
2020-04-09 10:46:42 +00:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody data-level="0" data-list="projects">
|
|
|
|
<tr data-level="1" data-list="project">
|
|
|
|
<td>{{value}}</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2021-04-19 02:04:27 +00:00
|
|
|
{{pagination_goes_here}}
|