<%~loop 1 .. 16%>
<%~set paragraph = Plugins::UI::retrieve_param('Paragraph', $loop_value)%>
<%~set image_path = Plugins::UI::retrieve_param("Image_largest_path", $loop_value)%>
<%~if image_path%><%endif%>
<%~if paragraph%>
<%paragraph%>
<%~endif%>
<%~endloop%>