edit | ';
echo 'add batch';
}
echo $list['comment'];
if ($can_start_study) {
echo '>> start studying this list <<
';
}
echo 'Batch name | ' . ($can_edit ? 'actions | ' : '') . '
';
foreach ($batches as $batch) {
echo '' . $batch['name'] . ' | ';
if ($can_edit) {
echo 'edit | remove | ';
}
echo '
';
}
echo '
';
require("tpl/study/lib_sidebar.php");
require("tpl/general/bottom.php");