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

{% if buying_course %}

{{ course.title }}

    {% for teacher in course.teachers %}
  • {{ teacher.name }}
  • {% endfor %}

{{ course.item.total_price_formatted }}

{% elseif buying_session %}

{{ session.title }}

{{ session.title }}

{{ session.dates.display }}

    {% for course in session.courses %}
  • {{ course.title }} {% if course.coaches|length %}
      {% for coach in course.coaches %}
    • {{ coach }}
    • {% endfor %}
    {% endif %}
  • {% endfor %}

{{ session.item.total_price_formatted }}

{% elseif buying_service %}

{{ service.title }}

    {% if service.applies_to == 0 %}
  • {{ 'AppliesTo'|get_plugin_lang('BuyCoursesPlugin') }} {{ 'None'|get_lang }}
  • {% elseif service.applies_to == 1 %}
  • {{ 'AppliesTo'|get_plugin_lang('BuyCoursesPlugin') }} {{ 'User'|get_lang }}
  • {% elseif service.applies_to == 2 %}
  • {{ 'AppliesTo'|get_plugin_lang('BuyCoursesPlugin') }} {{ 'Course'|get_lang }}
  • {% elseif service.applies_to == 3 %}
  • {{ 'AppliesTo'|get_plugin_lang('BuyCoursesPlugin') }} {{ 'Session'|get_lang }}
  • {% elseif service.applies_to == 4 %}
  • {{ 'AppliesTo'|get_plugin_lang('BuyCoursesPlugin') }} {{ 'TemplateTitleCertificate'|get_lang }}
  • {% endif %}
  • {{ 'Price'|get_plugin_lang('BuyCoursesPlugin') }} : {{ service_item.total_price_formatted }} / {{ service.duration_days == 0 ? 'NoLimit'|get_lang : service.duration_days ~ ' ' ~ 'Days'|get_lang }}
  • {{ service.owner.name }}
  • {% if service.description %}
  • {{ service.description }}
  • {% endif %}

{{ service_item.total_price_formatted }}

{% endif %}
{% if terms %}

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

{% endif %}
{% if is_bank_transfer %}
{% for account in transfer_accounts %} {% endfor %}
{{ 'Name'|get_lang }} {{ 'BankAccount'|get_plugin_lang('BuyCoursesPlugin') }} {{ 'SWIFT'|get_plugin_lang('BuyCoursesPlugin') }}
{{ account.title }} {{ account.account }} {{ account.swift }}

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

{% endif %}
{{ form }}