{% extends 'moderation-view.html' %} {% block moderation_heading %} Mod Logs {% endblock %} {% block moderation_content %}
{% for log in logs.items %}{{log}}
{% else %}
nothing logged.
{% endfor %}
{% if not logs.has_next %}
The end.
{% endif %}
{% endblock %}