{% extends "epic/base_layout.html" %} {% block content %} {{ block.super }}

Recent and Overdue Activity

{% for txtn in orders_with_shortages %} {% endfor %} {% for txtn in activity %} {% with txtn.order.days_until_past_due as ttl %} {% endwith %} {% empty %} {% endfor %}
DateTransactionNotes
{{ txtn.ts|date:"Y‑m‑d" }} {{ txtn.order.vendor.html_link|safe }} PO {{ txtn.order.html_link|safe }} has shortages (view stock report). {{ txtn.notes|linebreaksbr }}
{{ txtn.ts|date:"Y‑m‑d" }} {{ txtn.description|safe }} {{ txtn.notes|linebreaksbr }}
— None —
{% endblock %}