{% from "macros.html" import taxonomy_table %}
{% if current_categories %}

Current categories for the capture

{{ taxonomy_table(tree_uuid, current_categories, 0) }} {% else %}

The capture isn't categorized yet

{% endif%} {% if matching_categories is none %}

{% elif matching_categories %}

Categories matching your query

{{ taxonomy_table(tree_uuid, matching_categories, 1) }} {% else %}

No categories matching your query

{% endif%}