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 %}