{% include 'manager_head_include.html' %}

Staff Activity

{% include 'staff_activity_head.html' %}

Show All

Actions by {{ user_to_view }}

{% include 'pagination_section.html' %} {% for entry in entries %} {% endfor %}
Action{% if sortby == 'action' %} {% if order.startswith("asc") %}▼{% endif %}{% if not order.startswith("asc") %}▲{% endif %}{% endif %} Info Date{% if sortby == 'date' %} {% if order.startswith("asc") %}▼{% endif %}{% if not order.startswith("asc") %}▲{% endif %}{% endif %} IP Address
{{ (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' %}