{% extends 'vacancy_mgr/base.html' %} {% load static %} {% load humanize %} {% block head_title %}駐車場 {{ data.garagea_name }} {{ data.building.building_name }} {% endblock %} {% block head %} {% endblock %} {% block page_top %}{% endblock %} {% block header %}{% endblock %} {% block h1_title %}【駐車場】{{ data.building.building_name }}{% endblock %} {% block contents %}
{% if back_url %}
{% else %} {% endif %} {% csrf_token %} {% if form.errors %} {% for field in form %} {% for error in field.errors %}

* {{ field.label }} : {{ error }}

{% endfor %} {% endfor %} {% endif %}
{{ form.garage_name }}
{{ form.garage_status }}
{{ form.allow_no_room }} 外部貸し可
{{ form.priority }}
{{ form.garage_fee }} 円 {{ form.garage_fee_tax_type }}
{{ form.garage_charge }} 円 {{ form.garage_charge_tax_type }}
{{ form.garage_deposit }} 円 {{ form.garage_deposit_tax_type }}
{{ form.certification_fee }} 円 {{ form.certification_fee_tax_type }}
{{ form.initial_cost_name1 }} {{ form.initial_cost1 }} 円 {{ form.initial_cost_tax_type1 }}
{{ form.initial_cost_name2 }} {{ form.initial_cost2 }} 円 {{ form.initial_cost_tax_type2 }}
{{ form.initial_cost_name3 }} {{ form.initial_cost3 }} 円 {{ form.initial_cost_tax_type3 }}
{{ form.width }} m {{ form.length }} m {{ form.height }} m
{{ form.comment }}
{{ form.note }}
{% if back_url %} 戻る {% else %} 戻る {% endif %}
{% endblock %} {% block footer %}{% endblock %} {% block page_bottom %}{% endblock %}