{% if photo.primary_media.size > 0 %}
{% endif %}
{{photo.title}}
{% collection places, limit:1, place:post_place, tag:main, name:mainplace %} {% if mainplace.size > 0 %}Things To Do Near {% for p in mainplace %}{{p.title}}{% endfor %}
{% endif %}{{post_place}} Tours
{% for p in related %}
{% endfor %}
{% if p.primary_media.size > 0 %}
{% endif %}
{{p.title}}
{% if p.place.size > 0 and p.place.title != 'Anywhere' %}
{{p.place.title}}
{% else %}
Multiple Destinations
{% endif %}
{% if p.price %}
From {{p.price | money}} {{agency.currency}} {% if p.unit_name.size > 0 %}per {{p.unit_name}}{% endif %}
{% endif %}