{{ vite_js('src/module/listing-detail/index.js', ['jquery']) }} {% set previewPics = data.info.previewPictures ?: [] %}
{% if previewPics | length > 0 %} {% for img in previewPics %}
{% endfor %} {% else %}
{% endif %}
{% if data.info.tourLink %} {% endif %} {% if data.info.chimeVideoLink %} {% endif %}
{% include 'module/md_listing_detail/detail_info.html' with {'info': data.info, 'collectStatus': data.collectStatus} %}
{% include 'module/md_listing_detail/detail_mls.html' %}
{{ render_scripts()}}