{% import "Pylot/macros/base.html" as m with context %} {% import "Pylot/macros/forms.html" as f with context %} {% extends "Pylot/PostAdmin/layout.html" %} {% block page_title %}All{% endblock %} {% block content %} {% for post in posts %} {% endfor %}
Type Title
{{ post.type.name }} {{ post.title }}
{{ m.pagination(posts, **query_vars) }} {% endblock %}