From 97071b4a7ecd4c2ef82558400088f340a69d1098 Mon Sep 17 00:00:00 2001 From: emile Date: Fri, 9 Aug 2024 13:35:29 +0300 Subject: [PATCH] new --- .../chat_templates/partials/visitors.html | 44 ++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/osinaweb/osinacore/templates/chat_templates/partials/visitors.html b/osinaweb/osinacore/templates/chat_templates/partials/visitors.html index 09fafaa6..b4c00af4 100644 --- a/osinaweb/osinacore/templates/chat_templates/partials/visitors.html +++ b/osinaweb/osinacore/templates/chat_templates/partials/visitors.html @@ -1 +1,43 @@ -aloooooo \ No newline at end of file +{% load static %} + +
+
+
+
+
+ +

Visitors today

+
+ +
+ {% for visitor in visitors %} +
+
+
+ {% if not visitor.country == 'Unknown' %} + + {% else %} + + {% endif %} + + {% if visitor.is_online %} +
+ {% endif %} +
+ +
+

{{visitor.ip_address}}

+

+ +

+
+ +
+ +

{{visitor.total_duration}}

+
+ {% endfor %} +
+
+ + \ No newline at end of file