ok to modify equipment
This commit is contained in:
parent
c3eb06ce0d
commit
35c88400b0
7 changed files with 111 additions and 17 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue