{% load url from future %} {% if tags and tags|length > 0 %}

Tags

{% for tag in tags %} {{ tag.name }} {% endfor %}

{% endif %}