{% extends "settings2.html" %} {% block pagetitle %}Moderation Log{% endblock %} {% block content %}
{% if hole %}/h/{{hole.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 %}
{% include "pagination.html" %}
Link copied to clipboard
{% endblock %}