{% for tag in tags_hierarchy recursive %}
  • {{ tag.tag_name }}
    {% if tag.user_id != 0 %} {% endif %}
  • {% if loop.last %} {# Do not create a new input for a tag when its subtree is updated #} {% if new_tree or loop.depth0 != 0 %} {% endif %} {% endif %} {% else %} {% endfor %}