{% 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.refs %}
References:
{% endif %} {% 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 Expanded PredicateValuesColour Machinetag
Description Expanded PredicateValuesColour Machinetag
{% if p.description %}{{ p.description }}{% endif %} {% if p.expanded %}{{ p.expanded }}{% endif %} {{ p.predicate }} {% for e in p.entries.values() %} {% endfor %}
Value Numerical Value Expanded Description Colour Machinetag
{{ e.value }} {% if e.numerical_value %}{{ e.numerical_value }}{% endif %} {% if e.expanded %}{{ e.expanded }}{% endif %} {% if e.description %}{{ e.description }}{% endif %} {% if p.colour %}
{% endif %}
{{ taxonomy.make_machinetag(p, e) }}
{% if p.colour %}
{% endif %}
{{ taxonomy.make_machinetag(p) }}
{% endblock %}