{% if p.description %}{{ p.description }}{% endif %} |
{% if p.expanded %}{{ p.expanded }}{% endif %} |
{{ p.predicate }} |
{% if p.entries %}
Value |
Numerical Value |
Expanded |
Description |
Colour |
Machinetag |
{% for e in p.entries.values() %}
{{ 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) }} |
{% endfor %}
|
{% else %}
{% if p.colour %}{% endif %} |
{{ taxonomy.make_machinetag(p) }} |
{% endif %}
{% endfor %}