Continue previous commit

This commit is contained in:
daudix
2024-06-20 09:03:46 +03:00
parent 40b1895618
commit 37e0939391
6 changed files with 24 additions and 21 deletions

View File

@ -2,8 +2,8 @@
{% block content %}
{% set number_of_tags = terms | length %}
<h1>{{ macros_translate::translate(key="tags", default="Tags", language_strings=language_strings) }}</h1>
<small>{{ terms | length }} {{ macros_translate::translate(key="tags_in_total", number=number_of_tags, default="$NUMBER tags in total", language_strings=language_strings) }}
<h1>{{ macros_translate::translate(key="tags_title", default="Tags", language_strings=language_strings) }}</h1>
<small>{{ macros_translate::translate(key="tags", number=number_of_tags, default="$NUMBER tags in total", language_strings=language_strings) }}
</small>
<br />
<ul class="tags">