{% if sessions_are_included %}
{% endif %}{{ 'Title'|get_lang }} | {{ 'OfficialCode'|get_lang }} | {{ 'VisibleInCatalog'|get_plugin_lang('BuyCoursesPlugin') }} | {{ 'Price'|get_plugin_lang('BuyCoursesPlugin') }} | {{ '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}" }} | {{ 'Configure'|get_lang }} |
{{ 'Title'|get_lang }} | {{ 'StartDate'|get_lang }} | {{ 'EndDate'|get_lang }} | {{ 'VisibleInCatalog'|get_plugin_lang('BuyCoursesPlugin') }} | {{ 'Price'|get_plugin_lang('BuyCoursesPlugin') }} | {{ 'Options'|get_lang }} |
---|---|---|---|---|---|
{% if item.session_visibility == 0 %} {% elseif item.session_visibility == 1 %} {% elseif item.session_visibility == 2 %} {% elseif item.session_visibility == 3 %} {% elseif item.session_visibility == 4 %} {% endif %} {{ item.session_name }} | {{ item.session_display_start_date }} | {{ item.session_display_end_date }} | {% if item.visible %} {% else %} {% endif %} | {{ "#{item.price} #{tem.currency ?: item.currency}" }} | {{ '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') }} | {{ '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}" }} | {{ 'Edit'|get_lang }} |