{% extends "blogango/admin/base.html" %} {% block title %}{{ _("Manage Entries") }}{% endblock %} {% block contents %}

{{ _("Manage Entries") }}{% if author %} by {{author}}{% endif %}

{% for entry in entries %} {% include "blogango/admin/entry_snippet.html" %} {% endfor %}
Title Author Categories Comments Date
{% endblock %}