{% extends "epic/base_layout.html" %} {% load humanize %} {% block buttons %} Up {% endblock buttons %} {% block content %} {{ block.super }} {% for field in fields %} {% endfor %}
{{ field.0 }} {{ field.1|safe }}

Edit Delete

{{ vps_pager|safe }} {% for vp in vps %} {% endfor %}
Part #Manufacturer Part # Vendor Part #Price
{{ vp.part.html_link|safe }} {{ vp.part.mfg }} {{ vp.part.mfg_pn }} {{ vp.html_link|safe }} $ {{ vp.price|floatformat:6|intcomma }}
{{ vps_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 %}