{% extends 'rental_app/base_rental.html' %} {% load static %} {% block title %}Private Rental Listings{% endblock %} {% block content %} Private Access Private Rental Listings Approved private rental listings available only to confirmed foreigners with private access. {% for listing in listings %} {% if listing.images.first %} {% else %} {% endif %} {{ listing.title }} ${{ listing.monthly_rent_usd }}/month {% if listing.short_description %} {{ listing.short_description|truncatechars:110 }} {% endif %} {{ listing.city }}{% if listing.area %}, {{ listing.area }}{% endif %} {% if listing.property_type %} {{ listing.get_property_type_display }} {% endif %} {% if listing.bedrooms %} {{ listing.bedrooms }} bedroom{{ listing.bedrooms|pluralize }} {% endif %} View Property {% empty %} No private rentals available yet. {% endfor %} {% endblock %}
Approved private rental listings available only to confirmed foreigners with private access.
{{ listing.short_description|truncatechars:110 }}
No private rentals available yet.