{{b_customRowContent_form = True}} {{b_customRowSearchResults_grid = False}} {{extend os.path.join(D_stvFwkCfg.s_dirFwkView, 'stv_tab_content.html')}} {{block blockCustomRowContent_form}} {{ if rowContent_form: }} {{=rowContent_form.custom.begin}}
{{=dbRow_prodServ.id}} [{{=dbRow_prodServ.codigo}}] {{=dbRow_prodServ.descripcion}}
{{ if dbRow_prodServ.tiposeguimiento == TEMPRESA_PRODSERV.E_TIPOSEGUIMIENTO.LOTIFICADO:}} {{ for _n_idx in range(0, len(L_campos), 2):}}
{{=rowContent_form.custom.widget[L_campos[_n_idx].name]}}
{{=rowContent_form.custom.widget[L_campos[_n_idx+1].name]}}
{{ pass}} {{ elif dbRow_prodServ.tiposeguimiento == TEMPRESA_PRODSERV.E_TIPOSEGUIMIENTO.NUMERO_SERIE:}} {{ for _L_campo in L_campos:}}
{{=rowContent_form.custom.widget[_L_campo.name]}}
{{ pass}} {{ else: pass}} {{=rowContent_form.custom.end}} {{ else: pass }} {{end}} {{block blockCustomRowSearchResults_grid}} {{end}} {{block blockCustomJsBefore}} {{end}} {{block blockCustomJsAfter}} {{end}}