<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.10.3">
</HEAD>
<BODY>
Hello,<BR>
<BR>
How can I insert a conditional python expresion inside a ZPT.<BR>
<BR>
Example:<BR>
<BR>
if (my_expresion):<BR>
&nbsp;&nbsp;&nbsp; toreturn = a<BR>
else:<BR>
&nbsp;&nbsp;&nbsp; toreturn = b<BR>
<BR>
return toretun<BR>
<BR>
Thank you!<BR>
<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<BR>
<BR>
<BR>
<BR>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>