{% extends 'expat_life/base.html' %} {% load static %} {% block title %}Furniture Packages{% endblock %} {% block content %}
Furniture Rental Packages

Choose a Furniture Package for Your Stay

Select a furniture setup based on your comfort level, rental budget, and the type of living space you prefer in Sri Lanka.

Ready-to-live furniture solutions
Monthly rental with clear deposit terms
Designed for comfortable Sri Lanka living
{% for package in furniture_packages %}
{% empty %}

No Furniture Packages Available Yet

Furniture package details will be added soon.

{% endfor %}
Quick Comparison

Which Furniture Package Fits You Best?

Compare the furniture package levels and choose the setup that matches your expected lifestyle.

{% for package in furniture_packages %}
{{ package.get_level_display }}
${{ package.monthly_rental_usd }}

{{ package.short_description }}

Deposit: {{ package.deposit_months }} month{{ package.deposit_months|pluralize }} Purchase value: ${{ package.total_purchase_value_usd }}
{% endfor %}

Need Help Choosing a Furniture Package?

Explore the details, compare furniture levels, and select the option that best fits your rental plan and monthly budget.

{% if is_foreigner_user %} My Guest Dashboard {% else %} Guest Signup {% endif %} Book Consultation
{% endblock %}