uhm, depends.... if he uses lists and articles is = [], there will be a 
problem.....
Anyway, under some circumstances you're right.

Il giorno mercoledì 30 maggio 2012 17:11:33 UTC+2, rochacbruno ha scritto:
>
> len(articles) is not necessary
>
> {{if articles:}}
> display whatever you want in a for loop
> {{else:}}
> display your static message
> {{pass}}
>
> On Wed, May 30, 2012 at 12:04 PM, Niphlod <[email protected]> wrote:
>
>> {{if articles and len(articles)>0:}}
>> display whatever you want in a for loop
>> {{else:}}
>> display your static message
>> {{pass}}
>>
>
>
>
> -- 
>
> Bruno Rocha
> [http://rochacbruno.com.br]
>
>

Reply via email to