{% extends "base.html" %} {% load static %} {% block content %} {% include "part/cat_link.html" with category=category %} {% include 'modal.html' %} {% if children.all|length > 0 %}

Part Categories

{% include "part/category_subcategories.html" with children=children %} {% endif %}

Parts

{% include "part/category_parts.html" with parts=parts %}
{% endblock %} {% block javascript %} {% endblock %}