{{ place.name }}
{% if place.placeimages.first.filename.hero.url %}{{ 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}}
                    
                    {% 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' %}