{% load tagging_tags %}
{% tag_cloud_for_model periodicals.Article as tags with steps=6 min_count=1 distribution=log %} {% for tag in tags %} {{tag.name}} {% endfor %}