{% set colors = { 'fa-user-slash': 'text-red-600', 'fa-feather-alt': 'text-gray-500', 'fa-eye-evil': 'text-red-600' } %} {% extends "CHRISTMAS/default.html" %} {% block pagetitle %}Moderation Log{% endblock %} {% block subHeader %}

Moderation Log

{% endblock %} {% block content %}
{% if actions %} {% else %}

No logs

When mods perform actions, it will show up here.

{% if v and v.admin_level > 2 %} Go to admin dashboard {% else %} Go to homepage {% endif %}
{% endif %}
{% endblock %}