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