diff --git a/abonapp/templates/abonapp/editAbon.html b/abonapp/templates/abonapp/editAbon.html index 5e93ebd..b06a456 100644 --- a/abonapp/templates/abonapp/editAbon.html +++ b/abonapp/templates/abonapp/editAbon.html @@ -4,7 +4,7 @@ {% block content %}
| # | -+ | # | +{% trans 'Sub' %} {% if order_by == 'username' %}{% endif %} | -{% trans 'Last traffic' %} | -+ | {% trans 'Last traffic' %} | + -+ | {% trans 'fio' %} {% if order_by == 'fio' %}{% endif %} | -+ | {% trans 'Street' %} {% if order_by == 'street' %}{% endif %} | -+ | {% trans 'Apartment' %} {% if order_by == 'house' %}{% endif %} | -{% trans 'Telephone' %} | -{% trans 'Service' %} | -+ | {% trans 'Telephone' %} | +{% trans 'Service' %} | +{% trans 'Ballance' %} {% if order_by == 'ballance' %}{% endif %} | -# | +# |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {% if human.stat_cache and human.stat_cache.is_online %} + | {% if human.stat_cache and human.stat_cache.is_online %} {% else %} @@ -78,7 +78,7 @@ | {{ human.username }} | -+ | {% if human.stat_cache %} {% if human.stat_cache.is_today %} {{ human.stat_cache.last_time|date:"H:i" }} @@ -87,7 +87,7 @@ {% endif %} {% endif %} | -{{ human.ip_address|default:_('Not assigned') }} | +{{ human.ip_address|default:_('Not assigned') }} | {{ human.fio }} | {{ human.street|default:_('Not assigned') }} | {{ human.house|default:'-' }} | @@ -102,7 +102,7 @@ {% else %}——— {% endif %} -{{ human.ballance }} | +{{ human.ballance }} | {% if can_del_trf %} @@ -140,7 +140,7 @@ |