{% load i18n %}
{% spaceless %}
{% translate 'Tags' %}
{% endspaceless %}
{% for tag in tags %} {% endfor %}
{% translate 'Name' %}
{{ tag.name }}