{% extends 'order_contract/add_option/add_option_base.html' %} {% load staticfiles %} {% block extrastyle %} {% endblock extrastyle %} {% block content %}
{% for object in object_list %}

스마트 학생복이 만든 리틀스마트
따져볼수록 다릅니다

    {% if object.couple.boy_fitting.fitting_category.style == 'formal' %} {% for function in formal_function %}
  • {% endfor %} {% elif object.couple.boy_fitting.fitting_category.style == 'training' %} {% for function in training_function %}
  • {% endfor %} {% endif %} {% for function in object.function_set.all %}
  • {% endfor %}
{% endfor %}
메일 발송
{% endblock content%} {% block step_btn %} {% endblock step_btn %} {% block modal %}
{% endblock %} {% block extrascript %} {% endblock extrascript %}