Changeset 13959 for main/waeup.kofa/trunk/src/waeup/kofa/browser/templates
- Timestamp:
- 21 Jun 2016, 04:46:56 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/configurationmanagepage.pt
r13394 r13959 16 16 <tbody> 17 17 <tal:widgets content="structure provider:widgets" /> 18 <tr> 19 <td>Mandates:</td> 20 <td> 21 <span tal:content="python:layout.site['mandates'].count[0]"></span> 22 <span i18n:translate="">active</span>, 23 <span tal:content="python:layout.site['mandates'].count[0]"></span> 24 <span i18n:translate="">expired</span>, 25 <span tal:content="python:layout.site['mandates'].count[0]"></span> 26 <span i18n:translate="">total</span> 27 </td> 28 </tr> 18 29 </tbody> 19 30 </table>
Note: See TracChangeset for help on using the changeset viewer.