{% load i18n %} {% load url from future %}

{% trans "Tag cloud" %}

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