{% extends 'base.html' %} {% load tailwind_filters %} {% load legacy_filters %} {% block title %}Report Dashboard{% endblock %} {% block content %}

Export Center

{{ lot_no }}
{% csrf_token %}
{% for key,value in SHEET_NAMES.items %} {% endfor %}
Product Code : {{ code }}
Lot No. : {{ result.PRO2 }}
Customer : {{ result.PRO1C }}
Pcs. : {{ pcs }}
Shape | Size : {{ size_str }}
Tool : {{ result.PRO_TOOL }}
Specification : {{ spec }}
Inspection Date : -
Inspection Indicate1 :
Inspection Indicate2 :
{% for model_name, objs in results.items %} {% if objs %} {% include "report/_tbl.html" with objs=objs fields=fields|get_item:model_name header=model_name %} {% endif %} {% endfor %} {% endblock %} {% block footer_script %} {% endblock %}