<div xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude"
py:strip="True">
<py:for each="field in fields"
py:with="ctx=c.widget.context_for(field.name)">
${field.display(**ctx)}
</py:for>
</div>