{% extends "base.html" %} {% block title %}{{ package.package_name }} - VacationWeb{% endblock %} {% block content %}

{{ package.package_name }}

{{ package.duration_days }} Days {{ avg_rating | round(1) if avg_rating else 'New' }}

About this package

{{ package.description }}

Traveler Reviews

{% for review in reviews %}
{% for i in range(review.rating) %}{% endfor %}

{{ review.comment }}

— {{ review.user_name }}
{% endfor %}

Total Price

RM {{ package.price }}

Book This Trip

Instant confirmation available

{% endblock %}