diff --git a/resources/views/tags/index.twig b/resources/views/tags/index.twig index e611b43801..6aee84d08b 100644 --- a/resources/views/tags/index.twig +++ b/resources/views/tags/index.twig @@ -8,6 +8,13 @@ {% 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 %}
@@ -31,59 +38,13 @@
{% endif %} {% endfor %} - {# - -
- - {% for type in types %} - {% if counts[type] > 0 %} -
-
-
-

{{ ('tag_title_'~type)|_ }}

-
-
- {% for year,months in collection[type] %} -

{{ year }}

- - {% for month,tags in months %} -
{{ month }}
-

- {% for tag in tags %} - - {% if tag.tagMode == 'nothing' %} - - {% endif %} - {% if tag.tagMode == 'balancingAct' %} - - {% endif %} - {% if tag.tagMode == 'advancePayment' %} - - {% endif %} - {{ tag.tag }} - - {% endfor %} -

- {% endfor %} - {% endfor %} - - -
- -
-
- {% endif %} - {% endfor %} - +
+
- #} {% endif %} {% endblock %}