{{ title }}

{{ description }}

{% if addon.options %} {% for option in addon.options %}

{% if addon.options|length > 1 %}{{ option.delta_value|default:"0" }} {{ delta_unit }}{% else %}{{ single_label }}{% endif %}

{% if option.price_display %}

{{ option.price_display }}

{% endif %}
{{ option.quantity|default:0 }}
{% endfor %} {% endif %}