{% extends "blogango/admin/base.html" %} {% block title %}{{ _("Manage Comments") }}{% endblock %} {% block extra_script %} {% include "blogango/admin/ajaxify.js" %} {% endblock %} {% block subnavbar %} {% endblock %} {% block contents %}

{{ _("Manage Comments") }} {% if blog_entry %} for {{blog_entry.title}}{% endif %}

{% if page_.has_next or page_.has_previous %} {% endif %} {% endblock %}