{% extends 'base.html' %} {% load i18n dpagination %} {% block title %}{% trans 'Service users' %}{% endblock %} {% block breadcrumb %}
{% endblock %} {% block page-header %} {% blocktrans with service_name=tariff.title %}'{{ service_name }}' tariff users{% endblocktrans %}. {% trans 'Total:' %} {{ total }} {% endblock %} {% block main %}| {% trans 'Username' %} {% if order_by == 'username' %}{% endif %} | {% trans 'Username' %} {% if order_by == 'fio' %}{% endif %} | # |
|---|---|---|
| {{ customer.username }} | {{ customer.fio }} | |
| {% trans 'Customers that uses this service not found.' %} | ||