{% extends 'vacancy/base.html' %} {% load static %} {% load humanize %} {% block head_title %}{{ room.building.building_name | default_if_none:'' }}{% if room.room_no %} {{ room.room_no }}号室{% endif %} 空室情報:{{ company.company_name | default_if_none:'' }}{% endblock %} {% block head %} {% endblock %} {% block header %}{% endblock %} {% block h1_title %}
{{ room.building.building_name | default_if_none:'' }} {% if room.room_no %} {{ room.room_no }}号室{% endif %}
{% endblock %} {% block contents %}

部屋詳細

{{ room.room_no }}号室 {% if room.room_floor_text %}({{ room.room_floor_text }}){% endif %} {{ room.idb64 }}
{{ room.layout_type_text | default_if_none:'-----'}} {% if room.room_area_text %}({{ room.room_area_text }} m2){% endif %} {% if room.direction_text %} {{ room.direction_text }}向き{% endif %}
間取詳細: {{ room.layout_detail_text | default_if_none:'' }} {% if room.balcony_type_text %} + {{ room.balcony_type_text}}{% if room.balcony_area_text %}({{ room.balcony_area_text }} m2){% endif %} {% endif %}
{% if room.layout_note %}
{{ room.layout_note | linebreaksbr }}
{% endif %}
{% if room.vacancy_catch_copy or room.vacancy_appeal %}
{% if room.vacancy_catch_copy %}
{{ room.vacancy_catch_copy | linebreaksbr }}
{% endif %} {% if room.vacancy_appeal %}
{{ room.vacancy_appeal | linebreaksbr }}
{% endif %}
{% endif %}
現況: {{ room.room_status.name | default_if_none:'-' }} {% if room.vacancy_status_text %}({{ room.vacancy_status_text }}){% endif %} {% if user.is_company and room.room_status.is_pending and room.pending_trader_name %}
{{ room.pending_trader_name }}
{% if room.pending_start_date or room.pending_end_date %}
{% if room.pending_start_date %}{{ room.pending_start_date }}{% endif %} {% if room.pending_end_date %} 〜 {{ room.pending_end_date }}{% endif %}
{% endif %} {% endif %} {% if user.is_company and room.room_status.is_pending and room.pending_note %}
{{ room.pending_note | linebreaksbr }}
{% endif %}
{% if room.cancel_scheduled_date_text %}
{{ room.cancel_scheduled_date_text }}解約予定)
{% if room.cancel_scheduled_note %}
{{ room.cancel_scheduled_note | linebreaksbr }}
{% endif %} {% endif %} {% if room.live_start_date_text %}
{{ room.live_start_date_text }}入居可)
{% if room.live_start_note %}
{{ room.live_start_note | linebreaksbr }}
{% endif %} {% endif %} {% if room.vacancy_status_note %}
{{ room.vacancy_status_note | linebreaksbr }}
{% endif %}
賃料: {% if not user.is_company and room.trader_rent_text %} {{ room.trader_rent_text | default_if_none:'' }} {% else %} {{ room.rent_text | default_if_none:'' }} {% endif %}
{{ condo_fees_name }}: {{ room.condo_fees_text | default_if_none:'' }}
支払方法: {{ room.payment_type_text | default_if_none:'-' }}
{% if room.payment_fee_type_text and room.payment_fee_text %}
{{ room.payment_fee_type_text }}: {{ room.payment_fee_text }}
{% endif %} {% if room.free_rent_text %}
フリーレント: {{ room.free_rent_text }}
{% endif %}
水道費: {{ room.water_cost_text | default_if_none:'-' }}
{% if room.water_check_text %}
水道検針: {{ room.water_check_text }}
{% endif %}
(敷金・礼金等)
{% if room.deposit_type_text1 and room.deposit_text1 %}
{{ room.deposit_type_text1 }}: {{ room.deposit_text1 }} {% if room.deposit_comment1 %}
{{ room.deposit_comment1 | linebreaksbr }}
{% endif %}
{% endif %} {% if room.deposit_type_text2 and room.deposit_text2 %}
{{ room.deposit_type_text2 }}: {{ room.deposit_text2 }} {% if room.deposit_comment2 %}
{{ room.deposit_comment2 | linebreaksbr }}
{% endif %}
{% endif %} {% if room.key_money_type_text1 and room.key_money_text1 %}
{{ room.key_money_type_text1 }}: {{ room.key_money_text1 }} {% if room.key_money_comment1 %}
{{ room.key_money_comment1 | linebreaksbr }}
{% endif %}
{% endif %} {% if room.key_money_type_text2 and room.key_money_text2 %}
{{ room.key_money_type_text2 }}: {{ room.key_money_text2 }} {% if room.key_money_comment2 %}
{{ room.key_money_comment2 | linebreaksbr }}
{% endif %}
{% endif %}
契約期間: {{ room.contract_span_text | default_if_none:'-'}}
{% if room.rental_type_text %}
契約種別: {{ room.rental_type_text }}
{% endif %} {% if user.is_company and room.is_sublease %}
[サブリース]
{% endif %} {% if user.is_company and room.is_entrusted %}
[専任]
{% endif %} {% if room.renewal_fee_text %}
更新料: {{ room.renewal_fee_text }}
{% endif %} {% if room.renewal_charge_text %}
更新事務手数料: {{ room.renewal_charge_text }}
{% endif %} {% if room.renewal_note %}
{{ room.renewal_note | linebreaksbr }}
{% endif %} {% if room.recontract_fee_text %}
再契約料: {{ room.recontract_fee_text }}
{% endif %} {% if room.recontract_note %}
{{ room.recontract_note | linebreaksbr }}
{% endif %}
解約通知期限: {{ room.cancel_notice_limit_text | default_if_none:'-' }}
{% if room.cancel_note %}
{{ room.cancel_note | linebreaksbr }}
{% endif %} {% if room.short_cancel_note %}
{{ room.short_cancel_note | linebreaksbr }}
{% endif %} {% if room.cleaning_cost_text %}
退去時清掃: {{ room.cleaning_cost_text }}
{% if room.cleaning_note %}
{{ room.cleaning_note | linebreaksbr }}
{% endif %} {% endif %}
(その他月額費用)
{% if room.monthly_cost_name1 and room.monthly_cost_text1 %}
{{ room.monthly_cost_name1 }}: {{ room.monthly_cost_text1 }}
{% endif %} {% if room.monthly_cost_name2 and room.monthly_cost_text2 %}
{{ room.monthly_cost_name2 }}: {{ room.monthly_cost_text2 }}
{% endif %} {% if room.monthly_cost_name3 and room.monthly_cost_text3 %}
{{ room.monthly_cost_name3 }}: {{ room.monthly_cost_text3 }}
{% endif %} {% if room.monthly_cost_name4 and room.monthly_cost_text4 %}
{{ room.monthly_cost_name4 }}: {{ room.monthly_cost_text4 }}
{% endif %} {% if room.monthly_cost_name5 and room.monthly_cost_text5 %}
{{ room.monthly_cost_name5 }}: {{ room.monthly_cost_text5 }}
{% endif %} {% if room.monthly_cost_name6 and room.monthly_cost_text6 %}
{{ room.monthly_cost_name6 }}: {{ room.monthly_cost_text6 }}
{% endif %} {% if room.monthly_cost_name7 and room.monthly_cost_text7 %}
{{ room.monthly_cost_name7 }}: {{ room.monthly_cost_text7 }}
{% endif %} {% if room.monthly_cost_name8 and room.monthly_cost_text8 %}
{{ room.monthly_cost_name8 }}: {{ room.monthly_cost_text8 }}
{% endif %} {% if room.monthly_cost_name9 and room.monthly_cost_text9 %}
{{ room.monthly_cost_name9 }}: {{ room.monthly_cost_text9 }}
{% endif %} {% if room.monthly_cost_name10 and room.monthly_cost_text10 %}
{{ room.monthly_cost_name10 }}: {{ room.monthly_cost_text10 }}
{% endif %} {% if room.monthly_cost_note %}
(月額備考)
{{ room.monthly_cost_note | linebreaksbr }}
{% endif %}
(その他初期費用)
{% if room.document_cost_text %}
書類代: {{ room.document_cost_text }}
{% if room.document_cost_comment %}
{{ room.document_cost_comment | linebreaksbr }}
{% endif %} {% endif %} {% if room.key_change_cost_text %}
鍵交換代: {{ room.key_change_cost_text }}
{% if room.key_change_comment %}
{{ room.key_change_comment | linebreaksbr }}
{% endif %} {% endif %} {% if room.initial_cost_name1 and room.initial_cost_text1 %}
{{ room.initial_cost_name1 }}: {{ room.initial_cost_text1 }}
{% endif %} {% if room.initial_cost_name2 and room.initial_cost_text2 %}
{{ room.initial_cost_name2 }}: {{ room.initial_cost_text2 }}
{% endif %} {% if room.initial_cost_name3 and room.initial_cost_text3 %}
{{ room.initial_cost_name3 }}: {{ room.initial_cost_text3 }}
{% endif %} {% if room.initial_cost_name4 and room.initial_cost_text4 %}
{{ room.initial_cost_name4 }}: {{ room.initial_cost_text4 }}
{% endif %} {% if room.initial_cost_name5 and room.initial_cost_text5 %}
{{ room.initial_cost_name5 }}: {{ room.initial_cost_text5 }}
{% endif %} {% if room.initial_cost_name6 and room.initial_cost_text6 %}
{{ room.initial_cost_name6 }}: {{ room.initial_cost_text6 }}
{% endif %} {% if room.initial_cost_name7 and room.initial_cost_text7 %}
{{ room.initial_cost_name7 }}: {{ room.initial_cost_text7 }}
{% endif %} {% if room.initial_cost_name8 and room.initial_cost_text8 %}
{{ room.initial_cost_name8 }}: {{ room.initial_cost_text8 }}
{% endif %} {% if room.initial_cost_name9 and room.initial_cost_text9 %}
{{ room.initial_cost_name9 }}: {{ room.initial_cost_text9 }}
{% endif %} {% if room.initial_cost_name10 and room.initial_cost_text10 %}
{{ room.initial_cost_name10 }}: {{ room.initial_cost_text10 }}
{% endif %} {% if room.initial_cost_note %}
(初期費用備考)
{{ room.initial_cost_note | linebreaksbr }}
{% endif %}
{% if room.insurance_type_text %}
火災保険: {{ room.insurance_type_text }}
{% if room.insurance_company_text %}
{{ room.insurance_company_text }}
{% endif %} {% if room.insurance_text %}
{{ room.insurance_text }}
{% endif %} {% endif %}
{% if room.guarantee_type_text %}
保証会社: {{ room.guarantee_type_text }}
{% if room.guarantee_company %}
{{ room.guarantee_company }}
{% endif %} {% if room.guarantee_fee %}
{{ room.guarantee_fee | linebreaksbr }}
{% endif %} {% endif %}
(リフォーム)
{% if room.reform_year_month %}
実施時期: {{ room.reform_year_month }}
{% endif %} {% if room.reform_comment %}
{{ room.reform_comment | linebreaksbr }}
{% endif %} {% if room.reform_note %}
{{ room.reform_note | linebreaksbr }}
{% endif %}
広告料: {% if user.is_trader and room.trader_ad_text%}{{ room.trader_ad_text }}{% else %}{{ room.ad_text | default_if_none:'-' }}{% endif %}
貸主仲介手数料: {{ room.owner_fee_text | default_if_none:'-' }}
(主要設備)
{% if room.electric_text %}
電気: {{ room.electric_text }} {% if room.electric_comment %}{{ room.electric_comment | linebreaksbr }}{% endif %}
{% endif %} {% if room.gas_text %}
ガス: {{ room.gas_text }} {% if room.gas_comment %}{{ room.gas_comment | linebreaksbr }}{% endif %}
{% endif %} {% if room.bath_text %}
浴室: {{ room.bath_text }} {% if room.bath_comment %}{{ room.bath_comment | linebreaksbr }}{% endif %}
{% endif %} {% if room.toilet_text %}
トイレ: {{ rooom.toilet_text }} {% if room.toilet_comment %}{{ room.toilet_comment }}{% endif %}
{% endif %} {% if room.kitchen_range_text %}
キッチン: {{ room.kitchen_range_text }} {% if room.kitchen_range_comment %}{{ room.kitchen_range_comment | linebreaksbr }}{% endif %}
{% endif %} {% if room.internet_text %}
インターネット: {{ room.internet_text }} {% if room.internet_comment %}{{ room.internet_comment }}{% endif %}
{% endif %} {% if room.washer_text %}
洗濯機: {{ room.washer_text }} {% if room.washer_comment %}{{ room.washer_comment | linebreaksbr }}{% endif %}
{% endif %}
(その他設備)
{% for room_equipment in room.equipments %} {% if forloop.counter > 1 %}・{% endif %}{{ room_equipment.equipment.name }} {% endfor %}
(条件)
{% if room.pet_text %}
ペット: {{ room.pet_text }} {% if room.pet_comment %}{{ room.pet_comment | linebreaksbr }}{% endif %}
{% endif %}
{% if room.instrument_type.id != 0 %}楽器: {{ room.instrument_type.name }}{% endif %} {% if room.live_together_type.id != 0 %}同居: {{ room.live_together_type.name }}{% endif %} {% if room.children_type.id != 0 %}子供: {{ room.children_type.name }}{% endif %} {% if room.share_type.id != 0 %}ルームシェア: {{ room.share_type.name }}{% endif %} {% if room.non_japanese_type.id != 0 %}外国人: {{ room.non_japanese_type.name }}{% endif %} {% if room.only_woman_type.id != 0 %}女性限定: {{ room.only_woman_type.name }}{% endif %} {% if room.only_man_type.id != 0 %}男性限定: {{ room.only_man_type.name }}{% endif %} {% if room.corp_contract_type.id != 0 %}法人契約: {{ room.corp_contract_type.name }}{% endif %} {% if room.welfare_type.id != 0 %}福祉契約: {{ room.welfare_type.name }}{% endif %} {% if room.student_type.id != 0 %}学生: {{ room.student_type.name }}{% endif %} {% if room.new_student_type.id != 0 %}新入生予約: {{ room.new_student_type.name }}{% endif %} {% if room.office_use_type.id != 0 %}事務所利用: {{ room.office_use_type.name }}{% endif %}
{% if room.constraint_note %}
(条件備考)
{{ room.constraint_note | linebreaksbr }}
{% endif %}
他業者広告掲載: {{ room.trader_publish_text | default_if_none:'-----' }}
{% if room.trader_publish_note %}
{{ room.trader_publish_note | linebreaksbr }}
{% endif %}
他業者ポータル掲載: {{ room.trader_portal_text | default_if_none:'-----' }}
{% if room.trader_portal_note %}
{{ room.trader_portal_note | linebreaksbr }}
{% endif %}
{% if user.is_company %}
(自社向け情報)
{% if room.building.auto_lock_no %}
オートロック番号: {{ room.building.auto_lock_no }}
{% endif %} {% if room.key_no %}
鍵番号: {{ room.key_no }}
{% endif %} {% if room.key_place_note %}
鍵所在:
{{ room.key_place_note | linebreaksbr }}
{% endif %}
{% endif %} {% if room.vacancy_note %}
{{ room.vacancy_note | linebreaksbr }}
{% endif %}

建物詳細

名称: {{ room.building.building_name }}
{% if room.building.building_old_name %}
旧: {{ room.building.building_old_name }}
{% endif %}
{{ room.building.build_year_month | default_if_none:'築年不詳' }} {% if room.building.building_type_text %}{{ room.building.building_type_text }}{% endif %}
{% if room.building.structure_text %}{{ room.building.structure_text }}{% endif %} {% if room.building.building_floors %}{{ room.building.building_floors }}階建{% endif %} {% if room.building.building_undergrounds %}地下{{ room.building.building_undergrounds }}階{% endif %} {% if room.building.building_rooms %}{{ room.building.building_rooms }}戸{% endif %}
{% if room.building.vacancy_catch_copy or room.building.vacancy_appeal %}
{% if room.building.vacancy_catch_copy %}
{{ room.building.vacancy_catch_copy | linebreaksbr }}
{% endif %} {% if room.building.vacancy_appeal %}
{{ room.building.vacancy_appeal | linebreaksbr }}
{% endif %}
{% endif %}
建物コード: {{ room.building.building_id_text | default_if_none:'' }}
{% if room.building.staff1_text %}
担当1: {{ room.building.staff1_text }}
{% endif %} {% if room.building.staff2_text %}
担当2: {{ room.building.staff2_text }}
{% endif %}
(他業者ポータル掲載)
{% if room.building.vacancy_portal_note %}
{{ room.building.vacancy_portal_note | linebreaksbr }}
{% endif %}
{{ room.building.postal_code | default_if_none:''}} {{ room.building.address | default_if_none:'住所不明' }} {% if room.building.register_text %}
{{ room.building.register_text }}
{% endif %}
{% if room.building.nearest_station1 %}
{{ room.building.nearest_station1 }}
{% endif %} {% if room.building.nearest_station2 %}
{{ room.building.nearest_station2 }}
{% endif %} {% if room.building.nearest_station3 %}
{{ room.building.nearest_station3 }}
{% endif %}
エリア: {{ room.building.area_text | default_if_none:'-----' }}
{% if room.building.elementary_school_text %}
小学校区: {{ room.building.elementary_school_text }} {% if room.building.elementary_school_distance_text %}(距離: {{ room.building.elementary_school_distance_text }}){% endif %}
{% endif %} {% if room.building.junior_high_school_text %}
中学校区: {{ room.building.junior_high_school_text }} {% if room.building.junior_high_school_distance_text %}(距離: {{ room.building.junior_high_school_distance_text }}){% endif %}
{% endif %}
(周辺施設)
{% for facility in room.building.facilities %}
{{ facility.facility.name }} {% if facility.facility_name %}({{ facility.facility_name }}){% endif %} {% if facility.distance_text %}{{ facility.distance_text }}{% endif %}
{% endfor %} {% if room.building.around_note %}
{{ room.building.around_note | linebreaksbr }}
{% endif %}
(ランドマーク)
{% for landmark in room.building.landmarks %}
{{ landmark.landmark.name }} {% if landmark.distance_text %}{{ landmark.distance_text }}{% endif %}
{% endfor %}
(駐車場) {% if room.building.garages %}駐車場詳細{% endif %}
{{ room.building.garage_type.name }} {% if room.building.garage_status_text %} 状況: {{ room.building.garage_status_text }}{% endif %} {% if room.building.garage_distance_text %} 距離: {{ room.building.garage_distance_text }}{% endif %}
{% if room.building.garage_fee_text %}
月額: {{ room.building.garage_fee_text }}
{% endif %} {% if room.building.garage_charge_text %}
手数料: {{ room.building.garage_charge_text }}
{% endif %} {% if room.building.vacancy_garage_comment %}
{{ room.building.vacancy_garage_comment | linebreaksbr }}
{% endif %} {% if room.building.garage_note %}
{{ room.building.garage_note | linebreaksbr }}
{% endif %}
(駐輪場)
{% if room.building.bike_parking_type_text %}
{{ room.building.bike_parking_type_text }} {% if room.building.bike_parking_roof_text %} : {{ room.building.bike_parking_roof_text }}{% endif %}
{% endif %} {% if room.building.bike_parking_fee_text %}
月額: {{ room.building.bike_parking_fee_text }}
{% endif %} {% if room.building.vacancy_bike_parking_comment %}
{{ room.building.vacancy_bike_parking_comment | linebreaksbr }}
{% endif %} {% if room.building.bike_parking_note %}
{{ room.building.bike_parking_note | linebreaksbr }}
{% endif %}
(賃料等)
{% if room.building.vacancy_rent_comment %}
賃料: {{ room.building.vacancy_rent_comment | linebreaksbr }}
{% endif %} {% if room.building.vacancy_condo_fees_comment %}
{{ condo_fees_name }}: {{ room.building.vacancy_condo_fees_comment| linebreaksbr }}
{% endif %} {% if room.building.vacancy_payment_comment %}
賃料支払い: {{ room.building.vacancy_payment_comment| linebreaksbr }}
{% endif %}
(保険等)
{% if room.building.vacancy_insurance_comment %}
火災保険: {{ room.building.vacancy_insurance_comment | linebreaksbr }}
{% endif %} {% if room.building.vacancy_guarantee_comment %}
保証会社: {{ room.building.vacancy_guarantee_comment | linebreaksbr }}
{% endif %}
(更新)
{% if room.building.vacancy_renewal_fee_comment %}
更新料: {{ room.building.vacancy_renewal_fee_comment | linebreaksbr }}
{% endif %} {% if room.building.vacancy_renewal_charge_comment %}
更新事務手数料: {{ room.building.vacancy_renewal_charge_comment | linebreaksbr }}
{% endif %}
(解約)
{% if room.building.vacancy_cancel_notice_comment %}
解約通知: {{ room.building.vacancy_cancel_notice_comment | linebreaksbr }}
{% endif %} {% if room.building.vacancy_short_cancel_comment %}
短期解約: {{ room.building.vacancy_short_cancel_comment | linebreaksbr }}
{% endif %}
(水道)
{% if room.building.vacancy_water_comment %}
{{ room.building.vacancy_water_comment | linebreaksbr }}
{% endif %}
(電気)
{% if room.building.vacancy_electric_comment %}
{{ room.building.vacancy_electric_comment | linebreaksbr }}
{% endif %}
(ガス)
{% if room.building.vacancy_gas_comment %}
{{ room.building.vacancy_gas_comment | linebreaksbr }}
{% endif %}
(インターネット)
{% if room.building.vacancy_internet_comment %}
{{ room.building.vacancy_internet_comment | linebreaksbr }}
{% endif %}
(書類代)
{% if room.building.vacancy_document_price_comment %}
{{ room.building.vacancy_document_price_comment | linebreaksbr }}
{% endif %}
(退去時清掃)
{% if room.building.vacancy_cleaning_comment %}
{{ room.building.vacancy_cleaning_comment | linebreaksbr }}
{% endif %}
(鍵交換)
{% if room.building.vacancy_change_lock_comment %}
{{ room.building.vacancy_change_lock_comment | linebreaksbr }}
{% endif %}
(保証人極度額)
{% if room.building.vacancy_guarantor_limit_comment %}
{{ room.building.vacancy_guarantor_limit_comment | linebreaksbr }}
{% endif %}
(防犯)
{% if room.building.vacancy_security_comment %}
{{ room.building.vacancy_security_comment | linebreaksbr }}
{% endif %} {% if room.building.apartment_manager_comment %}
管理人: {{ room.building.apartment_manager_comment | linebreaksbr }}
{% endif %}
(オートロック)
{% if room.building.vacancy_auto_lock_comment %}
{{ room.building.vacancy_auto_lock_comment | linebreaksbr }}
{% endif %}
{% if room.building.building_type.is_condominium %}
管理規約:{{ room.building.agreement_existence_text | default_if_none:'-----' }}
{% if room.building.building_management_company %}
建物管理会社: {{ room.building.building_management_company }} {% if room.building.building_management_no %} 登録番号: {{ room.building.building_management_no }}{% endif %} {% if room.building.building_management_tel %} 電話番号: {{ room.building.building_management_tel }}{% endif %}
{% endif %} {% if room.building.building_management_address %}
建物管理会社住所: {{ room.building.building_management_address }}
{% endif %} {% if room.building.building_management_note %}
建物管理会社備考: {{ room.building.building_management_note | linebreaksbr }}
{% endif %}
{% endif %} {% if room.building.tenant_note %}
(テナント備考)
{{ room.building.tenant_note | linebreaksbr }}
{% endif %} {% if room.building.garbage_note %}
(ゴミ関連備考)
{{ room.building.garbage_note | linebreaksbr }}
{% endif %} {% if room.building.vacancy_note %}
{{ room.building.vacancy_note | linebreaksbr }}
{% endif %}
{% if room.special_agreement %}

特約事項

{{ room.special_agreement | linebreaksbr }}
{% endif %}
{% if user.is_company or user.level.level > 1 %} {% if room.building.lat > 0 and room.building.lng > 0 %}
地図
{% endif %} {% if room.pictures or room.building.pictures %}
画像
{% for picture in room.pictures %} {% if picture.thumbnail_file_url %}
{% if picture.cache_file_url %}{% endif %} 部屋写真_{{ forloop.counter }} {% if picture.cache_file_url %}{% endif %}
{% endif %} {% endfor %} {% for picture in room.building.pictures %} {% if picture.thumbnail_file_url %}
{% if picture.cache_file_url %}{% endif %} 建物写真_{{ forloop.counter }} {% if picture.cache_file_url %}{% endif %}
{% endif %} {% endfor %}
{% endif %} {% if room.panoramas or room.building.panoramas %}
パノラマ
{% for panorama in room.panoramas %} {% endfor %} {% for panorama in room.building.panoramas %} {% endfor %}
{% endif %} {% if room.movies or room.building.movies %}
動画
{% for movie in room.movies %} {% endfor %} {% for movie in room.building.movies %} {% endfor %}
{% endif %} {% endif %} {% if room.building.files %}
添付ファイル
{% for file in room.building.files %} {% endfor %}
{% endif %}
{% endblock %} {% block footer %} {% endblock %}