Create a clear meal plan for romantic dinners, proposal meals, anniversary dinners, birthdays, honeymoon moments, or custom celebration dining. Meal plans can later be selected with packages or offered as separate food options.
Complete the fields below to prepare your meal plan for Ensolanka review, public listing, and future guest booking workflows.
A clear meal plan helps guests understand food pricing, serving style, and whether meals are separate or part of an event package.
{% 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 %}