{% load i18n %}

{% trans "Tag cloud" %}

{% for tag in tags_cloud %} {{ tag }} {% endfor %}