Create a clear package for romantic dates, proposal events, anniversaries, birthdays, private dinners, honeymoon experiences, or custom celebrations. This helps guests understand what is included, how long the event lasts, and how pricing works.
Complete the fields below to prepare your package for Ensolanka review, public listing, and future guest booking workflows.
A strong event package makes it easier for guests to imagine, compare, and request a celebration experience.
{% if selected_venue.venue_category %}
{{ selected_venue.get_venue_category_display }}
{% else %}
Host Venue
{% endif %}
{% if selected_venue.city or selected_venue.district %}
{% if selected_venue.get_city_display %}
{{ selected_venue.get_city_display }}
{% else %}
{{ selected_venue.city }}
{% endif %}
{% if selected_venue.city and selected_venue.district %}, {% endif %}
{% if selected_venue.get_district_display %}
{{ selected_venue.get_district_display }}
{% else %}
{{ selected_venue.district }}
{% endif %}
{% endif %}