ok to modify equipment

This commit is contained in:
JBthePenguin 2021-06-05 16:45:03 +02:00
parent c3eb06ce0d
commit 35c88400b0
7 changed files with 111 additions and 17 deletions

View file

@ -10,18 +10,18 @@
<table class="list">
<thead>
<th>Date</th>
<td>Type</td>
<td>Nombre</td>
<td>Matériel</td>
<th><b>Date</b></th>
<th><b>Type</b></th>
<th><b>Nombre</b></th>
<th><b>Matériel</b></th>
</thead>
<tbody>
{foreach from=$entries item="entry"}
<tr>
<th>{$entry.date_of_entry}</th>
<th>{$entry.kind}</th>
<th>{$entry.number_of_equipments}</th>
<th>{$entry.equipment.designation}</th>
<td>{$entry.date_of_entry}</td>
<td>{$entry.kind}</td>
<td>{$entry.number_of_equipments}</td>
<td>{$entry.equipment.designation}</td>
</tr>
{/foreach}
</tbody>