[Flow] Count table rows in Fluid Template f:for

Patric Eckhart mail at patriceckhart.com
Thu May 7 13:34:04 CEST 2015


Hey guys,

In my fluid template I have a for loop with a for loop in it like:

<f:for each="{orders}" as="order">
{order.name}, {order.moye}
<f:for each="{orderpositions}" as="orderposition">
{orderposition.name}, {orderposition.attry}
</f:for>
</f:for>

Now I want to check if {order.name} is more than 1x in {orders}.
If this is true after {orderposition.attry} should show (harcoded) "more then one" else nothing.

Thank you for your answers


More information about the Flow mailing list