{% load taxomesh_tags %} {% for entry in entries %}
{% if entry.enabled %} {% else %} {% endif %} {% if entry.has_descendants %} {% endif %} {% if entry.kind == "category" %} {{ entry.name }} {% else %} {% with entry_rels=item_relations|get_item:entry.uuid %} {% if entry_rels %} {% endif %} {% endwith %} {{ entry.name }} {% endif %} {% if entry.linked_url %} {% endif %}
{% if entry.kind == "item" %} {% with entry_rels=item_relations|get_item:entry.uuid %} {% if entry_rels %}
{% for rel in entry_rels %}
[{{ rel.relation_type }}] → {{ rel.target_name }}
{% endfor %}
{% endif %} {% endwith %} {% endif %} {% endfor %}