@layout("/common/_container.html"){
<#NameCon id="userName" name="所属用户"/>
<#NameCon id="studentName" name="姓名"/>
<#button name="搜索" icon="fa-search" clickFun="CoursePackageStudent.search()"/> <#button name="重置" icon="fa-trash" clickFun="CoursePackageStudent.resetSearch()" space="true"/>
<#table id="managerTable"/>
@}