{% extends "epic/base_layout.html" %} {% load crispy_forms_tags %} {% load humanize %} {% block buttons %} Up {% endblock buttons %} {% block content %} {{ block.super }}
Edit View Stock Add Inventory Ship Parts to other Warehouse Delete
| Inventory # | Created on | Notes |
|---|---|---|
| {{ inv.html_link|safe }} | {{ inv.ts|date:"Y-m-d h:i A" }} | {{ inv.notes|linebreaksbr }} |
| Date | Transaction | Notes |
|---|---|---|
| {{ txtn.ts|date:"Y‑m‑d" }} | {{ txtn.description|safe }} | {{ txtn.notes|linebreaksbr }} |