{% load i18n %} {% load tagging_tags %} {% tag_cloud_for_model lfc.Page as cloud with steps=6 min_count=1 distribution=log %} {% if cloud %}
{% trans 'Topics' %}
{% for tag in cloud %} {{tag}} {% endfor %}
{% endif %}