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