<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im"><br>
<br>
</div>It is possible...<br>
<br>
 &lt;div tal:define=&quot;ignored python:request.set(&#39;sumVar&#39;, 0)&quot;&gt;<br>
<br>
but not recommended.  The kind of logic you are trying to wedge into the<br>
template should be pushed out into a Python script, leaving the template<br>
only with the job of rendering the results.<br>
<br>
<br>
Tres.<br>
- --<br>
</blockquote></div><br>I want show tabular data with money and the last show the sum<br>can you explain me how can made better this then? almost never use python script :P<br><br>Thanks<br>