{{ place.name }} {% include 'partials/icons/place_favorite.html' %} {% include 'partials/icons/place_visited.html' %}
{% if place.get_hero_image %}
{% include '../partials/image.html' with source_url=place.get_hero_image.filename.hero.url link_url="#image"|addstr:place.get_hero_index_in_queryset %}
{% endif %}
{{ place.description }}
{% translate 'Map links' %}
{% include '../partials/osm_map.html' with config=mapping_config %}{% translate 'Photo albums' %}
-
{% for photo_album in place.photoalbums.all %}
-
{{photo_album.label}}
{% if user.explorer == photo_album.submitted_by or user.explorer == place.submitted_by %}
{% icon 'trash' className="RV-Iconized__Icon" %}{% endif %}
{% endfor %}
-
{% translate 'Add photo album' %}