{% extends 'base.html' %} {% block title %} - Individual Part Lots{% endblock %} {% block main %}

Individual Part Lots

Add Parts
{% if lots | length %}
{% for item in lots %}
{% include 'individual_part/lot_card.html' with context %}
{% endfor %}
{% else %}
{% endif %}
{% endblock %}