{% extends 'expat_life/base.html' %} {% load static %} {% block title %}{{ furniture_package.name }}{% endblock %} {% block content %}
{% if furniture_package.image %} {{ furniture_package.name }} {% else %}
{% endif %}
Furniture Rental Package

{{ furniture_package.name }}

${{ furniture_package.monthly_rental_usd }}/month

{{ furniture_package.short_description }}

Package Level

{{ furniture_package.get_level_display }}

{% if request.user.is_authenticated and lead %} {% if already_selected %} {% else %}
{% csrf_token %}
{% endif %} {% else %} Guest Signup to Select {% endif %} Book Consultation

Selecting this furniture package updates your furnishing preference so we can better guide your housing and setup options.

About This Furniture Package

{{ furniture_package.full_description|linebreaks }}

Quick Summary

Monthly Rental ${{ furniture_package.monthly_rental_usd }}
Package Type {{ furniture_package.get_level_display }}
Deposit Months {{ furniture_package.deposit_months }}
Estimated Deposit ${{ furniture_package.three_month_deposit_usd }}
Estimated Purchase Value ${{ furniture_package.total_purchase_value_usd }}
Included Furniture

What Is Included in This Package?

A quick view of the furniture items included in this rental package.

{% for item in furniture_package.items.all %}
{{ item.item_name }}

Quantity: {{ item.quantity }}

{% if item.notes %}

{{ item.notes }}

{% endif %}
{% empty %}

Furniture items will be updated soon.

{% endfor %}
Rental Planning

Understanding the Furniture Rental Cost

This package helps you estimate the monthly furniture rental and likely deposit requirement before moving in.

Monthly Furniture Rental
${{ furniture_package.monthly_rental_usd }}
Deposit Requirement Approx. {{ furniture_package.deposit_months }} months of rental
${{ furniture_package.three_month_deposit_usd }}
Full Furniture Purchase Value
${{ furniture_package.total_purchase_value_usd }}
Important Note
Furniture Rental Deposit

The deposit amount shown here is based on the package rental structure. Final rental terms may vary depending on the selected property, owner requirements, and package adjustments.

After selecting your furniture package, we can align it with your preferred property and rental arrangement.
Furniture Comfort View

Imagine Your Living Space with the {{ furniture_package.name }}

This furniture package is designed to support your stay with the right balance of practical setup, comfort, and affordability.

Home Setup Support
Comfort-Based Furnishing
Practical Move-In Planning
Flexible Lifestyle Matching

Interested in This Furniture Package?

Select this package to save your furnishing preference and continue your accommodation planning with more clarity.

{% if request.user.is_authenticated and lead %} {% if already_selected %} {% else %}
{% csrf_token %}
{% endif %} {% else %} Start Guest Signup {% endif %} Book Consultation View All Furniture Packages

Your selected furniture package will be saved to your guest profile for future planning and recommendations.

Need Clarity?

Common Questions About This Furniture Package

It is the package rental amount used as a planning guide. Final arrangements may still vary depending on the actual property and furniture setup agreed with the owner.

Yes. Your selection acts as your current furniture preference, and it can be discussed further during consultation or while matching a property.

Your selected furniture package becomes part of your guest profile, so we can use it in your housing and pre-arrival planning process.
{% endblock %}