{% extends "part/part_app_base.html" %} {% load static %} {% block content %}
{{ category.description }}
{% else %}All parts
{% endif %}
| Category Path | {{ category.pathstring }} |
| Category Description | {{ category.description }} |
| Default Location | {{ category.default_location.pathstring }} |
| Keywords | {{ category.default_keywords }} |
| Subcategories | {{ category.children.count }} |
| Parts (Including subcategories) | {{ category.partcount }} |