<div class="visualClear"></div>
{% include "dae/poste_resume.html" %}
-
+
<fieldset>
- <h2>Validation</h2>
+ <h2>Validations</h2>
- <ul>
+ <table>
+ <tr>
+ <th>Action</th>
+ <th>Commentaire</th>
+ </tr>
{% for commentaire in poste.historique_desc %}
- <li>{{ commentaire }}</li>
+ {% include "dae/ligne_validation.html" %}
{% endfor %}
- </ul>
+ </table>
</fieldset>
<fieldset>