Commit | Line | Data |
---|---|---|
e13a5143 OL |
1 | <tr> |
2 | <td> | |
d7e67bd4 EMS |
3 | {{ commentaire.owner }} a |
4 | {% if commentaire.etat_final == 'DEMANDE_MODIFICATION' %} | |
5 | fait une demande de modification | |
e13a5143 | 6 | {% endif %} |
d7e67bd4 EMS |
7 | {% if commentaire.etat_final == 'DEMANDE_JUSTIFICATION' %} |
8 | fait une demande de justification | |
9 | {% endif %} | |
10 | {% if commentaire.etat_final != 'DEMANDE_MODIFICATION' and commentaire.etat_final != 'DEMANDE_JUSTIFICATION' %} | |
11 | validé la demande | |
12 | {% endif %} | |
13 | le {{ commentaire.date|date:"d M Y"}} | |
e13a5143 OL |
14 | </td> |
15 | <td> | |
e13a5143 OL |
16 | {% if commentaire.texte %} ({{ commentaire.texte }}){% endif %} |
17 | </td> | |
18 | </tr> |