{% extends "accounts/_people.html" %} {% load cache %} {% cache 3600 accounts %} {% load display_sound %} {% load tags %} {% load smileys %} {% block title %} people {% endblock %} {% block section_content %}

People

Most active users in last {{num_days}} days

{% for user in most_active_users %} {% include "accounts/active_user_and_content.html" %} {% endfor %}

Newest active users

{% for user in new_users %} {% include "accounts/active_user_and_content.html" %} {% endfor %}

{% endblock %} {% endcache %}