{% import "../macros/post-actions.html" as post_actions %} {% import "../macros/post.html" as post %} {% import "../macros/staff-nav.html" as staff_nav %} {% import "../macros/static-pagination.html" as static_pagination %} {% extends "base.html" %} {% block title %}Hlášení{% endblock %} {% block content %}

Hlášení

>Ukliď to!!!

{% call staff_nav::staff_nav() %}
{% for post in posts %} Příspěvek z /{{ post.board }}/
{% call post::post(boards[post.board.as_str()], post, true) %} {% for report in post.reports.0 %} {% endfor %}
IP adresa Důvod hlášení
{{ report.reporter_ip }} () {{ report.reason }}

{% endfor %} {% call static_pagination::static_pagination("/staff/reports", page, false) %}
{% call post_actions::post_actions() %}
{% endblock %}