{% extends "base.html" %} {% block content %}
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 }} |