{% if sessions_are_included or services_are_included %}
{% endif %}{{ 'Title'|get_lang }} | {{ 'OfficialCode'|get_lang }} | {{ 'VisibleInCatalog'|get_plugin_lang('BuyCoursesPlugin') }} | {{ 'Price'|get_plugin_lang('BuyCoursesPlugin') }} | {% if tax_enable and (tax_applies_to == 1 or tax_applies_to == 2) %}{{ tax_name }} | {% endif %}{{ 'Options'|get_lang }} |
---|---|---|---|---|---|
{% if item.course_visibility == 0 %} {% elseif item.course_visibility == 1 %} {% elseif item.course_visibility == 2 %} {% elseif item.course_visibility == 3 %} {% elseif item.course_visibility == 4 %} {% endif %} {{ item.course_title }} {{ item.course_visual_code }} | {{ item.course_code }} | {% if item.visible %} {% else %} {% endif %} | {{ "#{item.price} #{tem.currency ?: item.currency}" }} | {% if tax_enable and (tax_applies_to == 1 or tax_applies_to == 2) %}{% if item.tax_perc is null %} {{ global_tax_perc }} % {% else %} {{ item.tax_perc }} % {% endif %} | {% endif %}{{ 'Configure'|get_lang }} |
{{ 'Title'|get_lang }} | {{ 'StartDate'|get_lang }} | {{ 'EndDate'|get_lang }} | {{ 'VisibleInCatalog'|get_plugin_lang('BuyCoursesPlugin') }} | {{ 'Price'|get_plugin_lang('BuyCoursesPlugin') }} | {% if tax_enable and (tax_applies_to == 1 or tax_applies_to == 3) %}{{ tax_name }} | {% endif %}{{ 'Options'|get_lang }} |
---|---|---|---|---|---|---|
{{ item.session_name }} | {{ item.session_display_start_date }} | {{ item.session_display_end_date }} | {% if item.visible %} {% else %} {% endif %} | {{ "#{item.price} #{tem.currency ?: item.currency}" }} | {% if tax_enable and (tax_applies_to == 1 or tax_applies_to == 3) %}{% if item.tax_perc is null %} {{ global_tax_perc }} % {% else %} {{ item.tax_perc }} % {% endif %} | {% endif %}{{ 'Configure'|get_lang }} |
{{ 'Service'|get_plugin_lang('BuyCoursesPlugin') }} | {{ 'Description'|get_lang }} | {{ 'Duration'|get_plugin_lang('BuyCoursesPlugin') }} | {{ 'VisibleInCatalog'|get_plugin_lang('BuyCoursesPlugin') }} | {{ 'Owner'|get_lang }} | {{ 'Price'|get_plugin_lang('BuyCoursesPlugin') }} | {% if tax_enable and (tax_applies_to == 1 or tax_applies_to == 4) %}{{ tax_name }} | {% endif %}{{ 'Options'|get_lang }} |
---|---|---|---|---|---|---|---|
{{ item.name }} | {{ item.description }} | {% if item.duration_days == 0 %} {{ 'NoLimit'|get_lang }} {% else %} {{ item.duration_days }} {{ 'Days'|get_lang }} {% endif %} | {% if item.visibility == 1 %} {% else %} {% endif %} | {{ item.owner_name }} | {{ "#{item.price} #{tem.currency ?: item.currency}" }} | {% if tax_enable and (tax_applies_to == 1 or tax_applies_to == 4) %}{% if item.tax_perc is null %} {{ global_tax_perc }} % {% else %} {{ item.tax_perc }} % {% endif %} | {% endif %}{{ 'Edit'|get_lang }} |