<fieldset>
<h2>Validations</h2>
- <ul>
+ <table>
+ <tr>
+ <th>Action</th>
+ <th>Destinataire de l'action</th>
+ <th>Commentaire</th>
+ </tr>
{% for commentaire in dossier.historique_desc %}
- <li>{{ commentaire }}</li>
+ {% include "dae/ligne_validation.html" %}
{% endfor %}
- </ul>
+ </table>
<h2>Votre validation (ou commentaire)</h2>
<p>Ce dossier est actuellement à l'état <span class="note">{{ dossier.get_etat_display }}</span>.</p>