{% if item_type == 1 %} {% set back_url = _p.web_plugin ~ 'buycourses/src/subscription_course_catalog.php' %} {% elseif item_type == 2 %} {% set back_url = _p.web_plugin ~ 'buycourses/src/subscription_session_catalog.php' %} {% endif %} {{
{% if buying_course %}
{{ course.title }} {% if course.tax_enable %}
{{ 'Price'|get_plugin_lang('BuyCoursesPlugin') }} : {{ subscription.price_formatted }}
{{ course.tax_name }} ({{ subscription.item.tax_perc_show }}%): {{ subscription.tax_amount_formatted }}
{% endif %}
{{ 'Total'|get_plugin_lang('BuyCoursesPlugin') }} : {{ subscription.total_price_formatted }}
{% if course.has_coupon %}
{{ 'DiscountAmount'|get_plugin_lang('BuyCoursesPlugin') }}: {{ course.discount_amount_formatted }}
{% endif %}
{{ 'SelecSubscription'|get_plugin_lang('BuyCoursesPlugin') }}
{{ form_subscription }}
{{ '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') }} : {{ subscription.price_formatted }}
{{ session.tax_name }} ({{ subscription.item.tax_perc_show }}%): {{ subscription.tax_amount_formatted }}
{% endif %}
{{ 'Total'|get_plugin_lang('BuyCoursesPlugin') }} : {{ subscription.total_price_formatted }}
{% if session.has_coupon %}
{{ 'DiscountAmount'|get_plugin_lang('BuyCoursesPlugin') }}: {{ session.discount_amount_formatted }}
{% endif %}
{{ 'SelecSubscription'|get_plugin_lang('BuyCoursesPlugin') }}
{{ form_subscription }}
{{ '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') }}

{% if message_payment %} {{ message_payment }} {% else %} {{ form }} {% endif %}