Line | |
---|
1 | <h2 tal:content="view/label">TITLE</h2> |
---|
2 | |
---|
3 | <div tal:condition="python: not len(context.keys())"> |
---|
4 | There no subobjects registered yet. |
---|
5 | </div> |
---|
6 | |
---|
7 | <table> |
---|
8 | <thead> |
---|
9 | <tr> |
---|
10 | <th>Id</th> |
---|
11 | <th>Name</th> |
---|
12 | </tr> |
---|
13 | </thead> |
---|
14 | <tbody> |
---|
15 | <tr tal:repeat="value context/values"> |
---|
16 | <td> <a tal:attributes="href value/__name__"> |
---|
17 | <span tal:content="value/hostel_id">Id</span></a></td> |
---|
18 | <td tal:content="value/hostel_name">Name</td> |
---|
19 | </tr> |
---|
20 | </tbody> |
---|
21 | </table> |
---|
Note: See
TracBrowser for help on using the repository browser.