Child: [0f822d] (diff)

Download this file

field_cluster.html    10 lines (9 with data), 302 Bytes

1
2
3
4
5
6
7
8
9
<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>