72 lines
2.1 KiB
HTML
72 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<body style="padding:20px 20px;padding-top:0px">
|
|
<div style="padding:0px;text-align:right;width:100%">
|
|
<img src="http://88.170.110.220/img/MYSY-LOGO-BLUE.png" alt="Mysy Training Logo" width="80px" /> </h2>
|
|
</div>
|
|
{% if json_data.img_url %}
|
|
<div style="padding:0px;text-align:center;width:100%">
|
|
<img src={{ json_data.img_url }} alt="Mysy Training Logo" width="100px" /> </h2>
|
|
</div>
|
|
{% endif %}
|
|
<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>
|
|
<hr />
|
|
|
|
|
|
<div
|
|
style="padding:12px 0px;text-align:left;font-family:Georgia, 'Times New Roman', Times, serif;color:#454349;font-size:0.9rem">
|
|
|
|
Institut de formation : {{json_data.partner}} <br />
|
|
Formation : {{json_data.class_title}} <br />
|
|
Date session : {{json_data.date_du}} au {{json_data.date_du}} <br />
|
|
Adresse : {{json_data.adresse}} <br />
|
|
Formateur : {{json_data.formateur}} <br />
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
<br />
|
|
<div>
|
|
<nav style="text-align:center;font-weight: bold;"> Stagiaire </nav>
|
|
<hr />
|
|
<div
|
|
style="padding:12px 0px;text-align:left;font-family:Georgia, 'Times New Roman', Times, serif;color:#454349;font-size:0.9rem">
|
|
|
|
Nom & Prénom : {{json_data.nom}} {{json_data.prenom}}<br />
|
|
Téléphone : {{json_data.telephone}} <br />
|
|
Email : {{json_data.email}} <br />
|
|
Adresse : {{json_data.adresse}}, {{json_data.code_postal}} {{json_data.ville}} <br />
|
|
Date inscription : {{json_data.date_inscription}} <br />
|
|
Employeur : {{json_data.employeur}} <br />
|
|
Mode de financement : {{json_data.modefinancement}} <br />
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<br />
|
|
<div>
|
|
<nav style="text-align:center;font-weight: bold;"> Attestation de formation </nav>
|
|
<hr />
|
|
|
|
</div>
|
|
|
|
<br />
|
|
</div>
|
|
|
|
</div>
|
|
<hr />
|
|
<div style="text-align: right;"> Date impression : {{json_data.date_impression}} </div>
|
|
</body>
|
|
|
|
</html> |