';
echo '| ' . $user->last_name . ", " . $user->first_name . ' | ';
echo '';
echo $this->aioLiteDepartmentColumn($user->ID);
echo ' | ';
if (get_option('aio_wage_manage') == "enabled") {
echo ' ';
if (get_the_author_meta('employee_wage', $user->ID)) {
echo get_the_author_meta('employee_wage', $user->ID);
}
echo ' | ';
}
else{
echo ' | ';
}
echo '
| ';
echo '
';
$count++;
}
?>