{% extends "part/part_base.html" %} {% block details %} {% include "part/tabs.html" with tab="allocation" %}
Build | Making | Allocated | Status |
---|---|---|---|
{{ allocation.build.title }} | {{ allocation.build.quantity }} × {{ allocation.build.part.full_name }} | {{ allocation.quantity }} | {% include "build_status.html" with build=allocation.build %} |