{% load i18n %} {% load tag_filters %}
{% if object_list %}

Management: All User Tags

A list of all the users tagged fields in your project.

{% endif %}
{% if object_list %} {% for item in object_list %} {% endfor %}
Tagged Item UI Display Name Tags Add Tag
{{ item.field_verbose_name }} {{ item.ui_display_name }} {{ item.tags}} Edit Tags{{ item.field_verbose_name }}
{% else %}

No tagged fields found.

{% endif %}