{% extends 'rental_app/base_rental.html' %} {% load static %} {% block title %}{{ listing.title }} | Owner Listing Preview{% endblock %} {% block content %}
{{ listing.short_description }}
Property Type: {{ listing.get_property_type_display }}
City: {{ listing.city }}{% if listing.area %}, {{ listing.area }}{% endif %}
Bedrooms: {{ listing.bedrooms }}
Bathrooms: {{ listing.bathrooms }}
Max Occupants: {{ listing.max_occupants }}
Furnishing: {{ listing.get_furnishing_display }}
Security Deposit: ${{ listing.security_deposit_usd }}
{% if listing.available_from %}Available From: {{ listing.available_from }}
{% endif %}Created: {{ listing.created_at|date:"M d, Y" }}