{% macro category_table(cat_list, current_repository, state_list=["mixed"], target="", interactive=True, with_colors=True) -%}
{% for cat in cat_list %}
{% if state_list == ["mixed"] or (cat.state in state_list) %}
{{ cat.cat_label }}
{{ cat.cat_description}}
{% if interactive %}
{% if (cat.state != "deleted") %}
{% endif %}
{% if (cat.state == "untouched") or (cat.state == "original") %}
{% elif (cat.state == "created" or cat.state == "modified") %}
{% else %}
{% endif %}
{% endif %}
{% if cat.cat_properties|length == 0 %}
Aucune autre propriété
{% else %}
{% for (predicate, object) in cat.cat_properties %}