{% extends "base.html" %} {% load static %} {% block title %}Container Type Import{% endblock %} {% block content %}

Container Type Import: {{ import_file }}

{% csrf_token %} {% if not import_file %} {% endif %} {% if import_file %}
{% else %} {% endif %}
{% if import_file %} File to be imported: {{ import_file }} {% endif %}
{% for file in FILES %} File: {{ file.name }} ({{ file.size }} Bytes) {% endfor %}
{% for row in excel_data %} {% for col in row %} {% endfor %} {% endfor %}
Row ID Description Width Length Height Cover Inner Width Inner Length Inner Height Available Stores Container
{{ col }}
{% endblock content %}