{% if sessions_are_included %} {% endif %}
{% if tax_enable and (tax_applies_to == 1 or tax_applies_to == 2) %} {% endif %} {% for item in courses %} {% if tax_enable and (tax_applies_to == 1 or tax_applies_to == 2) %} {% endif %} {% endfor %}
{{ 'Title'|get_lang }} {{ 'OfficialCode'|get_lang }} {{ 'HasSubscriptions'|get_plugin_lang('BuyCoursesPlugin') }}{{ tax_name }}{{ 'Options'|get_lang }}
{% if item.visibility == 0 %} {{ 'CourseVisibilityClosed'|get_lang }} {% elseif item.visibility == 1 %} {{ 'Private'|get_lang }} {% elseif item.visibility == 2 %} {{ 'OpenToThePlatform'|get_lang }} {% elseif item.visibility == 3 %} {{ 'OpenToTheWorld'|get_lang }} {% elseif item.visibility == 4 %} {{ 'CourseVisibilityHidden'|get_lang }} {% endif %} {{ item.title }} {{ item.code }} {{ item.code }} {% if item.buyCourseData %} {% else %} {% endif %} {{ item.buyCourseData.tax_perc_show }} % {% if item.buyCourseData %} {{ 'Configure'|get_lang }} {% else %} {{ 'Configure'|get_lang }} {% endif %}
{{ course_pagination }}
{% if sessions_are_included %}
{% if tax_enable and (tax_applies_to == 1 or tax_applies_to == 3) %} {% endif %} {% for item in sessions %} {% if tax_enable and (tax_applies_to == 1 or tax_applies_to == 3) %} {% endif %} {% endfor %}
{{ 'Title'|get_lang }} {{ 'StartDate'|get_lang }} {{ 'EndDate'|get_lang }} {{ 'HasSubscriptions'|get_plugin_lang('BuyCoursesPlugin') }}{{ tax_name }}{{ 'Options'|get_lang }}
{{ item.name }} {{ item.displayStartDate | api_convert_and_format_date(6)}} {{ item.displayEndDate |api_convert_and_format_date(6)}} {% if item.buyCourseData %} {% else %} {% endif %} {{ item.buyCourseData.tax_perc_show }} % {% if item.buyCourseData %} {{ 'Configure'|get_lang }} {% else %} {{ 'Configure'|get_lang }} {% endif %}
{{ session_pagination }}
{% endif %}