<#NameCon id="name" name="车型名称" />
<#SelectCon id="state" name="状态" >
#SelectCon>
@}
@if(language==2){
<#NameCon id="name" name="Model name" />
<#SelectCon id="state" name="State" >
#SelectCon>
@}
@if(language==3){
<#NameCon id="name" name="Nama model" />
<#SelectCon id="state" name="Status" >
#SelectCon>
@}
@if(language==1){
<#button name="搜索" icon="fa-search" clickFun="TSystemPrice.search()"/>
<#button name="重置" icon="fa-trash" clickFun="TSystemPrice.resetSearch()" space="true"/>
@}
@if(language==2){
<#button name="Search" icon="fa-search" clickFun="TSystemPrice.search()"/>
<#button name="Reset" icon="fa-trash" clickFun="TSystemPrice.resetSearch()" space="true"/>
@}
@if(language==3){
<#button name="Pencarian" icon="fa-search" clickFun="TSystemPrice.search()"/>
<#button name="Mengatur ulang" icon="fa-trash" clickFun="TSystemPrice.resetSearch()" space="true"/>
@}
@if(language==1){
<#button name="添加" icon="fa-plus" clickFun="TSystemPrice.addSpecial()"/>
<#button name="修改" icon="fa-edit" clickFun="TSystemPrice.updateSpecial()" space="true"/>
<#button name="删除" icon="fa-remove" clickFun="TSystemPrice.deleteSpecial()" space="true"/>
<#button name="冻结" icon="fa-remove" clickFun="TSystemPrice.freezeSpecial()" space="true"/>
<#button name="解冻" icon="fa-remove" clickFun="TSystemPrice.thawSpecial()" space="true"/>
@}
@if(language==2){
<#button name="Add" icon="fa-plus" clickFun="TSystemPrice.addSpecial()"/>
<#button name="Update" icon="fa-edit" clickFun="TSystemPrice.updateSpecial()" space="true"/>
<#button name="Delete" icon="fa-remove" clickFun="TSystemPrice.deleteSpecial()" space="true"/>
<#button name="Freeze" icon="fa-remove" clickFun="TSystemPrice.freezeSpecial()" space="true"/>
<#button name="Unfreeze" icon="fa-remove" clickFun="TSystemPrice.thawSpecial()" space="true"/>
@}
@if(language==3){
<#button name="Tambah" icon="fa-plus" clickFun="TSystemPrice.addSpecial()"/>
<#button name="Sunting" icon="fa-edit" clickFun="TSystemPrice.updateSpecial()" space="true"/>
<#button name="Hapus" icon="fa-remove" clickFun="TSystemPrice.deleteSpecial()" space="true"/>
<#button name="Membekukan" icon="fa-remove" clickFun="TSystemPrice.freezeSpecial()" space="true"/>
<#button name="Batalkan pembekuan" icon="fa-remove" clickFun="TSystemPrice.thawSpecial()" space="true"/>
@}
<#table id="TSystemPriceTable"/>