source: main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/facultypage.pt @ 4925

Last change on this file since 4925 was 4789, checked in by uli, 15 years ago

Merge changes from ulif-layout back into trunk (finally).

File size: 293 bytes
Line 
1  <h2>Registered Departments:</h2>
2
3
4  <div tal:condition="python: not len(context.keys())">
5    There are no departments registered yet.
6  </div>
7
8  <div name="thedepartmenttable" tal:condition="python: len(context.keys())">
9    <div tal:replace="structure view/table/renderHTML" />
10  </div>
Note: See TracBrowser for help on using the repository browser.