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

{% trans "Tag cloud" %}

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