{% set tagCloud = widget_service.findTagCloud() %} {% if tagCloud|length > 0 %}

Tags

{% for row in tagCloud %} {{ row[0].name }} {% if row.articleCount > 0 %} {{ row.articleCount }} {% endif %} {% endfor %}
{% endif %}