{% load i18n %} {% if tags_cloud %}

{% trans "Tags cloud for blog" %} {{ blog.title }}

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