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' %} -
| + | {{ human.username }} | @@ -88,12 +91,12 @@ {% endif %} {% endif %} | -{{ human.ip_address|default:_('Not assigned') }} | -{{ human.fio }} | -{{ human.street|default:_('Not assigned') }} | -{{ human.house|default:'-' }} | -{{ human.telephone }} | -+ | +{{ 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 %} | -{{ human.ballance|floatformat:2 }} | -+ | {{ human.ballance|floatformat:2 }} | +{% for user_icon in human.get_flag_icons %} {% endfor %} | @@ -128,27 +131,24 @@ {% endfor %} {% endwith %} -
| - {% if perms.abonapp.add_abon %} - - {% trans 'Add abon' %} - - {% endif %} - - {% trans 'Tariffs in groups' %} - - - {% trans 'Phonebook' %} - - - {% trans 'Export users' %} - - | -|||||||||||||||||