{% load i18n %} {% load thumbnail %} {% load front_tags %} {% load static %}
{% for t in tag_cloud %} {{t.name}}{% if not forloop.last %}, {% endif %} {% endfor %}