{% if not session["user_logged"] or not session["user_can_edit"] %} {% set readonly="readonly" %} {% else %} {% set readonly=False %} {% endif %}
| Nom de la catégorie | Description de la catégorie | |||||
|---|---|---|---|---|---|---|
| Attention: Veuillez vous identifier pour visualiser les catégories | ||||||
| Aucune catégorie n'a été créée pour l'instant. {% if not readonly %}Créer une catégorie{% endif %} | ||||||
| {{ cat.cat_label }} | {{ cat.cat_description}} | {% if cat.cat_id not in deleted_cat_namelist and cat.cat_id not in modified_cat_namelist %} | {% else %} | {% endif %} | ||
|
||||||
| Nom de la catégorie | Description de la catégorie | |
|---|---|---|
| Attention: Veuillez vous identifier pour visualiser les modifications | ||
| Catégories ajoutées | ||
| Aucune catégorie n'a été ajoutée pour l'instant. | ||
| {{ cat.cat_label }} | {{ cat.cat_description}} | |
|
||
| Catégories modifiées | ||
| Aucune catégorie n'a été modifiée pour l'instant. | ||
| {{ cat.cat_label }} | {{ cat.cat_description}} | |
|
||
| Catégories supprimées | ||
| Aucune catégorie n'a été supprimée pour l'instant. | ||
| {{ existing_cat.cat_label }} | Cette catégorie va être supprimée quand vous soumettrez vos modifications. | |