2017-12-19 17:57:04 +01:00

7 lines
182 B
PHTML

<?php if ($object->check_source !== null): ?>
<tr>
<th><?= $this->translate('Check Source') ?></th>
<td><?= $this->escape($object->check_source) ?></td>
</tr>
<?php endif ?>