{% extends "catbase.html" %} {% if not session["user_logged"] or not session["user_can_edit"][current_repository] %} {% set readonly="readonly" %} {% else %} {% set readonly=False %} {% endif %} {% block title %}{{current_repository}}: Atelier{% endblock title %} {% block head %} {{ super() }} {% endblock head %} {% block navbar_items %} {{ super() }} {% if session.get("user_logged", None) %}
| 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.state != "deleted") %} | {% endif %} {% if (cat.state == "untouched") %} | {% elif (cat.state == "created" or cat.state == "modified") %} | {% else %} | {% endif %} | |
|
|||||||