<table>
<tbody>
<tr>
+ <th>{{ form.implantation.label_tag }} :<br />{{ form.implantation.errors }}</th>
+ <td>{{ form.implantation }}</td>
+ </tr>
+ <tr>
<th>{{ form.poste.label_tag }} :<br />{{ form.poste.errors }}</th>
<td>{{ form.poste }}</td>
</tr>
<td>{{ form.type_poste }}</td>
</tr>
<tr>
- <th>{{ form.implantation.label_tag }} :<br />{{ form.implantation.errors }}</th>
- <td>{{ form.implantation }}</td>
- </tr>
- <tr>
<th>{{ form.service.label_tag }} :<br />{{ form.service.errors }}</th>
<td>{{ form.service }}</td>
</tr>