{% extends "collapse.html" %} {% block collapse_title %} {{ title }} - {{ builds | length }} {% endblock %} {% block collapse_content %}
Build | Part | Quantity | Status | {% if completed %}Completed | {% else %}Created | {% endif %}
---|---|---|---|---|---|
{{ build.title }} | {{ build.part.full_name }} | {{ build.quantity }} | {% include "build_status.html" with build=build %} {% if completed %} | {{ build.completion_date }}{{ build.completed_by.username }} | {% else %}{{ build.creation_date }} | {% endif %}