{% if service.tax_enable %}
{{ 'Price'|get_plugin_lang('BuyCoursesPlugin')}} :
{{ service.price_formatted }}
{{ service.tax_name }} ({{ service.tax_perc_show }}%):
{{ service.tax_amount_formatted }}
{{ 'Total'|get_plugin_lang('BuyCoursesPlugin')}} :
{{ service.total_price_formatted }}
{% if service.has_coupon %}
{{ 'DiscountAmount'|get_plugin_lang('BuyCoursesPlugin') }}:
{{ service.discount_amount_formatted }}
{% endif %}
{{ 'DoYouHaveACoupon'|get_plugin_lang('BuyCoursesPlugin') }}
{{ form_coupon }}
{% else %}
{{ 'Total'|get_plugin_lang('BuyCoursesPlugin')}} :
{{ service.total_price_formatted }}
{% if service.has_coupon %}
{{ 'DiscountAmount'|get_plugin_lang('BuyCoursesPlugin') }}:
{{ service.discount_amount_formatted }}
{% endif %}
{{ 'DoYouHaveACoupon'|get_plugin_lang('BuyCoursesPlugin') }}
{{ form_coupon }}
{% endif %}