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

{% trans "Tags cloud for author" %} {{ author.name }}

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