{% include 'nav_bar.html' %}
{% include 'tags/menu_sidebar.html' %}
{{ taxonomy['name'] }} {% if taxonomy['enabled'] %} Enabled {% else %} Disabled {% endif %}
{% if taxonomy['expended'] %}
{{ taxonomy['expended'] }}
{% endif %} {{ taxonomy['description'] }}
Version: {{ taxonomy['version'] }}
{% if taxonomy['predicates'] %}
Predicates: {% for predicate in taxonomy['predicates'] %} {% endfor %}
{{ predicate }} {{ taxonomy['predicates'][predicate]['expanded'] }} {{ taxonomy['predicates'][predicate]['description'] }}
{% endif %} {% if taxonomy['refs'] %}
Refs: {{ taxonomy['refs'] }}


{% endif %}
{% if taxonomy['enabled'] %} Disable Taxonomy {% else %} Enable Taxonomy {% endif %}
{% for tag in taxonomy['tags'] %} {% endfor %}
Tag Description Enabled
{{ tag['tag'] }} {% if 'expanded' in tag %} {{ tag['expanded'] }} {% endif %}
{% if tag['enabled'] %}
{% else %}
{% endif %}