diff --git a/abonapp/templates/abonapp/peoples.html b/abonapp/templates/abonapp/peoples.html
index 7ccc764..851c1f9 100644
--- a/abonapp/templates/abonapp/peoples.html
+++ b/abonapp/templates/abonapp/peoples.html
@@ -21,32 +21,32 @@
| # |
-
+
{% 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 %}
@@ -54,7 +54,7 @@
| {% trans 'Telephone' %} |
{% trans 'Service' %} |
-
+
{% trans 'Ballance' %}
{% if order_by == 'ballance' %}{% endif %}
|