{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName) }} {% endblock %} {% block content %} {% if count == 0 %} {% include 'partials.empty' with {what: 'default', type: 'tags',route: route('tags.create')} %} {% else %}
{% for period,entries in clouds %} {% if entries|length > 0 %}{% for tagInfo in entries %} {{ tagInfo.tag }} {% endfor %}