@ -2,7 +2,7 @@
<html>
<html>
<head>
<head>
<meta charset="utf-8">
<meta charset="utf-8">
<title>{{ 'Certificate' | trans }}</title>
<title>{{ 'Certificate' | trans | raw }}</title>
</head>
</head>
<body>
<body>
{% set stylesheet_name = chamilo_settings_get('stylesheets.stylesheets') %}
{% set stylesheet_name = chamilo_settings_get('stylesheets.stylesheets') %}
@ -29,7 +29,7 @@
<img src="{{ url('index') ~ 'build/css/themes/' ~ stylesheet_name ~ '/images/lado-b.png' }}" style="display:block;">
<img src="{{ url('index') ~ 'build/css/themes/' ~ stylesheet_name ~ '/images/lado-b.png' }}" style="display:block;">
</td>
</td>
<td bgcolor="#92c647" width=700 height=91 style="font-family:CourierSans-Light; font-weight: bold; line-height: 47px; color:#FFF; padding-bottom: 10px; font-size: 45px;">
<td bgcolor="#92c647" width=700 height=91 style="font-family:CourierSans-Light; font-weight: bold; line-height: 47px; color:#FFF; padding-bottom: 10px; font-size: 45px;">
{{ 'Certificate of participation' | trans }}
{{ 'Certificate of participation' | trans | raw }}
</td>
</td>
<td style="border-collapse: collapse; padding: 0;" bgcolor="#92c647" width=58 height=91>
<td style="border-collapse: collapse; padding: 0;" bgcolor="#92c647" width=58 height=91>
<img src="{{ url('index') ~ 'build/css/themes/' ~ stylesheet_name ~ '/images/lado-header.png' }}" style="display:block;">
<img src="{{ url('index') ~ 'build/css/themes/' ~ stylesheet_name ~ '/images/lado-header.png' }}" style="display:block;">
@ -48,11 +48,11 @@
{{ complete_name }}
{{ complete_name }}
</h3>
</h3>
<p style="font-size: 16px;">
<p style="font-size: 16px;">
{{ 'User has participate at a training session on the platforme %s from %s until %s' | trans | format(_s.site_name, terms_validation_date_no_time, certificate_generated_date_no_time, time_in_platform_in_hours)}}
{{ 'User has participate at a training session on the platforme %s from %s until %s' | trans | format(_s.site_name, terms_validation_date_no_time, certificate_generated_date_no_time, time_in_platform_in_hours) | raw }}
</p>
</p>
<br />
<br />
<p style="font-size: 16px;">{{ 'This preparation corresponds to a volume of approximately %s training hours.' | trans | format(time_spent_in_lps_in_hours)}}</p><br />
<p style="font-size: 16px;">{{ 'This preparation corresponds to a volume of approximately %s training hours.' | trans | format(time_spent_in_lps_in_hours) | raw }}</p><br />
<p style="font-size: 16px;">{{ 'The following contents have been validated' | trans }}:</p>
<p style="font-size: 16px;">{{ 'The following contents have been validated' | trans | raw }}:</p>
{% if sessions %}
{% if sessions %}
<ul style="color: #672290; font-size: 16px;">
<ul style="color: #672290; font-size: 16px;">
{% for session in sessions %}
{% for session in sessions %}
@ -61,7 +61,7 @@
</ul>
</ul>
{% endif %}<br />
{% endif %}<br />
<h4 style="color: #672290; font-size: 16px;">{{ complete_name }}</h4>
<h4 style="color: #672290; font-size: 16px;">{{ complete_name }}</h4>
<p style="color:#40ad49; font-size: 16px;">{{ 'Obtained the following skills' | trans }}:</p>
<p style="color:#40ad49; font-size: 16px;">{{ 'Obtained the following skills' | trans | raw }}:</p>
{% if skills %}
{% if skills %}
<ul style="color: #672290; font-size: 16px;">
<ul style="color: #672290; font-size: 16px;">
{% for skill in skills %}
{% for skill in skills %}
@ -71,7 +71,7 @@
{% endif %}
{% endif %}
<br />
<br />
<p style="color:#40ad49; font-size: 16px;">Berlin/Paris, {{ 'The' | trans }} <span style="font-weight: bold; color: #672290;">{{ certificate_generated_date_no_time }}</span><br />
<p style="color:#40ad49; font-size: 16px;">Berlin/Paris, {{ 'The' | trans }} <span style="font-weight: bold; color: #672290;">{{ certificate_generated_date_no_time }}</span><br />
{{ 'The platform team' | trans }}</p>
{{ 'The platform team' | trans | raw }}</p>
<br />
<br />
</td>
</td>
<td height=755 bgcolor="#92c647" style="border-collapse: collapse; padding: 0;">
<td height=755 bgcolor="#92c647" style="border-collapse: collapse; padding: 0;">
@ -88,7 +88,7 @@
<td bgcolor="#92c647" width=58 height=91 style="border-collapse: collapse; padding: 0;">
<td bgcolor="#92c647" width=58 height=91 style="border-collapse: collapse; padding: 0;">
<img src="{{ url('index') ~ 'build/css/themes/' ~ stylesheet_name ~ '/images/lado-b.png' }}" style="display:block;"></td>
<img src="{{ url('index') ~ 'build/css/themes/' ~ stylesheet_name ~ '/images/lado-b.png' }}" style="display:block;"></td>
<td bgcolor="#92c647" width=500 height=91 style="border-collapse: collapse; padding: 0; font-family:CourierSans-Light; line-height: 18px; color:#FFF;">
<td bgcolor="#92c647" width=500 height=91 style="border-collapse: collapse; padding: 0; font-family:CourierSans-Light; line-height: 18px; color:#FFF;">
{{ 'Certificate Footer' | trans }}
{{ 'Certificate Footer' | trans | raw }}
</td>
</td>
<td bgcolor="#92c647" width=245 height=91 style="border-collapse: collapse; padding: 0;">
<td bgcolor="#92c647" width=245 height=91 style="border-collapse: collapse; padding: 0;">
<img src="{{ url('index') ~ 'build/css/themes/' ~ stylesheet_name ~ '/images/lado-footer.png' }}" style="display:block; "></td>
<img src="{{ url('index') ~ 'build/css/themes/' ~ stylesheet_name ~ '/images/lado-footer.png' }}" style="display:block; "></td>