Thanks Annet, Yes I was thinking about it. But that means that I have to remove the menu.py out of the models and place it in each view individually.
Thanks for the answer btw.
> Hi Mike,
>
> In the corresponding view you could do:
>
> {{if auth.is_logged_in():}}
> {{=MENU(response.menu)}}
> {{pass}}
>
>
> Kind regards,
>
> Annet.
With regards,
Mike Veltman

