request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
= $this->getHtml('Options'); ?>
download
|
| = $this->getHtml('Name'); ?>
| = $this->getHtml('Supplier'); ?>
| = $this->getHtml('Price'); ?>
| = $this->getHtml('Link'); ?>
|
options as $option) : ?>
| approved) : ?>check
| = $this->printHtml($option->name); ?>
| = $option->supplier === null
? $this->printHtml($option->supplierName)
: $option->supplier->account->name1;
?>
| = $this->getCurrency($option->getAmountByTypeName('costs')->sum(), '', 'medium'); ?>
| link)) : ?>
= $this->printHtml($option->link); ?>
|
request->uri->fragment === 'c-tab-2' ? ' checked' : ''; ?>>
= $this->data['media-upload']->render('investment-file', 'files', '', $investment->files, '{/api}finance/investment/file?csrf={$CSRF}', (string) $investment->id); ?>
request->uri->fragment === 'c-tab-3' ? ' checked' : ''; ?>>
= $this->data['note']->render('investment-notes', '', $investment->notes, '{/api}finance/investment/note?csrf={$CSRF}', (string) $investment->id); ?>
request->uri->fragment === 'c-tab-4' ? ' checked' : ''; ?>>
options as $option) :
if ($option->parent !== null) {
continue;
}
++$count;
?>
= $this->getHtml('Option'); ?> = $count; ?>