{% extends 'base.html' %} {% load i18n dpagination %} {% block title %}{{ group.title }}{% endblock %} {% block breadcrumb %} {% endblock %} {% block page-header %} {{ group.title }} {% endblock %} {% block main %}

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

{% with can_ch_trf=perms.tariff_app.change_tariff %} {% for human in object_list %} {% if human.is_active %} {% else %} {% endif %} {% empty %} {% endfor %} {% endwith %}
# {% trans 'Sub' %} {% if order_by == 'username' %}{% endif %} {% 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' %} Ping
{% if human.statcache.is_online %} {% else %} {% endif %} {{ human.username }} {{ 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 %} {% if perms.abonapp.can_ping and human.ip_address %} {% else %} {% endif %}
{% trans 'Subscribers not found' %}. {% if perms.abonapp.add_abon %} {% trans 'Add abon' %} {% endif %}
{% trans 'Streets' %}
{% endblock %}