78 lines
2.4 KiB
HTML
78 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<body style=" width:290mm; margin-left: auto; margin-right: auto;border-style: double;margin-top: 2rem; padding:1rem;
|
|
border: 2px solid; ">
|
|
<div style="border: 2px solid; margin: 5px;">
|
|
<div style="padding-top:10px;text-align:left;width:30%; border: 2px; float: left;">
|
|
<img src="http://88.170.110.220/img/MYSY-LOGO-BLUE.png" alt="Mysy Training Logo" width="80px" />
|
|
</div>
|
|
|
|
<div style="padding-top:10px;text-align:center;width:70%; border: none; float: center;">
|
|
<h3> ATTESTION INDIVIDUELLE DE FORMATION </h3>
|
|
</div>
|
|
|
|
<hr />
|
|
<div style="padding:0px;text-align:left;font-family:Georgia, 'Times New Roman', Times,
|
|
serif;color:#454349;font-size:1.5rem;padding: 0px; border: none;">
|
|
<div style="width:100%">
|
|
<div style="text-align:center;border: none;">
|
|
<nav style="text-align:center;font-weight: bold;border: none;"> Formation </nav>
|
|
<div style="padding:12px 0px;text-align:center;font-family:Georgia, 'Times New Roman', Times,
|
|
serif;color:#454349;font-size:1.2rem; line-height: 2rem;border: none;">
|
|
<p style="border: none;">
|
|
Par la presente, l'oganisme de formation {{json_data.partner}} au Numero de declaration
|
|
{{json_data.num_declation}} <br />
|
|
atteste que {{json_data.nom}} {{json_data.prenom}} a suivi la formation <br />
|
|
<b> "{{json_data.class_title}}" </b> <br />
|
|
realisé par le formateur {{json_data.formateur}}
|
|
</p>
|
|
|
|
<p style="border: none;">
|
|
Cette formation a eu lieu du {{json_data.date_du}} au {{json_data.date_au}} à l'adresse
|
|
:{{json_data.adresse}}
|
|
</p>
|
|
</div>
|
|
<div
|
|
style="padding:12px 0px;text-align:left;font-family:Georgia, 'Times New Roman', Times, serif;color:#454349;font-size:1.2rem">
|
|
|
|
<div style="width: 100%; margin-bottom: 5rem;">
|
|
Contenus de la formation : <br />
|
|
{{json_data.objectif}}
|
|
|
|
</div>
|
|
<div style="width: 30%; float: left;">
|
|
Fait à {{json_data.ville}} le {{json_data.date_impression}}
|
|
</div>
|
|
<div style="width: 70%; float: left;text-align: right;">
|
|
Pour l'organisme de formation <br />
|
|
|
|
{% if json_data.img_url %}
|
|
|
|
<img src={{ json_data.signature }} width="200px" />
|
|
|
|
{% endif %}
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
<br />
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<hr />
|
|
<div style="text-align: right;border: none;"> Date impression : {{json_data.date_impression}} </div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |