10 lines
304 B
PHTML
10 lines
304 B
PHTML
<div class="controls separated">
|
|
<?php if (! $this->compact): ?>
|
|
<?= $this->tabs ?>
|
|
<?php endif ?>
|
|
<?= $this->render('partials/object/service-header.phtml') ?>
|
|
<h1><?= $this->translate('Service detail information') ?></h1>
|
|
</div>
|
|
|
|
<?= $this->render('partials/object/detail-content.phtml') ?>
|