view zpt/MPIWGProject_index.zpt @ 31:b12d80f033fb

fix feature story number (one-based now).
author casties
date Tue, 23 Apr 2013 18:22:27 +0200
parents bca61e893fcc
children
line wrap: on
line source

<html>
<body>
<table border="1">
<tr tal:repeat="field here/getDefinedFields">
<td valign="top" tal:content="field"/>
<!--<td tal:repeat="attr python:here.getAttribute(field)" tal:content="structure python:attr.encode('ascii','ignore')"/>-->
<td tal:repeat="attr python:here.getAttribute(field)" tal:content="structure python:attr"/>
</tr>
</table>
</body>
</html>