[eluser]tonanbarbarian[/eluser]
I do not have problems putting simple condition or loop statements in the view.
simple data formatting is ok as well.
However I try not to do things like load libraries, model, helpers etc in the view.
I will make calls to helper functions but generally I will load the helper in the controller, after all you should know what helpers will be needed by which views.