{% extends "base_library.html" %} {% block data %} {% for cdn in cdn_chunk.object_list %} {{ cdn.label }} {{ cdn.teaching_date|date:"N j, Y" }} {{ cdn.mime_type }} {{cdn.category}} Edit {% endfor %} {% endblock %} {% block extra_info %}

{% if cdn_chunk.has_previous %}previous {% endif %}this is page {{ cdn_chunk.number }} of {{ cdn_chunk.paginator.num_pages }}{% if cdn_chunk.has_next %} next{% endif %}

{% endblock %}