{% extends 'document_catalogue/base.html' %} {% load mptt_tags %} {% block dc-content %}
{% include 'document_catalogue/include/doc_ordering.html' %}
{% include 'document_catalogue/include/breadcrumb.html' %} {% include 'document_catalogue/include/categories.html' with categories=category.get_descendants %} {% endblock %}