Jenis Paket:
{{ package.get_package_type_display }}
Durasi:
{{ package.duration }}
Harga:
{{ package.price|currency_idr }}
{{ package.price|idr_to_usd|format_usd }}
{% if package.whatsapp %}
{% endif %}
Maks Peserta:
{{ package.max_participants|default:"Tidak terbatas" }}
Min Peserta:
{{ package.min_participants|default:"1" }}
Deadline Booking:
{{ package.booking_deadline }} hari sebelum keberangkatan
{% if package.description %}
{{ package.description|safe }}
{% endif %}
{% if package.includes or package.excludes %}
Yang Termasuk:
{% if package.includes %}
{% for include in package.includes %}
{{ include }}
{% endfor %}
{% else %}
Tidak ada informasi
{% endif %}
Yang Tidak Termasuk:
{% if package.excludes %}
{% for exclude in package.excludes %}
{{ exclude }}
{% endfor %}
{% else %}
Tidak ada informasi
{% endif %}
{% endif %}
{% if package.itinerary %}
{% for item in package.itinerary %}
- {{ item }}
{% endfor %}
{% endif %}
{% if package.image or package.hero_image %}
{% if package.image %}
{% endif %}
{% if package.hero_image %}
{% endif %}
{% endif %}
{% if galleries %}
{% for gallery in galleries %}
{% if gallery.image %}

{% endif %}
{% endfor %}
{% endif %}