| № | Логин | Фамилия | Имя | Группы | Активен |
| {{ forloop.counter }} | {% if item.is_active %}{{ item.username }}{% else %}{{ item.username }}{% endif %} | {{ item.last_name }} | {{ item.first_name }} | {% for group in item.groups.all %}{{ group }}; {% endfor %} | {{ item.is_active|yesno:'Да, Нет' }} |
| {{ data.count }} | |||||
| Дата печати: {% now "DATETIME_FORMAT" %} | |||||