{% load helpers %} {% load plugin_helpers %}
Tags
{% with url=object|plugin_validated_viewname:"list" %} {% for tag in object.tags.all %} {% tag tag url %} {% empty %} No tags assigned {% endfor %} {% endwith %}