{% if buildings %}
建物名称
住所
管理
その他
{% for item in buildings %}
{{ item.address }}
{{ item.management_type.name | default_if_none:'-----' }}
{% if item.building_old_name %}
旧: {{ item.building_old_name }}
{% endif %}
{% if item.is_hidden_vacancy %}【空室情報非公開】{% endif %} {% if item.is_vacancy_recommend %}【空室情報おすすめ】{% endif %} {% if item.is_hidden_web %}【WEB非公開】{% endif %}
{% endfor %} {% else %}

該当する建物はありません。

{% endif %}