{% extends "epic/base_layout.html" %} {% load crispy_forms_tags %} {% load humanize %} {% block buttons %} Up {% endblock buttons %} {% block content %} {{ block.super }}

Warehouse {{ warehouse }}

Shipping Address

{{ warehouse.address|linebreaks }}

Edit View Stock Add Inventory Ship Parts to other Warehouse Delete

{{ inventories_pager|safe }} {% for inv in inventories %} {% endfor %}
Inventory #Created onNotes
{{ inv.html_link|safe }} {{ inv.ts|date:"Y-m-d h:i A" }} {{ inv.notes|linebreaksbr }}
{{ inventories_pager|safe }}
{{ txtns_pager|safe }} {% for txtn in txtns %} {% endfor %}
DateTransactionNotes
{{ txtn.ts|date:"Y‑m‑d" }} {{ txtn.description|safe }} {{ txtn.notes|linebreaksbr }}
{{ txtns_pager|safe }}
{% endblock content %}