{% extends 'vacancy_mgr/base.html' %} {% load static %} {% load humanize %} {% block head_title %}部屋検索{% endblock %} {% block head %} {% endblock %} {% block page_top %}{% endblock %} {% block header %}{% endblock %} {% block h1_title %}【部屋検索】{% endblock %} {% block contents %}
{% csrf_token %}
建物条件
建物名称 {{ form.building_name }}
エリア {{ form.pref }} {{ form.city }} {{ form.area }}
{{ form.railway }} {{ form.station }}
築年(西暦) {{ form.lower_build_year }}年 ~ {{ form.upper_build_year }}年
管理種別 {{ form.management_type }} 駐車場 {{ form.garage_type }} 駐輪場 {{ form.bike_parking_type }}
空室掲載 {{ form.building_is_hidden_vacancy }} おすすめ {{ form.building_is_vacancy_recommend }} WEB掲載 {{ form.building_is_hidden_web }}
部屋条件
賃料 {{ form.lower_rent }}円 ~ {{ form.upper_rent }}円 賃貸種別 {{ form.rental_type }}
分譲管理 {{ form.is_condo_management }} 部屋一室借上 {{ form.is_sublease }} 部屋一室専任 {{ form.is_entrusted }}
部屋状況 {{ form.room_status_category }} 間取り {{ form.layout_type }} 閲覧レベル {{ form.lower_room_auth_level }} ~ {{ form.upper_room_auth_level }}
空室掲載 {{ form.room_is_publish_vacancy }} WEB掲載 {{ form.room_is_publish_web }}
{% if is_searched %} {% if rooms %}
全 {{ rooms|length }} 件
{% endif %} {% include 'search/includes/room_list.html' %} {% else %}

条件を選択して、検索を実行してください。

{% endif %} {% endblock %} {% block footer %}{% endblock %} {% block page_bottom %} {% endblock %}