{% extends "base.html" %} {% block title %}Bans{% endblock title %} {% block main %} {% for post in posts %} {% endfor %}
Post Action Length Reason
{% if post['thumb_path'] %}
File: {{post['tim']}}{{post['ext']}} ({{post['fsize']}}, {{post['w']}}x{{post['h']}}, {{post['filename']}}{{post['ext']}})
{% endif %}
{{post['com']|safe}}
{{post['action']}} {{post['length']}} {{post['reason']}}
{# pagination #} {% endblock main %}