{% extends 'ibs/layouts/base.html' %} {% block title %}IBS - Project{% endblock %} {% block content %} {% load humanize mathfilters widget_tweaks %}
| No | 행정동 | 지번 | 지목 | 공부상 면적 | {% if this_project.is_returned_area %}환지 면적 | {% endif %}소유자 목록 | |||
|---|---|---|---|---|---|---|---|---|---|
| m2 | 평 | {% if this_project.is_returned_area %}m2 | 평 | {% endif %}||||||
| {{ object.order }} | {{ object.district }} | {{ object.lot_number }} | {{ object.site_purpose }} | {{ object.official_area|floatformat:2|intcomma|default:"-" }} | {{ object.official_area|mul:0.3025|floatformat:2|intcomma|default:"-" }} | {% if this_project.is_returned_area %}{{ object.returned_area|floatformat:2|intcomma|default:"-" }} | {{ object.returned_area|mul:0.3025|floatformat:2|intcomma|default:"-" }} | {% endif %}{% for owner in object.owners.all %} {{ owner }}{% if not forloop.last %}, {% endif %} {% endfor %} | |