{% for item in result %}
楼盘 {{ item.house_id }}
预约时间 {{ item.date }} {{ item.time }}
{% if item.consultant_id %}
置业顾问 {{ item.consultant_id }}
{% endif %} {% if item.user_id %}
用户 {{ item.user_id }}
{% endif %}
{{ item.handle }}
{% endfor %}