diff --git a/plugin/buycourses/view/process.tpl b/plugin/buycourses/view/process.tpl index 66f116ced3..bef5db290b 100644 --- a/plugin/buycourses/view/process.tpl +++ b/plugin/buycourses/view/process.tpl @@ -4,107 +4,103 @@
-
-
-
Datos de la Compra
-
- - {% if isSession == "YES" %} -
-
- -
-
-

{{ title }}

-

{{ 'From'|get_lang }} {{ session.access_start_date }} {{ 'To'|get_lang }} {{ session.access_end_date }}

-
-
-
    - {% for course in session.courses %} -
  • {{ course.title }} - {% if course.enrolled == "YES" %} - {{ 'TheUserIsAlreadyRegisteredInTheCourse'|get_plugin_lang('BuyCoursesPlugin') }} - {% endif %} - {% if course.enrolled == "TMP" %} - {{ 'WaitingToReceiveThePayment'|get_plugin_lang('BuyCoursesPlugin') }} - {% endif %} -
  • - {% endfor %} -
-
-
- + -
-
-
- {{ 'UserInformation'|get_plugin_lang('BuyCoursesPlugin') }} -
-
-
-