{% extends "base.html" %} {% block title %}Пользователи - LKM37{% endblock %} {% block nav_users %}active{% endblock %} {% block content %}
| ID | ИМЯ | НИК | КВАРТИРА | СТАТУС | ЮРИСТ | РЕЙТИНГ | ДЕЙСТВИЯ |
|---|---|---|---|---|---|---|---|
{{ user.user_id }} |
{{ user.first_name }} {{ user.last_name or '' }} | @{{ user.username or '—' }} | {{ user.apartment or '—' }} | {% if user.verified %}V{% else %}X{% endif %} {% if user.user_id in ig_user_ids %}IG{% endif %} |
|
{{ user.rating }} |