{% if pdf_title %}

{{ pdf_title }}

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

{% endif %} {% if pdf_student_info %} {% endif %} {% if pdf_teachers %} {% endif %} {% if pdf_session_info %} {% 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 %} {% if pdf_course_category %} {% endif %} {% endif %} {% if pdf_date %} {% endif %} {% if extra_rows %} {% for row in extra_rows %} {% endfor %} {% endif %}
{{ "Student"|get_lang }} {{ pdf_student_info.complete_name }}
{{ "Teacher"|get_lang }} {{ pdf_teachers }}
{{ "Session"|get_lang }} {{ pdf_session_info.name }} {{ "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 ) }}
{{ "Course"|get_lang }} {{ pdf_course_info.title }} ({{ pdf_course_info.code }})
{{ "Category"|get_lang }} {{ pdf_course_category }}
{{ "Date"|get_lang }} {{ pdf_date }}
{{ row.label }} {{ row.content }}

{% if show_grade_generated_date == true %}
{{ '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 }}
{% endif %}