{% extends 'base.html' %} {% load i18n dpagination %} {% block title %}{{ group.title }}{% endblock %} {% block breadcrumb %}
{% endblock %} {% block page-header %} {{ group.title }} {% endblock %} {% block main %}| # | {% trans 'Sub' %} {% if order_by == 'username' %}{% endif %} | {% trans 'Last traffic' %} | {% trans 'Network' %} | {% 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 'Balance' %} {% if order_by == 'ballance' %}{% endif %} | {% trans 'Markers' %} | Ping |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {% if human.statcache.is_online %} {% else %} {% endif %} | {{ human.username }} | {% if human.statcache %} {% if human.statcache.is_today %} {{ human.statcache.last_time|date:"H:i" }} {% else %} {{ human.statcache.last_time|date:"D H:i" }} {% endif %} {% endif %} | {{ human.ip_address|default_if_none:'—' }} | {{ human.fio|default:'—' }} | {{ human.street|default:_('Not assigned') }} | {{ human.house|default:'—' }} | {{ human.telephone }} | {% if human.current_tariff %} {% if can_ch_trf %} {{ human.current_tariff.tariff.title }} {% else %} {{ human.current_tariff.tariff.title }} {% endif %} {% else %}——— {% endif %} | {{ human.ballance|floatformat:2 }} | {% for user_icon in human.get_flag_icons %} {% endfor %} | {% if perms.abonapp.can_ping and human.ip_address %} {% else %} {% endif %} |
| {% trans 'Subscribers not found' %}. {% if perms.abonapp.add_abon %} {% trans 'Add abon' %} {% endif %} | |||||||||||