{% extends "build/build_base.html" %} {% load static %} {% block details %} {% include "build/tabs.html" with tab='required' %}

Required Parts

{% for item in build.required_parts %} {% endfor %}
Part Available Required Allocated
{% include "hover_image.html" with image=item.part.image %} {{ item.part.full_name }} {{ item.part.total_stock }} {{ item.quantity }} {{ item.allocated }}
{% endblock %} {% block js_ready %} {{ block.super }} $("#build-list").bootstrapTable({}); {% endblock %}