From 944f63b38f70fea722f5526568296dc1bbd89162 Mon Sep 17 00:00:00 2001 From: emile Date: Fri, 9 Aug 2024 13:37:38 +0300 Subject: [PATCH] new --- .../templates/chat_templates/partials/visitors.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/osinaweb/osinacore/templates/chat_templates/partials/visitors.html b/osinaweb/osinacore/templates/chat_templates/partials/visitors.html index b9c342f2..03b7cebe 100644 --- a/osinaweb/osinacore/templates/chat_templates/partials/visitors.html +++ b/osinaweb/osinacore/templates/chat_templates/partials/visitors.html @@ -13,6 +13,17 @@ {% for visitor in visitors %}
+
+ {% if not visitor.country == 'Unknown' %} + + {% else %} + + {% endif %} + + {% if visitor.is_online %} +
+ {% endif %} +

{{visitor.ip_address}}

@@ -27,7 +38,7 @@
-

{{visitor.total_duration}}

+
{% endfor %}