{% if group.tags.exists %}
Schlagworte
{% for tag in group.tags.all %} #{{ tag.tag }}{% if not forloop.last %},{% endif %} {% endfor %}
{% endif %}