{% extends "base.html" %} {% block content %}

Part Builds

{% if active|length > 0 %} {% include "build/build_list.html" with builds=active %} {% endif %} {% if complete|length > 0 %} {% include "build/build_list.html" with builds=complete %} {% endif %} {% if cancelled|length > 0 %} {% include "build/build_list.html" with builds=cancelled.all %} {% endif %}
Part Quantity Status
Active Builds
Completed Builds
Cancelled Builds
{% endblock %}