{% include 'manager_head_include.html' %}
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 %} | {{ (entry.action)|get_action_name }} | {{ (entry.action)|get_action_name(2) }}: {{ entry.info }} | {{ entry.date }} | {{ (entry.ip)|dec_to_dot }} |