6 lines
236 B
PHP
6 lines
236 B
PHP
<?= \Tpl::view('components/table-list', ['list' => $this->viewModel]); ?>
|
|
|
|
<?php if (!empty($this->viewModel->customScriptView)): ?>
|
|
<?= \Tpl::view($this->viewModel->customScriptView, ['list' => $this->viewModel]); ?>
|
|
<?php endif; ?>
|