{% include "common/viewport_header.html" %} 형지엘리트 디자인 제안 시스템
{{ designObj.orderCode }} - {{ designObj.name }}
{% if designObj.schoolUsed == True %} 디자인제안 공개설정 {% else %} 디자인제안 비공개설정 {% endif %} {% if not schoolId %} LIST {% else %} LIST {% endif %}
{% for product in productList %}
{{ product.name }}
{% if product.fabricCode %} {% for fabric in product.fabricCode %} {{ fabric.fabricGroup.name }} : {{ fabric.name }}
{% endfor %} {% else %} - {% endif %}
{% endfor %}
특이사항
{% if not designObj.memo or designObj.memo|length == 0 %} 내용이 없습니다 {% else %} {{ designObj.memo }} {% endif %}

{# #}
{# option#} {% if not schoolId %} option {% else %} option {% endif %}