119 lines
3.5 KiB
HTML
119 lines
3.5 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;">
|
|
{% if json_data.logo_url %}
|
|
<img src={{json_data.logo_url}} alt="Mysy Training Logo" width="80px" />
|
|
{% else %}
|
|
<img src="http://88.170.110.220/img/MYSY-LOGO-BLUE.png" alt="Mysy Training Logo" width="80px" />
|
|
{% endif %}
|
|
</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;">
|
|
|
|
<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; text-align: left;">
|
|
{% if json_data.num_declation|length > 5 %}
|
|
Par la presente, l'oganisme de formation {{json_data.partner}} au Numero de déclaration {{json_data.num_declation}} <br />
|
|
|
|
{% else %}
|
|
|
|
Par la presente, l'oganisme de formation {{json_data.partner}} au Numero de SIRET
|
|
{{json_data.mysy_partner_siren}} <br />
|
|
|
|
{% endif %}
|
|
|
|
</p>
|
|
<p style="border: none; text-align: center;"></p>
|
|
Atteste que <b> {{json_data.nom}} {{json_data.prenom}} </b> a suivi la formation <br />
|
|
<b> "{{json_data.class_title}}" </b> <br />
|
|
realisé par le formateur {{json_data.formateur}}
|
|
</p>
|
|
|
|
|
|
{% if json_data.date_du == json_data.date_au %}
|
|
{% if json_data.presentiel == "1" %}
|
|
<p style="border: none; text-align: left;">
|
|
Cette formation a eu lieu le {{json_data.date_du}} à l'adresse
|
|
:{{json_data.adresse}}.
|
|
</p>
|
|
{% else %}
|
|
<p style="border: none;text-align: left;">
|
|
Cette formation a eu lieu le {{json_data.date_du}} en ligne.
|
|
</p>
|
|
{% endif %}
|
|
|
|
{% else %}
|
|
|
|
{% if json_data.presentiel == "1" %}
|
|
<p style="border: none;text-align: left;">
|
|
Cette formation a eu lieu du {{json_data.date_du}} au {{json_data.date_au}} à l'adresse
|
|
:{{json_data.adresse}}.
|
|
</p>
|
|
{% else %}
|
|
<p style="border: none;text-align: left;">
|
|
Cette formation a eu lieu du {{json_data.date_du}} au {{json_data.date_au}} en ligne.
|
|
</p>
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
</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: 2rem;">
|
|
Contenu de la formation : <br />
|
|
<nav style="margin-left: 3rem; padding-left: 3rem;">
|
|
|
|
<ul><br/><li>programme 1</li><br/><li>programme 2</li><br/><li>programme 3</li><br/></ul>
|
|
|
|
</nav>
|
|
|
|
</div>
|
|
<div style="width: 30%; float: left;">
|
|
Fait à {{json_data.mysy_partner_adr_city}} le {{json_data.date_jour}}
|
|
</div>
|
|
<div style="width: 65%; float: left;text-align: right;">
|
|
Pour l'organisme de formation <br />
|
|
|
|
{% if json_data.cachet_signature %}
|
|
|
|
<img src={{ json_data.cachet_signature }} width="280px" />
|
|
|
|
{% endif %}
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
<br />
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |