diff --git a/main/template/default/export/table_pdf.tpl b/main/template/default/export/table_pdf.tpl index 6e7dc41c68..8d72e00544 100755 --- a/main/template/default/export/table_pdf.tpl +++ b/main/template/default/export/table_pdf.tpl @@ -1,27 +1,27 @@ {% if pdf_title %} -

{{ pdf_title }}

+

{{ pdf_title }}

{% endif %} {% if pdf_description %} {{ pdf_description }} -

+

{% endif %} {% if pdf_student_info %} - - - - + + + + {% endif %} {% if pdf_teachers %} {% if pdf_session_info.description %} - + {% endif %} {% if pdf_session_info.access_start_date != '' and pdf_session_info.access_end_date is not empty and pdf_session_info.access_end_date != '0000-00-00' %} + + + + + {% endif %} + {% endif %} + + {% if pdf_course_info %} - {% endif %} - {% endif %} - - {% if pdf_course_info %} - - - - {% if pdf_course_category %} - + {% endif %} {% endif %} {% if pdf_date %} - - - - - {% endif %} - - {% if extra_rows %} - {% for row in extra_rows %} + {% endif %} + + {% if extra_rows %} + {% for row in extra_rows %} + + + + {% endfor %} {% endif %}
- {{ "Student" | get_lang }}:blob:https://web.whatsapp.com/d7b63bbf-cfa5-4c3f-a277-23eb52dfde4f - - {{ pdf_student_info.complete_name }} -
+ {{ "Student"|get_lang }} + + {{ pdf_student_info.complete_name }} +
- {{ "Teacher" | get_lang }}: + {{ "Teacher"|get_lang }} {{ pdf_teachers }} @@ -32,88 +32,88 @@ {% if pdf_session_info %}
- {{ "Session" | get_lang }}: {{ pdf_session_info.name }} + {{ "Session"|get_lang }} {{ pdf_session_info.name }} - {{ "Description" | get_lang }}: {{ pdf_session_info.description }} - + {{ "Description"|get_lang }} {{ pdf_session_info.description }} +
+ {{ "PeriodToDisplay"|get_lang }} + + {{ "FromDateXToDateY"| get_lang|format(pdf_session_info.access_start_date_to_local_time, pdf_session_info.access_end_date_to_local_time ) }} +
- {{ "PeriodToDisplay" | get_lang }}: + {{ "Course"|get_lang }} - {{ "FromDateXToDateY"| get_lang | format(pdf_session_info.access_start_date_to_local_time, pdf_session_info.access_end_date_to_local_time ) }} + {{ pdf_course_info.title }} ({{ pdf_course_info.code }})
- {{ "Course" | get_lang }}: - - {{ pdf_course_info.title }} ({{ pdf_course_info.code }}) -
{{ "Category" | get_lang }}:{{ "Category"|get_lang }} {{ pdf_course_category }}
- {{ "Date" | get_lang }}: - - {{ pdf_date }} -
- {{ row.label }}: + {{ "Date"|get_lang }} - {{ row.content }} + {{ pdf_date }}
+ {{ row.label }} + + {{ row.content }} +
-
+
{% if show_grade_generated_date == true %} -
- {{ 'GradeGeneratedOnX' | get_lang | format("now"| date("d/m/Y")) }} -
+
+ {{ 'GradeGeneratedOnX'|get_lang|format("now"| date("d/m/Y")) }} +
{% endif %} {{ pdf_content }} {% if not add_signatures is empty %} -
-
+
+
{% for signature in add_signatures %} {% endfor %}
_____________________________ -
+
{{ signature|get_lang }}