diff --git a/Web-documentation/all_contents.html.twig b/Web-documentation/all_contents.html.twig index 4398a92..69d87ea 100644 --- a/Web-documentation/all_contents.html.twig +++ b/Web-documentation/all_contents.html.twig @@ -23,7 +23,12 @@ {% if author is not empty %}

{{ author }}

{% endif %} -

Версия {{ version }}

+

Версия: {{ version }}

+ + {% if buildVersion|length %} +

Build: {{ buildVersion }}

+ {% endif %} +

{{ "now"|date("dd.MM.YYYY") }}