{% extends 'admin_panel/base.html' %} {% load static %} {% load currency_filters %} {% block page_title %}Detail Paket Wisata{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Kembali ke Daftar Paket

{{ package.title }}

{{ package.description|striptags|truncatewords:20 }}

{{ package.get_package_type_display }}
{{ package.duration }}
{% if package.is_active %}Aktif{% else %}Tidak Aktif{% endif %}
Edit
Status
{% if package.is_active %}Aktif{% else %}Tidak Aktif{% endif %}
Featured
{% if package.is_featured %}Ya{% else %}Tidak{% endif %}
Maks Peserta
{{ package.max_participants|default:"∞" }}

Informasi Paket

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 %}

Deskripsi Lengkap

{{ package.description|safe }}
{% endif %} {% if package.includes or package.excludes %}

Yang Termasuk & Tidak Termasuk

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 %}

Itinerary

    {% for item in package.itinerary %}
  1. {{ item }}
  2. {% endfor %}
{% endif %} {% if package.image or package.hero_image %}

Gambar Paket

{% endif %} {% if galleries %}

Galeri Paket

{% endif %}
Aksi Cepat
Detail Paket
Dibuat:
{{ package.created_at|date:"d M Y H:i" }}
{% if package.updated_at %}
Diperbarui:
{{ package.updated_at|date:"d M Y H:i" }}
{% endif %}
Mata Uang:
{{ package.currency }}
{% if package.video or package.youtube_link or package.hero_video or package.hero_youtube %}
Media
{% if package.youtube_link %} Video Paket {% endif %} {% if package.hero_youtube %} Video Hero {% endif %}
{% endif %}
Statistik
{{ package.max_participants|default:"∞" }}
Maks Peserta
{{ package.min_participants|default:"1" }}
Min Peserta
{{ package.booking_deadline }}
Hari Deadline
{{ package.duration|truncatewords:2 }}
Durasi
{% endblock content %} {% block extra_js %} {% endblock extra_js %}