{% load i18n %}

{% trans "See entries tagged" %}:

{% for tag in tags %}

{{ tag }}

{% endfor %}