{{ place.name }}
{% if place.images.first.filename.hero.url %}{{ place.description }}
Map-Links
{% include 'partials/osm_map.html' %}Photoalben
- 
                {% for photo_album in place.photo_albums.all %}
                
 - 
                    
                        {{photo_album.label}}
                    
                    {% if user == photo_album.submitted_by or user ==  place.submitted_by %}
                    
                        {% icon 'trash' className="RV-Iconized__Icon" %}{% endif %} 
                {% endfor %}
                
 - 
                    
                        Fotoalbum hinzufügen