{% if users %} {% for user in users %}
{{ user.name }}
Карма: {{ user.rating }} Файлы: {{ user.load }}
{% endfor %} {% endif %}