Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/template/default/export/table_pdf.tpl

67 lines
1.5 KiB

{{ organization }}
<h2 align="center"> {{ pdf_title }} </h2>
{% if pdf_description != null %}
{{ pdf_description }}
<br /><br />
{% endif %}
<table align="center" width="100%">
<tr>
<td>
<strong>{{ "Teacher" | get_lang }}:</strong> {{ pdf_teachers }}
</td>
</tr>
{% if pdf_session != null %}
<tr>
<td>
<strong>{{ "Session" | get_lang }}:</strong> {{ pdf_session }}
</td>
</tr>
{% endif %}
<tr>
<td>
<strong>{{ "Course" | get_lang }}:</strong> {{ pdf_course }}
{% if pdf_course_category %}
<strong>{{ "Category" | get_lang }}:</strong> {{ pdf_course_category }}
{% endif %}
</td>
</tr>
<tr>
<td>
<strong>{{ "Date" | get_lang }}:</strong> {{ pdf_date }}
</td>
</tr>
</table>
<br />
{{ pdf_content }}
{% if add_signatures == true %}
<br />
<br />
<table style="text-align:center" width="100%">
<tr>
<td>
_____________________________
<br />
{{ "Drh" | get_lang }}
</td>
<td>
_____________________________
<br />
{{ "Teacher" | get_lang }}
</td>
<td>
_____________________________
<br />
{{ "Date" | get_lang }}
</td>
</tr>
</table>
{% endif %}