{% if tags.all %}

Tags: {% for tag in tags.all %} {{ tag.name }}{% if not forloop.last %},{% endif %} {% endfor %}

{% endif %}