diff --git a/templates/client/includes/event_object.html b/templates/client/includes/event_object.html index 80078aa0..a8d8bca4 100644 --- a/templates/client/includes/event_object.html +++ b/templates/client/includes/event_object.html @@ -227,8 +227,12 @@ {% endif %}
-
300 {% trans 'учасников' %}
-
200 000 {% trans 'посетителей' %}
+ {% if exposition.visitors %} +
{{ exposition.visitors }} {% trans 'учасников' %}
+ {% endif %} + {% if exposition.members %} +
{{ exposition.members }} {% trans 'посетителей' %}
+ {% endif %} {% if exposition.foundation_year %}
{% trans 'Основано в' %} {{ exposition.foundation_year }} {% trans 'году' %}
{% endif %}