diff --git a/abonapp/templates/abonapp/peoples.html b/abonapp/templates/abonapp/peoples.html index 8c248df..9a7a963 100644 --- a/abonapp/templates/abonapp/peoples.html +++ b/abonapp/templates/abonapp/peoples.html @@ -24,6 +24,7 @@ {% if order_by == 'username' %}{% endif %} + {% trans 'Last traffic' %} {% trans 'Ip address' %} @@ -66,7 +67,17 @@ {% else %} {% endif %} - {{ human.username }} + + {{ human.username }} + {% if human.is_online %} + + {% endif %} + + + {% if human.traf %} + {{ human.traf.cur_time|date:"H:i" }} + {% endif %} + {{ human.ip_address|default:_('Not assigned') }} {{ human.fio }} {{ human.street|default:_('Not assigned') }}