{% extends "places/base.html" %}{% load molly_utils %} {% load i18n %} {% block extrahead %}{{ block.super }}{% if entity %} {% endif %}{% endblock %} {% block content %} {% if not entity %}{% include "geolocation/update_location_embed.html" %}{% endif %} {% for name, types in entity_types.items %}

{{ name }}

{% endfor %} {% endblock %}