Selection [tags w lists] - [
SEARCH
,
TAGS
,
EX_ALL
]
Ok
export all
{% for v in tags %}
{{v.desc}}
{% for h in v.lists recursive %}
{{h.subject}}
--
{{h.author_name}}
del
{% if h.follow %}
{{ loop(h.follow) }}
{% endif %} {% endfor %}
{% endfor %}