24 lines
859 B
HTML
24 lines
859 B
HTML
<tr class="box-item-list">
|
|
<td>
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th scope="col" class="px-6 py-4"></th>
|
|
<th scope="col" class="px-6 py-4">#</th>
|
|
<th scope="col" class="px-6 py-4">Name</th>
|
|
<th scope="col" class="px-6 py-4">Stage</th>
|
|
<th scope="col" class="px-6 py-4">Category</th>
|
|
<th scope="col" class="px-6 py-4">Description</th>
|
|
<th scope="col" class="px-6 py-4">Notes</th>
|
|
<th scope="col" class="px-6 py-4"></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="table-body">
|
|
{{range .}}
|
|
{{ template "box-items/box-item-row.html" . }}
|
|
{{end}}
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|