{% extends "base.html" %} {% block title %}Bans{% endblock title %} {% block main %} {# pagination #}
{% if query['offset'] != 0 %} Prev {% else %} Prev {% endif %} | {% if posts|length == config.HTTP_RESULTS_PER_PAGE %} Next {% else %} Next {% endif %}
{% 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 #}
{% if query['offset'] != 0 %} Prev {% else %} Prev {% endif %} | {% if posts|length == config.HTTP_RESULTS_PER_PAGE %} Next {% else %} Next {% endif %}
{% endblock main %}