Flood prevention cache:

{% for post in flood_posts %} {% endfor %}
# Time Board Post hash File hash
{{ post.id }} {{ post.time | ago }} ago {{ config.board_abbreviation|sprintf(post.board) }} {{ post.posthash }} {% if post.filehash %} {{ post.filehash }} {% else %} No file {% endif %}

Most recent {{ posts|count }} posts:

{% for post in posts %} {% endfor %}
Time Board ID Thread IP Name Subject File Body (snippet)
{{ post.time | ago }} ago {{ config.board_abbreviation|sprintf(post.board) }} {% if post.thread %} {% set thread = post.thread %} {% else %} {% set thread = post.id %} {% endif %} {{ post.id }} {% if post.thread %} {{ post.thread }} {% else %} (OP) {% endif %} {% if mod|hasPermission(config.mod.show_ip, post.board) %} {{ post.ip }} {% else %} hidden {% endif %} {% if post.email|length > 0 %} {# start email #} {% endif %} {% if capcode %} {{ capcode.cap }} {% endif %} {% if post.subject %} {{ post.subject }} {% else %} – {% endif %} {% if post.file %} {{ post.file }} ({{ post.filesize | filesize }}) {% else %} – {% endif %} {{ post.snippet }}