{% extends "main.html" %} {% block title %}Taxonomy - {{ taxonomy.name }} {% endblock %} {% block content %}

{% if taxonomy.expanded %}{{ taxonomy.expanded }} {%else%} {{taxonomy.name}} {%endif%} (Version {{ taxonomy.version }})

{{ taxonomy.description }}

{% if taxonomy.has_entries() %} {% else %} {% endif %} {% if taxonomy.has_entries() %} {% else %} {% endif %} {% for p in taxonomy.predicates.values() %} {% if p.entries %} {% else %} {% endif %} {% endfor %}
Description PredicateValuesMachinetag
Description PredicateValuesMachinetag
{% if p.description %}{{ p.description.decode() }}{% endif %} {{ p.predicate }} {% for e in p.entries.values() %} {% endfor %}
Value Expanded Description Machinetag
{{ e.value }} {% if e.expanded %}{{ e.expanded.decode() }}{% endif %} {% if e.description %}{{ e.description.decode() }}{% endif %} {{ taxonomy.make_machinetag(p, e) }}
{{ taxonomy.make_machinetag(p) }}
{% endblock %}