{% extends "part/part_base.html" %} {% block details %} {% include "part/tabs.html" with tab="allocation" %}

Part Allocation

{% if part.allocated_build_count > 0 %}

Allocated to Part Builds

{% for build in part.allocated_builds %} {% endfor %}
Build Making Allocted Status
{{ build.title }} {{ build.part.name }} Quantity {% include "build_status.html" with build=build %}
{% endif %} {% endblock %}