{% extends 'base.html' %} {% block title %} - {% if item.fields.name %}{{ item.fields.name }}{% else %}Individual Part Lot{% endif %}{% endblock %} {% block main %}
{% with solo=true %} {% include 'individual_part/lot_card.html' %} {% endwith %}
{% endblock %}