{% extends "userface/search_base.html" %} {% if user.is_authenticated %} {% load crispy_forms_tags %} {% block body %}

{% if resultss and request.session.spot and request.session.spot.0 %}

{{resultss}}

Parking Spots next to Destination:

{% comment %}
  • {{}}
  • {% endcomment %}
    {% if request.session.spot %} {% for spot in request.session.spot %} {% if spot.available %}
    No-image

    Address: {{spot.address}}

    Owner: {{spot.owner}}

    Phone Number: {{spot.number}}

    Book
    {% endif %} {% endfor %} {% endif %}
    {% load leaflet_tags %} {% leaflet_css %} {% leaflet_js %}
    {% leaflet_map "main" callback="map_init" %}
    {% else %} {%if resultss and not request.session.spot%}

    No Parking Spots to {{resultss}}

    {% else %} {% endif %} {% endif %}
    {% endblock body %} {% else %} {% endif %}