{% extends "places/base.html" %}{% load molly_utils %}{% load molly_search %} {% load i18n %} {% block content %} {# Places Search #} {% search_form %}
{# End Places Search #} {# Points of Interest #}

{% trans "Points of Interest" %}

{% include "geolocation/update_location_embed.html" %}
{# End Points of Interest #} {% endblock %}