Tim Hicks wrote: > <a href="#" tal:attributes="href python:'delete?isbn?=%s' % > list.isbn">delete</a> This is probably more efficient: <a href="#" tal:attributes="href string:delete?isbn=${list/isbn}">delete</a> Cheers, Evan @ 4-am