<br><br><div class="gmail_quote">2009/1/15 Tres Seaver <span dir="ltr">&lt;<a href="mailto:tseaver@palladion.com">tseaver@palladion.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<div class="Ih2E3d"><br>
Miguel Beltran R. wrote:<br>
&gt; dtml-var have dollars-and-cents to made show numbers this way 0,000,000.00<br>
&gt; exist something to do the same with zpt tal:content ?<br>
<br>
</div>You can use the same function, because it is imported into a &quot;safe for<br>
import by untrusted code&quot; module (Products.PythonScripts.standard). &nbsp;E.g.:<br>
<br>
&nbsp;&lt;p tal:define=&quot;std modules/Products/PythonScripts/standard;<br>
 &nbsp; &nbsp;tal:content=&quot;python: std.dollars_and_cents(value)&quot;&gt;1.00&lt;/p&gt;<br>
<br>
<br>
</blockquote></div>Thanks. I just modify to python: &#39;&lt;strong&gt;&#39; + std.thousands_commas(std.dollars_and_cents(item.saldo))+ &#39;&lt;/strong&gt;&#39; and work excellent<br><br>