{% if sessions_are_included %}
| {{ 'Title'|get_lang }} |
{{ 'StartDate'|get_lang }} |
{{ 'EndDate'|get_lang }} |
{{ 'HasSubscriptions'|get_plugin_lang('BuyCoursesPlugin') }} |
{% if tax_enable and (tax_applies_to == 1 or tax_applies_to == 3) %}
{{ tax_name }} |
{% endif %}
{{ 'Options'|get_lang }} |
{% for item in sessions %}
|
{{ item.name }}
|
{{ item.displayStartDate | api_convert_and_format_date(6)}}
|
{{ item.displayEndDate |api_convert_and_format_date(6)}}
|
{% if item.buyCourseData %}
{% else %}
{% endif %}
|
{% if tax_enable and (tax_applies_to == 1 or tax_applies_to == 3) %}
{{ item.buyCourseData.tax_perc_show }} %
|
{% endif %}
{% if item.buyCourseData %}
{{ 'Configure'|get_lang }}
{% else %}
{{ 'Configure'|get_lang }}
{% endif %}
|
{% endfor %}
{{ session_pagination }}
{% endif %}