{% include "common/viewport_header.html" %} {% if userinfo.userAuthority < 3 %} {% else %} {% endif %} 엘리트 교복제안 솔루션

디자인 추가하기(ADD)

디자인 채택하기(SELECT)

SELECT

{% for product in productList %}
{{ product.name }}
{% if product.fabricCode %} {% for fabric in product.fabricCode %} {{ fabric.fabricGroup.name }} : {{ fabric.name }}
{% endfor %} {% else %} - {% endif %}
{% endfor %}
특이사항
{{ designObj.memo }}
{% if userinfo.userAuthority == 3 %} add {% endif %} {% if not schoolId %} option {% else %} option {% endif %}
{% if similarDesignList %}
유사스타일
    {% for design in similarDesignList %} {% if schoolId %}
  • option
  • {% else %}
  • option
  • {% endif %} {% endfor %}
{% endif %}