Last change
on this file since 17945 was
17109,
checked in by Henrik Bettermann, 2 years ago
|
Change JUPEB admission letter.
Remove year column on applivants root page.
|
File size:
833 bytes
|
Line | |
---|
1 | <span tal:condition="view/introduction" tal:omit-tag=""> |
---|
2 | <span tal:content="structure view/introduction">INTRODUCTION</span> |
---|
3 | <br /> |
---|
4 | </span> |
---|
5 | |
---|
6 | <div class="table-responsive"> |
---|
7 | <table i18n:domain="waeup.kofa" class="table table-hover"> |
---|
8 | <thead> |
---|
9 | <tr> |
---|
10 | <th i18n:translate="">Title</th> |
---|
11 | <th i18n:translate="">Application Period</th> |
---|
12 | </tr> |
---|
13 | </thead> |
---|
14 | <tbody> |
---|
15 | <tr tal:repeat="entry view/containers"> |
---|
16 | <td> |
---|
17 | <a href="" |
---|
18 | tal:attributes="href python:view.url(entry)" |
---|
19 | tal:content="entry/title">TITLE</a> |
---|
20 | </td> |
---|
21 | <td> |
---|
22 | <span tal:content="python: layout.formatTZDate(entry.startdate)">START</span> |
---|
23 | - |
---|
24 | <span tal:content="python: layout.formatTZDate(entry.enddate)">END</span> |
---|
25 | </td> |
---|
26 | </tr> |
---|
27 | </tbody> |
---|
28 | </table> |
---|
29 | </div> |
---|
Note: See
TracBrowser for help on using the repository browser.