{{ place.name }}
{% if place.placeimages.first.filename.hero.url %}
			{% partial image %}
				{% set source_url place.placeimages.first.filename.hero.url %}
			{% endpartial %}
        
        {% endif %}
    {{ place.description }}
{% translate 'Map links' %}
{% partial osm_map 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' %}