{% if users %}
活跃成员
{% for user in users %} {% set user_url = url({'for':'home.user.show','id':user.id}) %} {% endfor %}
{% endif %}