{% if traceability_index.has_tags(document) %}
{%- for tag_name_, tag_count_ in traceability_index.get_counted_tags(document) %} {{ tag_name_ }}{{ tag_count_ }} {%- endfor %}
{%- endif %}