{% extends "part/part_app_base.html" %} {% load static %} {% load i18n %} {% block sidebar %} {% include 'part/category_sidebar.html' %} {% endblock %} {% block details_left %} {% if category %}
{{ category.description }}
{% else %}{% trans "Top level part category" %}
{% endif %}{% trans "Category Path" %} | {{ category.pathstring }} | |
{% trans "Category Description" %} | {{ category.description }} | |
{% trans "Default Location" %} | {{ category.default_location.pathstring }} | |
{% trans "Keywords" %} | {{ category.default_keywords }} | |
{% trans "Subcategories" %} | {{ category.children.count }} | |
{% trans "Parts (Including subcategories)" %} | {{ category.partcount }} |
{% trans "Part Categories" %} | {{ category_count }} | |
{% trans "Parts" %} | {{ part_count }} |