Last change
on this file since 10009 was
7464,
checked in by Henrik Bettermann, 13 years ago
|
Move form label to site layout pagetemplates. This saves even more code.
|
File size:
435 bytes
|
Line | |
---|
1 | <div tal:condition="python: not len(context.keys())"> |
---|
2 | There no subobjects registered yet. |
---|
3 | </div> |
---|
4 | |
---|
5 | <table> |
---|
6 | <thead> |
---|
7 | <tr> |
---|
8 | <th>Id</th> |
---|
9 | <th>Name</th> |
---|
10 | </tr> |
---|
11 | </thead> |
---|
12 | <tbody> |
---|
13 | <tr tal:repeat="value context/values"> |
---|
14 | <td> <a tal:attributes="href value/__name__"> |
---|
15 | <span tal:content="value/hostel_id">Id</span></a></td> |
---|
16 | <td tal:content="value/hostel_name">Name</td> |
---|
17 | </tr> |
---|
18 | </tbody> |
---|
19 | </table> |
---|
Note: See
TracBrowser for help on using the repository browser.