- Timestamp:
- 28 Feb 2012, 19:34:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/hostels/browser_templates/containerpage.pt
r7464 r7718 1 <div tal:condition="python: not len(context.keys())"> 1 <div i18n:domain="waeup.sirp" 2 i18n:translate="" tal:condition="python: not len(context.keys())"> 2 3 There no subobjects registered yet. 3 4 </div> 4 5 5 <table >6 <table i18n:domain="waeup.sirp"> 6 7 <thead> 7 8 <tr> 8 <th >Id</th>9 <th >Name</th>9 <th i18n:translate="">Id</th> 10 <th i18n:translate="">Name</th> 10 11 </tr> 11 12 </thead> … … 13 14 <tr tal:repeat="value context/values"> 14 15 <td> <a tal:attributes="href value/__name__"> 15 <span tal:content="value/hostel_id">I d</span></a></td>16 <td tal:content="value/hostel_name">N ame</td>16 <span tal:content="value/hostel_id">ID</span></a></td> 17 <td tal:content="value/hostel_name">NAME</td> 17 18 </tr> 18 19 </tbody>
Note: See TracChangeset for help on using the changeset viewer.