<?php if ($object->perfdata): ?>
<h2><?= $this->translate('Performance data') ?></h2>
<div class="performance-data">
<?= $this->perfdata($object->perfdata) ?>
</div>
<?php endif ?>