diff --git a/main/template/default/course_progress/pdf_single_thematic.tpl b/main/template/default/course_progress/pdf_single_thematic.tpl index ac0ab44a10..4c3c4f2746 100644 --- a/main/template/default/course_progress/pdf_single_thematic.tpl +++ b/main/template/default/course_progress/pdf_single_thematic.tpl @@ -1,36 +1,37 @@ - - - - - - - - - - - - - - - -
{{ 'Thematic'|get_lang }}{{ 'ThematicPlan'|get_lang }}{{ 'ThematicAdvance'|get_lang }}
-

{{ theme.title }}

-
- {{ theme.content }} -
- {% for plan in plans %} -
-

{{ plan.title }}

-
- {{ plan.description }} - {% endfor %} -
- {% for advance in advances %} -

- {{ advance.duration }} {{ "MinHours" | get_lang }} -

-

{{ advance.start_date|api_convert_and_format_date(2) }}

- {{ advance.content }} -
- {% endfor %} -
+
+
+ {{ "Thematic"|get_lang }} +
+
+ {{ "ThematicPlan"|get_lang }} +
+
+ {{ "ThematicAdvance"|get_lang }} +
+
+
+
+
+

{{ theme.title }}

+
+ {{ theme.content }} +
+
+ {% for plan in plans %} +
+

{{ plan.title }}

+
+ {{ plan.description }} + {% endfor %} +
+
+ {% for advance in advances %} +

+ {{ advance.duration }} {{ "MinHours" | get_lang }} +

+

{{ advance.start_date|api_convert_and_format_date(2) }}

+ {{ advance.content }} +
+ {% endfor %} +
+