{% extends 'hosting_app/base_hosting.html' %} {% load static %} {% block title %}{{ add_on_service.title }} | Add-on Service Detail{% endblock %} {% block content %}
{% if add_on_service.add_on_image %}
{{ add_on_service.title }}
{% elif venue.cover_image %}
{{ add_on_service.title }}
{% else %}
{% endif %}
Add-on Service

{{ add_on_service.title }}

{{ add_on_service.description|truncatechars:220 }}

{% if add_on_service.listing_status %} {{ add_on_service.get_listing_status_display }} {% else %} Draft {% endif %} {% if add_on_service.is_active %} Active {% else %} Inactive {% endif %} {% if add_on_service.is_featured %} Featured {% endif %} {% if add_on_service.pricing_type %} {{ add_on_service.get_pricing_type_display }} {% endif %} USD {{ add_on_service.price_usd }}

Add-on Service Description

Guest-facing explanation of this optional event enhancement service.

{{ add_on_service.description }}

Connected Venue

The venue where this add-on service can be offered.

Venue Category {% if venue.venue_category %} {{ venue.get_venue_category_display }} {% else %} Host Venue {% endif %}
City {% if venue.get_city_display %} {{ venue.get_city_display }} {% else %} {{ venue.city }} {% endif %}
District {% if venue.get_district_display %} {{ venue.get_district_display }} {% else %} {{ venue.district }} {% endif %}

Pricing Details

Main pricing information for this optional service.

Price USD {{ add_on_service.price_usd }}
Pricing Type {% if add_on_service.pricing_type %} {{ add_on_service.get_pricing_type_display }} {% else %} Fixed {% endif %}
Commission Note Ensolanka 10% coordination commission applies
Usage Optional service selected with event arrangements
Final payable amount may change depending on guest requirements, event package selection, quantity, duration, availability, supplier charges, and Ensolanka-host final confirmation.
Add-on Service Price USD {{ add_on_service.price_usd }}

Pricing type: {% if add_on_service.pricing_type %} {{ add_on_service.get_pricing_type_display }}. {% else %} Fixed. {% endif %} Final guest payable amount may depend on final arrangement confirmation.

Add-on Summary

Quick status and review information.

Listing Status {% if add_on_service.listing_status %} {{ add_on_service.get_listing_status_display }} {% else %} Draft {% endif %}
Active {% if add_on_service.is_active %} Yes {% else %} No {% endif %}
Featured {% if add_on_service.is_featured %} Yes {% else %} No {% endif %}
Pricing Type {% if add_on_service.pricing_type %} {{ add_on_service.get_pricing_type_display }} {% else %} Fixed {% endif %}
Created {{ add_on_service.created_at|date:"M d, Y" }}
Last Updated {{ add_on_service.updated_at|date:"M d, Y" }}

Add-on Actions

Continue editing this service or manage the connected venue.

{% if add_on_service.admin_review_note %}

Admin Review Note

Review feedback from Ensolanka admin team.

{{ add_on_service.admin_review_note }}
{% endif %}
{% endblock %}