{% extends "construction/base.html" %} {% load static i18n construction_tag humanize %} {% block page_title %} {% endblock page_title %} {% block content %}
{% if request.user.is_superuser %} EDIT INFO {% endif %} {% if is_editor %} EDIT ZONE {% endif %}
PRODUCT

{{construction.full_address}}

CONSTRUCTION METHOD

{% get_construction_method_display method=construction.method %}

CONSTRUCTOR

{% for constructor in construction.constructor.all %} {{constructor.name}}{% if not forloop.last %}, {% endif %} {% endfor %}

PERIOD

{{construction.start_date|date:"n. j. Y"}} ~ {{construction.end_date|date:"n. j"}}

BUDGET

{{construction.budget|floatformat:"-2"|intcomma|default:0}}

{% comment %}
WORK DATE

15 days

예산 사용 현황

74 % $74,000 / 100,000

{% endcomment %}
{% endblock content %}