blob: 46084b5ff90eff42c5c90322c5ffb7cafce2a6d2 (
plain)
1
2
3
4
5
|
<?php if ($task['owner_ms'] > 0 && count($this->task->multiselectMemberModel->getMembers($task['owner_ms'])) > 0) : ?>
<strong class="assigned-other-label"><small><?= t('Other Assignees:') ?></small></strong>
<?= $this->helper->smallAvatarHelperExtend->miniMultiple($task['owner_ms'], 'avatar-inline') ?>
<br>
<?php endif ?>
|