Maybe that's a stupid question, but i'm totally unsure about how "intelligent" a view should be:
Is it good practice to round a number in the view (or is it a no-go and you have to do it in the model) ?
Rounding is usually a layout/output thing, but also a mathematical issue which belongs into a model. Hm....