source: main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicationspage.pt @ 5862

Last change on this file since 5862 was 5862, checked in by uli, 14 years ago

Display also container title when listing containers.

File size: 242 bytes
Line 
1<div>
2  <div tal:repeat="entry view/getApplications">
3    <a href=""
4       tal:attributes="href entry/url"
5       tal:content="entry/name"
6       >Some Entry</a>
7    -- <span tal:replace="entry/container/title">Title</span>
8  </div>
9</div>
Note: See TracBrowser for help on using the repository browser.