{{# -*- coding: utf-8 -*-}} {{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}}
{{ if rowContent_form.record_id:}}

{{=rowContent_form.custom.widget.id}}
{{=rowContent_form.custom.widget.empresa_prodserv_id}}
{{ else: }}
{{=rowContent_form.custom.widget.empresa_prodserv_id}}
{{ pass }}
{{=rowContent_form.custom.widget.cantidad}}
{{=rowContent_form.custom.widget.unidad_id}}
{{=rowContent_form.custom.widget.prodserv_id}}
{{if rowContent_form.custom.label.notas:}}
{{=rowContent_form.custom.widget.notas}}
{{pass}} {{=rowContent_form.custom.end}} {{ pass }} {{end}} {{block blockCustomRowSearchResults_grid}} {{end}} {{block blockCustomJsBefore}} {{end}} {{block blockCustomJsAfter}} {{end}}