{% extends 'base.html' %} {% block content %}

🚢 Cruise Packages

📋 Cruise Package List
➕ Add Cruise Package
{% for cruise in cruise_packages %} {% empty %} {% endfor %}
ID Title Duration Price Status Actions
{{ cruise.id }} {{ cruise.title }} {{ cruise.duration }} ₹ {{ cruise.original_price }} {% if cruise.is_active %} Active {% else %} Inactive {% endif %}
🚫 No cruise packages found.
{% if page_obj %} {% endif %}
{% endblock %}