{% extends "settings2.html" %} {% block pagetitle %}Moderation Log{% endblock %} {% block content %} {% if v %} {% if v.theme == 'classic_dark' %} {% endif %} {% if v.agendaposter %} {% elif v.css or v.background %} {% endif %} {% else %} {% endif %}
{% if sub %}/h/{{sub.name}} {% endif %}Moderation Log
{% block navbar %}
{% endblock %}
{% for ma in actions %}
avatar {% if ma.user.hat_active(v)[0] -%} {%- endif %}
@{{ma.user.username}} {{ma.string | safe}}
{{ma.age_string}}
{% else %}
There's nothing here right now.
{% endfor %}
Link copied to clipboard
{% endblock %}