{% extends "base/base.html" %} {% load staticfiles %} {% block content %}

{{ totalOrder }}
total Order

{{ pendingOrder }}
pending Order

{{ progressOrder }}
Order in progress

{{ compOrder }}
completed Order
설비보유시간: {{ totaltime }}
가동작업시간: {{ totalplaytime }}
설비보유대수: {{ all_machine_count }}
가동설비대수: {{ on_machine_count }}
{% elif weatherList.0.wfEn == 'Partly Cloudy' %}
{% elif weatherList.0.wfEn == 'Mostly Cloudy' %}
{% elif weatherList.0.wfEn == 'Cloudy' %}
{% elif weatherList.0.wfEn == 'Rain' %}
{% elif weatherList.0.wfEn == 'Snow/Rain' %}
{% else %}
{% endif %}
humidity : {{ weatherList.0.reh }}%
{% elif weatherList.2.wfEn == 'Partly Cloudy' %}
{% elif weatherList.2.wfEn == 'Mostly Cloudy' %}
{% elif weatherList.2.wfEn == 'Cloudy' %}
{% elif weatherList.2.wfEn == 'Rain' %}
{% elif weatherList.2.wfEn == 'Snow/Rain' %}
{% else %}
{% endif %}
humidity : {{ weatherList.2.reh }}%
{% elif weatherList.1.wfEn == 'Partly Cloudy' %}
{% elif weatherList.1.wfEn == 'Mostly Cloudy' %}
{% elif weatherList.1.wfEn == 'Cloudy' %}
{% elif weatherList.1.wfEn == 'Rain' %}
{% elif weatherList.1.wfEn == 'Snow/Rain' %}
{% else %}
{% endif %}
humidity : {{ weatherList.1.reh }}%
{% elif weatherList.3.wfEn == 'Partly Cloudy' %}
{% elif weatherList.3.wfEn == 'Mostly Cloudy' %}
{% elif weatherList.3.wfEn == 'Cloudy' %}
{% elif weatherList.3.wfEn == 'Rain' %}
{% elif weatherList.3.wfEn == 'Snow/Rain' %}
{% else %}
{% endif %}
humidity : {{ weatherList.3.reh }}%
| Name | Design | Warping | Knitting | Manager | Order Date | Due Date |
|---|---|---|---|---|---|---|
| {{order.order_id.knitWorkCode}} | {{ order.design_data_id.CAD_Design_Data_name }} | 30.5% | 10.1% | {{ order.order_id.manager.name }} | {{ order.order_id.order_date|date:"Y-m-d" }} | {{ order.order_id.due_date|date:"Y-m-d" }} |