{% if opt.lon and opt.lat %} {{ opt.name }} {% else %} {{ opt.name }} {% endif %}
{% if opt.feature_label %}
{{ opt.feature_label }}
{% endif %}
{% if opt.address %}
{{ opt.address }} {% endif %}
Typical room rates:
{{ opt.room_rate_range }}
Room rates:
{% for room in opt.rooms %}{{ room.rates.nightly.amount }} per night ({{ room.desc }}).