in reply to The fine line between control and display logic

I wouldn't send these to different templates, but I would move the comparison out of the template. I'd replace these age comparisons with booleans, and do the actual age checking in the controller.
  • Comment on Re: The fine line between control and display logic