Liste des catégories existantes

{% if cat_list|length == 0 %} {% else %} {% for cat in cat_list %} {% endfor %} {% endif %}
Category Label Category Description
Aucune catégorie n'a été créée. Créer une catégorie
{{ cat.cat_label }} {{ cat.cat_description}}
{% if cat.cat_properties|length == 0 %}
Aucune autre propriété
{% else %} {% for (predicate, property) in cat.cat_properties %}
{{ predicate }}
{{ property }}
{% endfor %} {% endif %}