{% if users %} {% for user in users %}
  • {{ user.name }}
    Реп: {{ user.rating }}
  • {% endfor %} {% endif %}