{% extends "places/base.html" %}{% load i18n %} {% block title %} {% blocktrans with entity.title as title %}Things near {{ title }}{% endblocktrans %} {% endblock %} {% block content %}

{% blocktrans with entity.title as title %}Things near {{ title }}{% endblocktrans %}

{% trans "Unfortunately, we do not have a location for this object, and so cannot tell you what is near it." %}
{% endblock %}