edit | '; echo 'add batch'; } echo $list['comment']; if ($can_start_study) { echo '

>> start studying this list <<

'; } echo '' . ($can_edit ? '' : '') . ''; foreach ($batches as $batch) { echo ''; if ($can_edit) { echo ''; } echo ''; } echo '
Batch nameactions
' . $batch['name'] . 'edit | remove
'; require("tpl/study/lib_sidebar.php"); require("tpl/general/bottom.php");