{% macro category_table(cat_list, current_repository, state_list=["mixed"], target="", interactive=True, with_colors=True, buttons_id="") -%} {% for cat in cat_list %} {% if state_list == ["mixed"] or (cat.state in state_list) %}