{% extends 'base.html' %} {% load humanize %} {% block title %} | Search Results {% endblock %} {% block content %} Keywords City State State (All) {% for key,value in state_choices.items %} {{ value }} {% endfor %} Bedrooms Bedrooms (Any) {% for key,value in bedroom_choices.items %} {{ value }} {% endfor %} Max Price (All) {% for key,value in price_choices.items %} {{ value }} {% endfor %} Submit form Home Browse Listings Search Results {% if listings %} {% for listing in listings %} ${{ listing.price | intcomma }} {{ listing.title }} {{ listing.city }} {{ listing.state }}, {{ listing.zipcode }} Sqft: {{ listing.sqft }} Garage: {{ listing.garage }} Bedrooms: {{ listing.bedrooms }} Bathrooms: {{ listing.bathrooms }} {{ listing.realtor }} {{ listing.list_date | timesince }} More Info {% endfor %} {% else %} No Listings Available {% endif %} {% endblock %}
{{ listing.city }} {{ listing.state }}, {{ listing.zipcode }}
No Listings Available