{% extends "admin/base_site.html" %} {% load i18n grp_tags log %} {% block content %} {% if user.is_active and user.is_staff %}
DAILY VISITORS

585 visitors today

65% Complete

 658    +20% Looks good!  

SUBSCRIBERS

365 subscribers

50% Complete

 20 up from last month  

CURRENTLY ACTIVE USERS

23 current
users

OUR TRAFFIC OVERVIEW
LAST UPDATED ITEMS
{% trans 'RECENT ADMIN ACTIONS' %}
    {% get_admin_log 5 as admin_log %} {% if not admin_log %}
  • {% trans 'None available' %}

  • {% else %} {% for entry in admin_log %}
  • {{ entry.action_time }} | {% trans 'By' %} {{ entry.user }}

    {% if entry.is_deletion %} {{ entry.object_repr }} {% else %} {{ entry.object_repr }} {% endif %}

    {% filter capfirst %}{% trans entry.content_type.name %}{% endfilter %} {% if entry.is_addition %}{% trans 'entry added' %}{% endif %} {% if entry.is_change %}{% trans 'entry updated' %}{% endif %} {% if entry.is_deletion %}{% trans 'entry deleted' %}{% endif %}

  • {% endfor %} {% endif %}
{% endif %} {% endblock %} {% block footer %} {% endblock %}