Richard Wagner

| Last Name | Wagner |
|---|---|
| First Name | Richard |
| Born | 1813/05/22 |
| Died | 1883/02/13 |
| Gender | |
| Tags | music, classical, Germany |
<?php
use ...
?>
<?= DetailView::widget([
'model' => $model,
'attributes' => [
'last_name:ntext',
// ...
'tagLinks:html'
],
]) ?>