{% extends 'categories/base.html' %} {% load category_tags %} {% block content %}

breadcrumbs category result:

{% breadcrumbs category %}

breadcrumbs category ">" result:

{% breadcrumbs category ">" %}

display_path_as_ul category result:

{% display_path_as_ul category %}

display_drilldown_as_ul category result:

{% display_drilldown_as_ul category %}

category.get_ancestors|category_path filter result: {{ category.get_ancestors|category_path }}

{{ category }}

{% if category.parent %}

Go up to {{ category.parent }}

{% endif %} {% if category.description %}

{{ category.description }}

{% endif %} {% if category.children.count %}

Subcategories

{% endif %} {% endblock %}