{% extends 'vacancy/base.html' %} {% load static %} {% load humanize %} {% block head_title %}月極駐車場一覧:{{ company.company_name | default_if_none:'' }}{% endblock %} {% block head %} {% endblock %} {% block header %}{% endblock %} {% block h1_title %}{{ company.company_name | default_if_none:'' }} 月極駐車場一覧{% endblock %} {% block contents %}
{% csrf_token %}
{{ form.pref }}
{{ form.city }}
{{ form.area }}
{{ form.garage_name }}
{% if garages %} {% include 'garage/includes/pagination.html' %} {% for garage in garages %}
{{ garage.building_name }}
{% if garage.vacancy_catch_copy or garage.vacancy_appeal %}
{% if garage.vacancy_catch_copy %}
{{ garage.vacancy_catch_copy | linebreaksbr }}
{% endif %} {% if garage.vacancy_appeal %}
{{ garage.vacancy_appeal | linebreaksbr }}
{% endif %}
{% endif %}
{{ garage.address | default_if_none:'住所不明' }}
担当: {{ garage.staff1_text | default_if_none:'-'}} {% if garage.staff2_text %}・{{ garage.staff2_text }}{% endif %}
駐車場コード: {{ garage.building_id_text | default_if_none:'' }}
状況: {{ garage.garage_status_text | default_if_none:'-----'}}
{% if garage.garage_fee_text %}
月額: {{ garage.garage_fee_text }}
{% endif %} {% if garage.garage_charge_text %}
手数料: {{ garage.garage_charge_text }}
{% endif %}
コメント:
{% if garage.vacancy_garage_comment %}
{{ garage.vacancy_garage_comment | linebreaksbr }}
{% endif %} {% if garage.garage_note %}
{{ garage.garage_note | linebreaksbr }}
{% endif %}
{% if garage.garages %}
駐車場詳細
名称
月額・手数料等
その他
{% for garage in garage.garages %}
{{ garage.garage_name | default_if_none:'---' }}
{% if garage.garage_status_text %}
状況: {{ garage.garage_status_text }}
{% endif %}
月額: {{ garage.garage_fee_text | default_if_none:'---' }}
{% if garage.garage_charge_text %}
手数料: {{ garage.garage_charge_text }}
{% endif %} {% if garage.garage_deposit_text %}
保証金: {{ garage.garage_deposit_text }}
{% endif %} {% if garage.certification_fee_text %}
車庫証明: {{ garage.certification_fee_text }}
{% endif %}
{% if garage.garage_size_text %}
サイズ: {{ garage.garage_size_text }}
{% endif %} {% if garage.initial_cost_name1 and garage.initial_cost_text1 %}
{{ garage.initial_cost_name1 }}: {{ garage.initial_cost_text1 }}
{% endif %} {% if garage.initial_cost_name2 and garage.initial_cost_text2 %}
{{ garage.initial_cost_name2 }}: {{ garage.initial_cost_text2 }}
{% endif %} {% if garage.initial_cost_name3 and garage.initial_cost_text3 %}
{{ garage.initial_cost_name3 }}: {{ garage.initial_cost_text3 }}
{% endif %} {% if garage.comment %}
{{ garage.comment | linebreaksbr }}
{% endif %} {% if garage.note %}
{{ garage.note | linebreaksbr }}
{% endif %}
{% endfor %} {% endif %}
{% endfor %} {% include 'garage/includes/pagination.html' %} {% else %}

該当する月極駐車場がありません。

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