<?php if ($this->error): ?>
<span class="tl_gerror"><?= $this->error ?></span>
<?php else: ?>
<span class="tl_gray">
    <span<?php if ($this->color): ?> style="color: <?= $this->color; ?>"<?php endif ?>><?= $this->group ?><?php if ($this->title): ?>: <?php endif ?></span>
    <?= $this->title ?>
</span>
<?php endif; ?>
