{% extends 'index_signed_in.html' %} {% block title %}Inventory / Samples{% endblock %} {% block end_of_head %} {% endblock %} {% block breadcrumb %}
Item | Category | Quantity | Used | |
---|---|---|---|---|
{{ sample.item_name }} | {{ sample.item_category }} | {{ sample.quantity }} | {{ '✔' if sample.sample_used }} | |