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