diff --git a/abonapp/templates/abonapp/editAbon.html b/abonapp/templates/abonapp/editAbon.html index 5e93ebd..b06a456 100644 --- a/abonapp/templates/abonapp/editAbon.html +++ b/abonapp/templates/abonapp/editAbon.html @@ -4,7 +4,7 @@ {% block content %}
-
+

{% trans 'Change subscriber' %}

@@ -131,7 +131,7 @@
-
+
{% if perms.abonapp.change_abon %}
diff --git a/abonapp/templates/abonapp/group_list.html b/abonapp/templates/abonapp/group_list.html index 00362e7..6a22bb8 100644 --- a/abonapp/templates/abonapp/group_list.html +++ b/abonapp/templates/abonapp/group_list.html @@ -23,7 +23,7 @@ {% if order_by == 'title' %}{% endif %} - + {% trans 'Number of subscribers' %} # @@ -34,7 +34,7 @@ {{ gr.pk }} {{ gr.title }} - {{ gr.usercount }} + {{ gr.usercount }} {% if perms.abonapp.delete_abongroup %} {% if gr.usercount == 0 %} diff --git a/abonapp/templates/abonapp/peoples.html b/abonapp/templates/abonapp/peoples.html index eeadaae..07fee09 100644 --- a/abonapp/templates/abonapp/peoples.html +++ b/abonapp/templates/abonapp/peoples.html @@ -14,52 +14,52 @@

{% trans 'The people in the selected group' %}

-
+
- - + - - + - - - - - - + + - + @@ -70,7 +70,7 @@ {% else %} {% endif %} - - - + @@ -102,7 +102,7 @@ {% else %}——— {% endif %} - +
# + {% trans 'Sub' %} {% if order_by == 'username' %}{% endif %} {% trans 'Last traffic' %} + {% trans 'Ip address' %} {% if order_by == 'ip_address' %}{% endif %} + {% trans 'fio' %} {% if order_by == 'fio' %}{% endif %} + {% trans 'Street' %} {% if order_by == 'street' %}{% endif %} + {% trans 'Apartment' %} {% if order_by == 'house' %}{% endif %} {% trans 'Telephone' %}{% trans 'Service' %} + {% trans 'Telephone' %}{% trans 'Service' %}##
{% if human.stat_cache and human.stat_cache.is_online %} + {{ human.username }} + {{ human.ip_address|default:_('Not assigned') }}{{ human.ip_address|default:_('Not assigned') }} {{ human.fio }} {{ human.street|default:_('Not assigned') }} {{ human.house|default:'-' }}{{ human.ballance }} {% if can_del_trf %} @@ -140,7 +140,7 @@
-