27 Jun
2009
27 Jun
'09
3:15 p.m.
It is possible...
<div tal:define="ignored python:request.set('sumVar', 0)">
but not recommended. The kind of logic you are trying to wedge into the template should be pushed out into a Python script, leaving the template only with the job of rendering the results.
Tres. - --
I want show tabular data with money and the last show the sum can you explain me how can made better this then? almost never use python script :P Thanks