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