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