Ignore:
Timestamp:
21 Jun 2016, 04:46:56 (9 years ago)
Author:
Henrik Bettermann
Message:

Count mandates on configuration page and provide 'Purge' button.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/configurationmanagepage.pt

    r13394 r13959  
    1616        <tbody>
    1717          <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>
    1829        </tbody>
    1930      </table>
Note: See TracChangeset for help on using the changeset viewer.