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

Build Details

{% if build.batch %} {% endif %} {% if batch.completion_date %} {% endif %} {% if build.notes %} {% endif %}
Title{{ build.title }}
Part{{ build.part.name }}
Quantity{{ build.quantity }}
Batch{{ build.batch }}
Status{% include "build_status.html" with build=build %}
Created{{ build.creation_date }}
Completed{{ build.creation_date }}
Notes{{ build.notes }}
{% endblock %}