{% 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 %}

{{ ('no_tags_create_default')|_ }}

{% for period,entries in clouds %} {% if entries|length > 0 %}

{% if period == 'no-date' %}{{ 'without_date'|_ }}{% else %}{{ period }}{% endif %}

{% for tagInfo in entries %} {{ tagInfo.tag }} {% endfor %}

{% endif %} {% endfor %}

{{ ('no_tags_create_default')|_ }}

{% endif %} {% endblock %} {% block scripts %} {% endblock %}