You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?php
-
- use yii\helpers\Html;
-
- ?>
-
- <?php if($sponsorshipProducerFrom): ?>
- <div class="alert alert-dark">
- <i class="bi bi-people-fill"></i>
- Le producteur <strong><?= Html::encode($sponsorshipProducerFrom->getName()) ?></strong> vous propose de vous parrainer.
- En vous inscrivant, profitez de <strong>3 mois offerts</strong> d'utilisation du logiciel !
- </div>
- <?php endif; ?>
|