{% if users %} {% for user in users %}
{{ user.name }}
Репутация: {{ user.rating }} Сообщений: {{ user.posts }}
{% endfor %}
Весь рейтинг
{% endif %}