Last change
on this file since 624 was
543,
checked in by Henrik Bettermann, 18 years ago
|
reorganisation part 2
themes modification will follow
|
File size:
758 bytes
|
Rev | Line | |
---|
[535] | 1 | <metal:html tal:define="info context/getBatchInfo"> |
---|
| 2 | |
---|
| 3 | <metal:body use-macro="here/main_template/macros/master"> |
---|
| 4 | |
---|
| 5 | <metal:main fill-slot="main"> |
---|
| 6 | <span tal:condition="isAnon"> |
---|
| 7 | </span> |
---|
| 8 | <span tal:condition="python:not isAnon and info"> |
---|
[543] | 9 | |
---|
| 10 | <h3>Unused PINs</h3> |
---|
| 11 | <br /> |
---|
[535] | 12 | <span tal:omit-tag="" |
---|
| 13 | tal:content="structure python: info['batch_doc'].render(proxy=info['batch_doc'], |
---|
| 14 | layout_mode='view', |
---|
| 15 | )" |
---|
| 16 | /> |
---|
[543] | 17 | <br /> |
---|
| 18 | <table> |
---|
| 19 | <tr tal:repeat="pin info/unused"> |
---|
| 20 | <td tal:content="pin/serial" /> |
---|
| 21 | <td tal:content="pin/pin" /> |
---|
| 22 | </tr> |
---|
| 23 | </table> |
---|
| 24 | |
---|
[535] | 25 | </span> |
---|
[543] | 26 | |
---|
[535] | 27 | </metal:main> |
---|
| 28 | </metal:body> |
---|
| 29 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.