web2py doesn't really have a separate template language -- it's just pure Python. So yes, you can use list comprehensions. See http://web2py.com/books/default/chapter/29/5#The-views for details.
Anthony On Monday, August 6, 2012 10:28:46 AM UTC-4, achristoffersen wrote: > > I just ran my head agains jinja2... Does web2py template language support > list comprehensions? > > Sincerely > > --