a
This commit is contained in:
parent
b189efe13d
commit
41c6edd141
|
|
@ -637,15 +637,17 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<h1>🏥 INTER-SANTÉ</h1>
|
<h1>🏥 INTER-SANTÉ</h1>
|
||||||
<p>Vérification d'identité sécurisée</p>
|
|
||||||
<p><?= t('vue_titre', $lang, $translations) ?></p>
|
|
||||||
<p><?= t('secure_identity_verification', $lang, $translations) ?></p>
|
<p><?= t('secure_identity_verification', $lang, $translations) ?></p>
|
||||||
|
|
||||||
<h3>Prestataire : <?= $prestataire ?> </h3>
|
<h3><?= t('provider', $lang, $translations) ?> : <?= $prestataire ?></h3>
|
||||||
|
|
||||||
<h3>Patient : <?= $beneficiaire ?> </h3>
|
<h3><?= t('patient', $lang, $translations) ?> : <?= $beneficiaire ?></h3>
|
||||||
|
|
||||||
|
<h3>
|
||||||
|
<?= t('counter', $lang, $translations) ?> :
|
||||||
|
<?= "$attempts " . t('attempts_on', $lang, $translations) . " $maxAttempts" ?>
|
||||||
|
</h3>
|
||||||
|
|
||||||
<h3>Compteur : <?= "$attempts tentative(s) sur $maxAttempts" ?> </h3>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user