whole section is suspend when condition if@section is not meet
Hi All,
My template contains below code and when condition for if@section is not fulfilled, nothing is displayed
for-each@section
display_section
if@section: condition <-if condition is not meet whole section begging from for-each is not displayed
---- Section Break -----
display_sub_section
end if
end for each
Could some one please help me resole this issue?