>
> {{if 'session.%sdropdown' %_name:}}
>
> It should be rendered into:
>
> {{if session.AgendaDropdown:}}
>

I didn't look at any of the code above this, but based on just this line, I 
assume:

{{if session['%sDropdown' % _name]:}}

or

{{if session.get('%sDropdown' % _name):}} 

Anthony 

Reply via email to