This commit is contained in:
ge
2023-11-06 17:47:56 +03:00
parent ffa7605201
commit 76969a37e3
16 changed files with 158 additions and 48 deletions

View File

@ -1,5 +1,5 @@
{% if versions %}
<h3>{{ _('Versions') }}</h3>
<h3>{{ _('Версии') }}</h3>
<ul>
{%- for item in versions %}
<li><a href="{{ item.url }}">{{ item.name }}</a></li>