{% extends "base_list_view.html" %} {% load thumbnail %} {% block extra_title %} Documents {% if object %} - {{ object.title }} {% else %} {% if current_category %} - {{ current_category.title }} {% endif %} {% endif %} {% endblock extra_title %} {% block breadcrumb %}
No documents available.
{% endfor %} {% endblock app_content %}