diff --git a/abonapp/locale/ru/LC_MESSAGES/django.po b/abonapp/locale/ru/LC_MESSAGES/django.po index f5f7edd..02086fa 100644 --- a/abonapp/locale/ru/LC_MESSAGES/django.po +++ b/abonapp/locale/ru/LC_MESSAGES/django.po @@ -714,3 +714,6 @@ msgstr "Экземпляр option82 неожиданно исчез из баз msgid "SNMP error on device" msgstr "Ошибка в SNMP на устройстве" + +msgid "No streets found for that group" +msgstr "Не найдены улицы для группы" diff --git a/abonapp/templates/abonapp/peoples.html b/abonapp/templates/abonapp/peoples.html index 75aa8a0..651a6a5 100644 --- a/abonapp/templates/abonapp/peoples.html +++ b/abonapp/templates/abonapp/peoples.html @@ -12,112 +12,125 @@ {% include 'message_block.html' %}
| - - {% trans 'Sub' %} - - {% if order_by == 'username' %}{% endif %} - | -- - {% trans 'Ip address' %} - - {% if order_by == 'ip_address' %}{% endif %} - | -- - {% trans 'fio' %} - - {% if order_by == 'fio' %}{% endif %} - | -- - {% trans 'Street' %} - - {% if order_by == 'street' %}{% endif %} - | -- - {% trans 'House' %}/{% trans 'Apartment' %} - - {% if order_by == 'house' %}{% endif %} - | -{% trans 'Telephone' %} | -{% trans 'Service' %} | -- - {% trans 'Ballance' %} - - {% if order_by == 'ballance' %}{% endif %} - | -# | -|||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ human.username }} | -{{ human.ip_address|default:_('Not assigned') }} | -{{ human.fio }} | -{{ 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 }} + | + + {% trans 'Sub' %} + + {% if order_by == 'username' %}{% endif %} + | ++ + {% trans 'Ip address' %} + + {% if order_by == 'ip_address' %}{% endif %} + | ++ + {% trans 'fio' %} + + {% if order_by == 'fio' %}{% endif %} + | ++ + {% trans 'Street' %} + + {% if order_by == 'street' %}{% endif %} + | ++ + {% trans 'House' %}/{% trans 'Apartment' %} + + {% if order_by == 'house' %}{% endif %} + | +{% trans 'Telephone' %} | +{% trans 'Service' %} | ++ + {% trans 'Ballance' %} + + {% if order_by == 'ballance' %}{% endif %} + | +# | +
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ human.ballance }} | -- {% if perms.abonapp.delete_abon %} - - - - {% endif %} - | -||||||||||||||
| - {% trans 'Subscribers not found' %}. - {% if perms.abonapp.add_abon %} - {% trans 'Add abon' %} - {% endif %} - | -|||||||||||||||
| - {% if perms.abonapp.add_abon %} - - {% trans 'Add abon' %} - - {% endif %} - - {% trans 'Refresh subscribers on NAS' %} - - - {% trans 'Tariffs in groups' %} - - | -|||||||||||||||