How to Include <if> Statement after else statement?
Example:
<%beginLevel 1%>
<%if {Category} == "Heading"%>
<%{Text} richcontent=false%>
<%elseif {Category} == "Comment"%>
<%{Text}%>
<%else%>
==========================================
<%if{Notes}!=""%> How to include this block in export template)
<%{Notes}%>
<%endif%>
============================================
<%{Category}%> :: "><%{ID}%>
<%{Revision Date}%> :: <%{Priority}%>
<%endif%>
<%endLevel%>
-Shankar