|
- <?php
-
-
-
- use yii\helpers\Html;
- use common\helpers\Price ;
-
- ?>
-
- <p>Bonjour <?= Html::encode($user->name); ?>,</p>
-
- <p>Votre producteur <strong><?= Html::encode($producer->name); ?></strong> vous invite à alimenter votre crédit.</p>
-
- <p>Voici le montant actuel de votre crédit : <strong><?= Price::format($credit); ?></strong></p>
-
- <p>À bientôt.</p>
|