{% extends 'ibs/layouts/base.html' %} {% block title %}IBS - Project{% endblock %} {% block content %} {% load humanize mathfilters widget_tweaks %}
{% include 'ibs/partials/content_title.html' with second_bs="신규 프로젝트" title="세부 정보 관리" %}
{% with menu_order='2' %} {% include 'project/partials/head_menu.html' %} {% endwith %}
{% include 'ibs/partials/project_select.html' %}
{% with sub_menu_order='4' %} {% include 'project/partials/second_menu.html' %} {% endwith %}
{% csrf_token %}
{% for type in types %} {% for floor_type in floor_types %} {% if forloop.parentloop.first and forloop.first %} {% endif %} {% if forloop.first %} {% endif %} {% endfor %} {% endfor %}
차수 타입 층별 조건 건물가(단위:원) 대지가(단위:원) 부가세(단위:원) 분양가격(단위:원)
{{ order_group }} {{ type }}{{ floor_type }}
{% if is_paginated %} {# to_first_last :: 맨처음 / 맨끝으로 버튼 사용 여부 #} {# page_class ex:: pagination-rounded pagination-sm pagination-lg justify-content-center justify-content-end #} {% include 'partials/pagination.html' with to_first_last="ok" page_class="pagination-rounded justify-content-end" %} {% endif %}
{% if request.user.is_superuser or request.user.staffauth.project > '1' %} {% else %} {% endif %}
{% endblock %} {% block third_party_js %} {% endblock %}