Commit | Line | Data |
---|---|---|
e13a5143 OL |
1 | <tr> |
2 | <td> | |
3 | {% if commentaire.etat_final == 'REFUSE' %} | |
4 | {{ commentaire.owner }} a refusé la demande le {{ commentaire.date|date:"d M Y" }} | |
5 | {% else %} | |
6 | {{ commentaire.owner }} a validé la demande le {{ commentaire.date|date:"d M Y"}} | |
7 | {% endif %} | |
8 | </td> | |
9 | <td> | |
10 | {{ commentaire.get_etat_final_label }} | |
11 | </td> | |
12 | <td> | |
13 | {% if commentaire.texte %} ({{ commentaire.texte }}){% endif %} | |
14 | </td> | |
15 | </tr> |