Franz Koch schrieb:
> I was wondering if I just stumbled over a bug in fluids if-conditions or
> if I'm probably doing something wrong. Following template:
>
> <f:if condition="{items} > 10">
<f:if condition="{f:count(subject:'{items}')} > 10">
> <f:then>Hurray, more then 10 items</f:then>
> </f:if>