{% import "./macros/post-actions.html" as post_actions %} {% import "./macros/post.html" as post %} {% import "./macros/static-pagination.html" as static_pagination %} {% extends "base.html" %} {% block title %}Příspěvky od [{{ ip }}]{% endblock %} {% block content %}

Příspěvky od [{{ ip }}]


{% for post in posts %} Příspěvek z /{{ post.board }}/
{% call post::post(boards[post.board.as_str()], post, true) %}
{% endfor %}

{% call static_pagination::static_pagination("/ip-posts/{}"|format(ip), page, false) %}
{% call post_actions::post_actions() %}
{% endblock %}