From 7386707fb0da504e302f24f903e8ca20e6001dab Mon Sep 17 00:00:00 2001 From: Nazar Kotyuk Date: Tue, 27 May 2014 21:59:08 +0300 Subject: [PATCH] small changes --- templates/client/includes/event_object.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 %}