{% if item_type == 1 %} {% set back_url = _p.web_plugin ~ 'buycourses/src/course_catalog.php' %} {% elseif item_type == 2 %} {% set back_url = _p.web_plugin ~ 'buycourses/src/session_catalog.php' %} {% else %} {% set back_url = _p.web_plugin ~ 'buycourses/src/service_catalog.php' %} {% endif %} {{
{% if buying_course %}
{{ course.title }} {% if course.tax_enable %}
{{ 'Price'|get_plugin_lang('BuyCoursesPlugin') }} : {{ course.item.price_formatted }}
{{ course.tax_name }} ({{ course.item.tax_perc_show }}%): {{ course.item.tax_amount_formatted }}
{% endif %}
{{ 'Total'|get_plugin_lang('BuyCoursesPlugin') }} : {{ course.item.total_price_formatted }}
{% if course.item.has_coupon %}
{{ 'DiscountAmount'|get_plugin_lang('BuyCoursesPlugin') }}: {{ course.item.discount_amount_formatted }}
{% endif %}
{{ 'DoYouHaveACoupon'|get_plugin_lang('BuyCoursesPlugin') }}
{{ form_coupon }}

{{ course.title }}

{% if course.description %}
{{ course.description }}
{% endif %} {% if course.teachers %}

{{ 'Teachers'|get_plugin_lang('BuyCoursesPlugin') }} : {% for teacher in course.teachers %} {{ teacher.name }}, {% endfor %}

{% endif %}
{% elseif buying_session %}
{{ session.name }} {% if session.tax_enable %}
{{ 'Price'|get_plugin_lang('BuyCoursesPlugin') }} : {{ session.item.price_formatted }}
{{ session.tax_name }} ({{ session.item.tax_perc_show }}%): {{ session.item.tax_amount_formatted }}
{% endif %}
{{ 'Total'|get_plugin_lang('BuyCoursesPlugin') }} : {{ session.item.total_price_formatted }}
{% if session.item.has_coupon %}
{{ 'DiscountAmount'|get_plugin_lang('BuyCoursesPlugin') }}: {{ session.item.discount_amount_formatted }}
{% endif %}
{{ 'DoYouHaveACoupon'|get_plugin_lang('BuyCoursesPlugin') }}
{{ form_coupon }}

{{ session.name }}

{% if session.description %}
{{ session.description }}
{% endif %}
{{ session.dates.display }}

{% for course in session.courses %}

{{ course.title }}

{% if course.coaches|length %}

{{ 'Teachers'|get_plugin_lang('BuyCoursesPlugin') }} : {% for coach in course.coaches %} {{ coach.name }}, {% endfor %}

{% endif %} {% endfor %}
{% endif %}

{{ 'PaymentMethods'|get_plugin_lang('BuyCoursesPlugin') }}

{{ form }}