{% extends 'base.html' %} {% load humanize %} {% block title %} | Browse Property Listings {% endblock %} {% block content %} Browse Our Properties Lorem ipsum dolor sit, amet consectetur adipisicing elit. Sunt, pariatur! Home Browse Listings {% 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 %} {% if listings.has_other_pages %} {% if listings.has_previous %} « {% else %} « {% endif %} {% for i in listings.paginator.page_range %} {% if listings.number == i %} {{i}} {% else %} {{i}} {% endif %} {% endfor %} {% if listings.has_next %} » {% else %} » {% endif %} {% endif %} {% endblock %}
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Sunt, pariatur!
{{ listing.city }} {{ listing.state }}, {{ listing.zipcode }}
No Listings Available