2015-06-03 14:53:56 +02:00
|
|
|
<div class="controls separated">
|
2015-09-24 16:04:09 +02:00
|
|
|
<?php if (! $this->compact): ?>
|
2015-09-24 15:52:08 +02:00
|
|
|
<?= $this->tabs ?>
|
2015-09-24 16:04:09 +02:00
|
|
|
<?php endif ?>
|
2015-09-25 11:17:00 +02:00
|
|
|
<?= $this->render('partials/object/service-header.phtml') ?>
|
2015-09-24 16:04:09 +02:00
|
|
|
<h1><?= $this->translate('Service detail information') ?></h1>
|
2014-09-12 16:50:42 +02:00
|
|
|
</div>
|
2015-09-24 16:04:09 +02:00
|
|
|
|
2015-09-24 16:11:24 +02:00
|
|
|
<?= $this->render('partials/object/detail-content.phtml') ?>
|