{% load static %} {% load humanize %} {{ room.building.building_name }} {{ room.room_no }} 号室
{{ room.building.building_name | default_if_none:'' }} {% if room.room_no %} {{ room.room_no }}号室{% endif %}
〒{{ room.building.postal_code | default_if_none:''}} {{ room.building.address | default_if_none:''}}
{% if room.building.nearest_station1 %}
1: {{ room.building.nearest_station1 }}
{% endif %} {% if room.building.nearest_station2 %}
2: {{ room.building.nearest_station2 }}
{% endif %} {% if room.building.nearest_station3 %}
3: {{ room.building.nearest_station3 }}
{% endif %}
{% if room.building.building_type.name %}
種別: {{ room.building.building_type.name }}
{% endif %}
築年月: {{ room.building.build_year}}年{{ room.building.build_month}}月
{% if room.building.structure.name %}
構造: {{ room.building.structure.name}}
{% endif %}
所在階: {{ room.room_floor }}階 / {{ room.building.building_floors }}階建 総戸数: {{ room.building.building_rooms }}戸
間取り: {{ room.layout_type.name | default_if_none:'' }} {% if room.layout_detail_text %}({{ room.layout_detail_text }}){% endif %} {% if room.direction.name %}{{ room.direction.name }}向き{% endif %} 専有面積: {{ room.room_area_text }}m2 バルコニー面積: {{ room.balcony_area_text }}m2
【月額費用】
賃料{{ room.rent_text }} {{ condo_fees_name }}{{ room.condo_fees_text }} 水道費{{ room.water_cost_text }} {% if room.payment_fee_text %}{{ room.payment_fee_text }}{% endif %} {% if room.monthly_cost_text1 %}{{ room.monthly_cost_text1 }}{% endif %} {% if room.monthly_cost_text2 %}{{ room.monthly_cost_text1 }}{% endif %} {% if room.monthly_cost_text3 %}{{ room.monthly_cost_text1 }}{% endif %} {% if room.monthly_cost_text4 %}{{ room.monthly_cost_text1 }}{% endif %} {% if room.monthly_cost_text5 %}{{ room.monthly_cost_text1 }}{% endif %} {% if room.monthly_cost_text6 %}{{ room.monthly_cost_text1 }}{% endif %} {% if room.monthly_cost_text7 %}{{ room.monthly_cost_text1 }}{% endif %} {% if room.monthly_cost_text8 %}{{ room.monthly_cost_text1 }}{% endif %} {% if room.monthly_cost_text9 %}{{ room.monthly_cost_text1 }}{% endif %} {% if room.monthly_cost_text10 %}{{ room.monthly_cost_text1 }}{% endif %}
【敷金・礼金等】
{% if room.deposit_text1 %}{{ room.deposit_text1 }}{% endif %} {% if room.deposit_text2 %}{{ room.deposit_text2 }}{% endif %}
{% if room.key_money_text1 %}{{ room.key_money_text1 }}{% endif %} {% if room.key_money_text2 %}{{ room.key_money_text2 }}{% endif %}
【契約期間等】
契約期間: {{ room.contract_span_text | default_if_none:'' }}
{% if room.renewal_fee_text %}
更新料{{ room.renewal_fee_text }}
{% endif %} {% if room.renewal_charge_text %}
更事務手数料{{ room.renewal_charge_text }}
{% endif %} {% if room.recontract_fee_text %}
再契約料{{ room.recontract_fee_text }}
{% endif %}
【駐車場】
種別: {{ room.building.garage_type.name }}
{% if room.building.garage_distance > 0 %}
距離: {{ room.building.garage_distance }} m
{% endif %} {% if room.building.garage_fee_lower > 0 %}
月額: {{ room.building.garage_fee_lower | intcomma }}円 {% if room.building.garage_fee_upper > building.garage_fee_lower %} 〜{{ room.building.garage_fee_upper | intcomma }}円 {% endif %} {% if room.building.garage_fee_tax_type.text %} ({{ room.building.garage_fee_tax_type.text }}) {% endif %}
{% endif %}
【駐輪場】
種別: {{ room.building.bike_parking_type }}
{% if room.building.bike_parking_fee_lower > 0 %}
月額: {{ room.building.bike_parking_fee_lower | intcomma }}円 {% if room.building.bike_parking_fee_upper > building.bike_parking_fee_lower %} 〜{{ room.building.bike_parking_fee_upper | intcomma }}円 {% endif %} {% if room.building.bike_parking_fee_tax_type.text %} ({{ room.building.bike_parking_fee_tax_type.text }}) {% endif %}
{% endif %}
【火災保険】
{{ room.insurance_text | default_if_none:'' }}
【家賃保証会社】
家賃保証: {{ room.guarantee_type.name | default_if_none:'' }} {% if room.guarantee_company %}({{ room.guarantee_company }}){% endif %}
{% if room.guarantee_fee %}
保証料: {{ room.guarantee_fee }}
{% endif %}
【主要設備等】
浴室/{{ room.bath_type.name }} トイレ/{{ room.toilet_type.name }} キッチン/{{ room.kitchen_range_type.name }} インターネット/{{ room.internet_type.name }} 洗濯機設置/{{ room.washer_type.name }} ペット/{{ room.pet_type.name }} 楽器/{{ room.instrument_type.name }}
{% if equipments %}
【その他設備】
{{ equipments }}
{% endif %}
建物外観
室内
間取図
{% if room.building.lat > 0 and room.building.lng > 0 %}
{% endif %}
{% if user.staff.department %}
【連絡先】 {{ company.company_name }} {{ user.staff.department.department_name }} 〒{{ user.staff.department.postal_code }} {{ user.staff.department.address }} TEL: {{ user.staff.department.tel }}
{% endif %}