{{ place.name }} {% include 'partials/icons/place_favorite.html' %} {% include 'partials/icons/place_visited.html' %}
{% if place.get_hero_image %}
			{% partial image %}
				{% set source_url place.get_hero_image.filename.hero.url %}
				{% set link_url %}
					{{"#image"|addstr:place.get_hero_index_in_queryset}}
				{% endset %}
			{% endpartial %}
        
        {% endif %}
    {{ place.description }}
{% translate 'Map links' %}
{% partial osm_map config=mapping_config %}{% translate 'External links' %}
- 
                {% for external_link in place.externallinks.all %}
                
 - 
                    
                        {{external_link.label}}
                    
                    {% if user.explorer == external_link.submitted_by or user.explorer == place.submitted_by %}
                    
                        {% icon 'trash' className="RV-Iconized__Icon" %}{% endif %} 
                {% endfor %}
                
 - 
                    
                        {% translate 'Add external link' %}