-
This commit is contained in:
@@ -49,7 +49,16 @@ $pagination_entity_name = "Adressen";
|
||||
<tr>
|
||||
<th>Projekt</th>
|
||||
<td><?=$item->project->name?></td>
|
||||
</tr><tr>
|
||||
</tr>
|
||||
|
||||
<?php if ($item->object_type == 'street' && isset($item->data->netzgebiet_id)): ?>
|
||||
<tr>
|
||||
<th>Netzgebiet</th>
|
||||
<td><?=$item->netzgebiet->name?></td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
|
||||
<tr>
|
||||
<th>Objekttyp</th>
|
||||
<td><?=__($item->object_type, "consent")?></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user