setTitle('Producteurs') ; $this->setIcon('grain'); $this->setMeta('description', 'Retrouvez les producteurs présents sur Opendistrib.') ; ?>
Aucun producteur ne correspond à votre recherche.
logo): ?>
$dataProviderProducers, 'summary' => '', 'columns' => [ [ 'attribute' => 'name', ], [ 'attribute' => 'type', ], [ 'label' => 'Localisation', 'value' => function($model) { return $model->city. ' ('.$model->postcode.')' ; } ], [ 'label' => 'Lien', 'format' => 'raw', 'value' => function($model) { $iconLock = (strlen($model->code)) ? ' ' : '' ; $html = Html::a('Visiter',Yii::$app->urlManagerProducer->createAbsoluteUrl(['site/index', 'slug_producer' => $model->slug]), ['class'=>'btn btn-primary']) ; $html .= $iconLock ; return $html ; } ], ] ]); */ ?>