{% include 'manager_head_include.html' %}

Staff Activity

{% include 'staff_activity_head.html' %}

Show All

Viewing Action: {{ action_name }}

{% include 'pagination_section.html' %} {% for entry in entries %} {% endfor %}
User{% if sortby == 'username' %} {% if order.startswith("asc") %}▾{% endif %}{% if not order.startswith("asc") %}▴{% endif %}{% endif %} Class{% if sortby == 'account' %} {% if order.startswith("asc") %}▾{% endif %}{% if not order.startswith("asc") %}▴{% endif %}{% endif %} {{ content_name }} Date{% if sortby == 'date' %} {% if order.startswith("asc") %}▾{% endif %}{% if not order.startswith("asc") %}▴{% endif %}{% endif %} IP Address
{% if entry.disabled %}{% endif %}{{ entry.username }}{% if entry.disabled %}{% endif %} {% if entry.account == 'admin' %}Administrator{% endif %} {% if entry.account == 'mod' %}Moderator{% endif %} {% if entry.account == 'globmod' %}Global Moderator{% endif %} {{ entry.info }} {{ entry.date }} {{ (entry.ip)|dec_to_dot }}
{% include 'normal_foot_include.html' %}