{{ course.title }}

{{ 'Teacher'|get_lang }}: {{ course.teacher }}
{{ course.price }} {{ currency }}

{% set i = 0 %} {% for account in accounts %} {{ i%2==0 ? '' : '' }} {% set i = i + 1 %} {% endfor %}
{{ 'BankAccountInformation'|get_plugin_lang('BuyCoursesPlugin') }}
{{ account.name | e }}
{% if account.swift != '' %} SWIFT: {{ account.swift | e }}
{% endif %} {{ 'BankAccount'|get_plugin_lang('BuyCoursesPlugin') }}: {{ account.account | e }}

{{ 'OnceItIsConfirmed,YouWillReceiveAnEmailWithTheBankInformationAndAnOrderReference'|get_plugin_lang('BuyCoursesPlugin') | e}}