- <?php
-
-
-
- use yii\helpers\Html;
-
- ?>
-
- <p>Bonjour <?= Html::encode($document->user->name); ?>,</p>
-
- <p>Veuillez trouver en pièce jointe votre <?= strtolower($document->getType()) ?> <?php if($document->isStatusValid()): ?>N°<?= $document->reference ?><?php endif; ?>.</p>
-
- <p>À bientôt.</p>
|