15 lines
349 B
Smarty
15 lines
349 B
Smarty
<table class="table table-hover table-condensed sai_table" style="width: 100%">
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Count</th>
|
|
<th>All</th>
|
|
<th>Done</th>
|
|
</tr>
|
|
${entries}
|
|
<tr>
|
|
<td>Project</td>
|
|
<td>${project_count}</td>
|
|
<td>${project_all}</td>
|
|
<td>${project}%</td>
|
|
</tr>
|
|
</table> |