{% import "Pylot/macros/base.html" as m with context %} {% import "Pylot/macros/forms.html" as f with context %} {% extends "Pylot/PostAdmin/_layout.html" %} {% block admin_page_title %}All Posts{% endblock %} {% block admin_content %}
Type | Title | {% for post in posts %} |
---|---|---|
{{ post.type.name }} | {{ post.title }} |