{{ place.name }} {% include 'partials/icons/place_favorite.html' %}
{% if place.placeimages.first.filename.hero.url %} {% endif %}{{ place.description }}
{% trans 'Map links' %}
{% include 'partials/osm_map.html' with config=mapping_config modifier='wide' %}{% trans '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 %}
-
{% trans 'Add photo album' %}