{% extends "panorama/main.html" %} {% load panorama_url %} {% load distance_filter %} {% block content %} {% if located_panoramas != None %}
{% if located_panoramas|length == 0 %}

No panorama seeing this point!

{% else %}

{% endif %} {% endif %} {% endblock content %}