diff --git a/abonapp/templates/abonapp/peoples.html b/abonapp/templates/abonapp/peoples.html index c0bc2ce..5a034e9 100644 --- a/abonapp/templates/abonapp/peoples.html +++ b/abonapp/templates/abonapp/peoples.html @@ -11,10 +11,13 @@ {% include 'message_block.html' %} -

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

-
+
+
+

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

+
+
@@ -76,7 +79,7 @@ {% endif %} - - - - - - - + + + + + - - + @@ -128,27 +131,24 @@ {% endfor %} {% endwith %} - - - - -
+ {{ human.username }} {{ human.ip_address|default:_('Not assigned') }}{{ human.fio }}{{ human.street|default:_('Not assigned') }}{{ human.house|default:'-' }}{{ human.telephone }} + {{ human.ip_address|default:_('Not assigned') }}{{ human.fio }}{{ human.street|default:_('Not assigned') }}{{ human.house|default:'-' }}{{ human.telephone }} {% if human.current_tariff %} {% if can_ch_trf %} {{ human.current_tariff.tariff.title }} @@ -103,8 +106,8 @@ {% else %}——— {% endif %} +
- {% if perms.abonapp.add_abon %} - - {% trans 'Add abon' %} - - {% endif %} - - {% trans 'Tariffs in groups' %} - - - {% trans 'Phonebook' %} - - - {% trans 'Export users' %} - -
+
+