diff --git a/abonapp/templates/abonapp/peoples.html b/abonapp/templates/abonapp/peoples.html
index 9148ade..bfad552 100644
--- a/abonapp/templates/abonapp/peoples.html
+++ b/abonapp/templates/abonapp/peoples.html
@@ -50,7 +50,7 @@
{% if order_by == 'house' %}{% endif %}
{% trans 'Telephone' %} |
- {% trans 'Service' %} |
+
{% trans 'Ballance' %}
@@ -83,16 +83,16 @@
| {{ human.street|default:_('Not assigned') }} |
{{ human.house|default:_('Not assigned') }} |
{{ human.telephone }} |
-
- {% if human.active_tariff %}
- {% if perms.tariff_app.change_tariff %}
- {{ human.active_tariff.title }}
- {% else %}
- {{ human.active_tariff.title }}
- {% endif %}
- {% else %}———
- {% endif %}
- |
+
{{ human.ballance }} |
{% if perms.abonapp.delete_abon %}
@@ -104,7 +104,7 @@
{% empty %}
|
- |
+ |
{% trans 'Subscribers not found' %}.
{% if perms.abonapp.add_abon %}
{% trans 'Add abon' %}
@@ -115,7 +115,7 @@
|
- |
+ |
{% if perms.abonapp.add_abon %}
{% trans 'Add abon' %}
|