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