Create optional services that can improve a guest celebration experience, such as decorations, flowers, cake, photography, music, romantic setup, spa support, transport, surprise planning, or custom event arrangements.
Complete the fields below to prepare your optional service for Ensolanka review, public listing, and future guest booking workflows.
Add-ons help guests customize a moment beyond the base package or meal plan.
{% 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 %}