{% include 'manager_head_include.html' %}

Staff Activity

{% include 'staff_activity_head.html' %}

Viewing Full Log

{% 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 %} Action{% if sortby == 'action' %} {% if order.startswith("asc") %}▼{% endif %}{% if not order.startswith("asc") %}▲{% endif %}{% endif %} Information 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.action)|get_action_name }} {{ (entry.action)|get_action_name(2) }}: {{ entry.info }} {{ entry.date }} {{ (entry.ip)|dec_to_dot }}
{% include 'normal_foot_include.html' %}