{% extends 'layout.html' %} {% load static %} {% load crispy_forms_tags %} {% block content %}

Welcome back, {{ user.first_name|upper}} {{ user.last_name|upper}}

Line Analysis

{{ day_la }} (In last 24HRS)

{{ month_la }} (In last 30 days)

Sachet Analysis

{{ day_sa }} (In Last 24HRS)

{{ month_sa }} (In Last Month)

Line Inspection

{{ day_li }} (In Last 24HRS)

{{ month_li }} (In Last Month)

Sachet Insp.

{{ day_si }} (In Last 24HRS)

{{ month_si }} (In Last Month)

{% for d in data %} {% endfor %}
DESCRIPTION SHIFT PRODUCT DATE
{{ d.description }} {{ d.shift }} {{ d.product }} ML {{ d.datetime_created }}
{% if data.has_other_pages %} {% endif %}
{% endblock %}