[Zope-DB] TAL and empty sql-list

Maciej Wisniowski maciej.wisniowski at coig.katowice.pl
Tue Mar 21 09:32:50 EST 2006


If you really have to do it in TAL try:

<div tal:define="results python:here.project(uname=username)"
        tal:content="python: results and results[0].project or '---' " />

-- 
Maciej Wisniowski


More information about the Zope-DB mailing list