${{ listing.price.toLocaleString() }}
{{ listing.location }}
{{ listing.beds }} beds
{{ listing.baths }} baths
{{ listing.sqft }} sqft
{{ translations[currentLang].showing.replace('{start}', paginationStart + 1)
.replace('{end}', paginationEnd)
.replace('{total}', filteredListings.length) }}