[ZPT] Repeat over dict with options

Chris Withers chris at simplistix.co.uk
Fri Jun 4 05:12:16 EDT 2004


David Pratt wrote:

>     <table tal:define="value options/results;
>                                      v python:value[key]">

This bit can be simplified to:
<table tal:define="v options/results/?key;>

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk




More information about the ZPT mailing list