{{
{% 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 }}

{{ 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 }}

{{ session.name }}

{% if session.description %}
{{ session.description }}
{% endif %}
{{ session.dates.display }}
{% for course in session.courses %}

{{ course.title }}

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

{% endfor %}
{% endif %}

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

{{ form }}