{% if locations %}
{{ item.location.name }}
{% if item.location.location_type %} {{ item.location.location_type|capitalize }} {% endif %}{{ item.location.description }}
{% endif %} {% if item.location.address %}{{ item.location.address }}
{% endif %} {% if item.location.coordinates %}{{ item.location.coordinates }}
{% endif %}No locations added yet