{% load log %}
Recent Activity
Your Activity - Last 10
{% get_admin_log 10 as admin_log for_user user %} {% include 'admin/home/activity_list.html' %} {% if request.user.is_superuser %}
All Users Activity
{% get_admin_log 50 as admin_log %} {% include 'admin/home/activity_list.html' %} {% endif %}