Changeset 8570 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 31 May 2012, 07:31:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantcontainerstatistics.pt
r8563 r8570 8 8 </tr> 9 9 </thead> 10 <tbody >10 <tbody tal:define="stats context/statistics"> 11 11 <tr tal:repeat="state python:('initialized', 12 12 'started','paid','submitted','admitted','not admitted', 13 13 'created')"> 14 14 <td tal:content="state">STATE</td> 15 <td tal:content="python: context.statistics[state] ">NUMBER</td>15 <td tal:content="python: stats[state] ">NUMBER</td> 16 16 </tr> 17 17 </tbody>
Note: See TracChangeset for help on using the changeset viewer.