{% extends "settings2.html" %} {% block pagetitle %}Moderation Log{% endblock %} {% block content %} {% if v %} {% if v.agendaposter %} {% elif v.css %} {% endif %} {% else %} {% endif %}
{% if sub %}/h/{{sub.name}} {% endif %}Moderation Log
{% block navbar %}
{% endblock %}
{% for ma in actions %}
avatar {% if ma.user.hat_active -%} {%- endif %}
@{{ma.user.username}} {{ma.string | safe}}
{{ma.age_string}}
{% else %}
There's nothing here right now.
{% endfor %}
{% endblock %}