<%if NumProducts GT 0%>

<%if NumProducts GT 0%>
Name of product 1

Description of product 1 ...

<%endif%> <%if NumProducts GT 1%>
Name of product 2

Description of product 2 ...

<%endif%> <%if NumProducts GT 2%>
Name of product 3

Description of product 3 ...

<%endif%> <%if NumProducts GT 3%>
Name of product 4

Description of product 4 ...

<%endif%> <%if NumProducts GT 4%>
Name of product 5

Description of product 5 ...

<%endif%>
<%endif%>