Hi Denes, Thanks for your reply and explanation, problem solved. In the controller I have:
session.row=db(db.cardfunction.company_id==session.id).select(db.cardfunction.ALL).first()
... so in the view I needed:
{{if session.row[_name.lower()]:}}
Kind regards,
Annet.

