74 lines
2.2 KiB
HTML
74 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<body style=" width:290mm; margin-left: auto; margin-right: auto;border-style: double;margin-top: 2rem; padding:1rem;">
|
|
<div style="padding-top:10px;text-align:left;width:30%; border: #454349;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: #454349; 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">
|
|
<div style="width:100%">
|
|
<div style="text-align:center;">
|
|
<nav style="text-align:center;font-weight: bold;"> 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;">
|
|
<p>
|
|
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>
|
|
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;"> Date impression : {{json_data.date_impression}} </div>
|
|
</body>
|
|
|
|
</html> |