{{ place.name }}
{% if place.placeimages.first.filename.hero.url %} {% endif %}{{ place.description }}
{% trans 'Map links' %}
{% include 'partials/osm_map.html' with config=mapping_config%}{% trans 'Photo albums' %}
-
{% for photo_album in place.photoalbums.all %}
-
{{photo_album.label}}
{% can_modify_place_asset photo_album request as authorized %}
{% if authorized %}
{% icon 'trash' className="RV-Iconized__Icon" %}{% endif %}
{% endfor %}
-
{% trans 'Add photo album' %}