{% extends "layout" %} {% block content %} {% if token %}
{% endif %} {% if posts %} {% for post in posts %}

{{ post.message | url | linebreaksbr | safe }}

{% if post.href.delete %}
Delete
{% endif %}
{% endfor %} {% else %}
Nothing.
{% endif %} {% if next %}Next{% endif %} {% if back %}Back{% endif %} {% if total %} Page {{ page }} / {{ pages }} ({{ total }} post{{ total | pluralize(plural="s") }} total) {% endif %} {% endblock content %}