{% import "redberry/_macros.html" as macros %}

Posts Add New

{% if not objects %} No posts yet. {% else %} {% for post in objects %} {% endfor %}
# Title Summary Published Created Action
{{ post.id }} {{ post.title }} {{ post.summary | safe }} {{ macros.true_or_false(post.published) }} {{ post.created_at | pretty_date }} Edit Delete
{% endif %}