source: main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/purgecontainer.pt @ 14917

Last change on this file since 14917 was 13239, checked in by Henrik Bettermann, 9 years ago

Improve description.

File size: 1.0 KB
Line 
1<form action="." tal:attributes="action request/URL" method="post"
2      i18n:domain="waeup.kofa" enctype="multipart/form-data"
3      autocomplete="off">
4    <br />
5    <p i18n:translate="purge">
6        <strong>Technical Note:</strong> During application, many records
7        are being initialized but not used. For various reasons, many
8        applicants do create one or more application records with
9        corresponding user accounts but fail to log in. These records
10        remain in state 'initialized' and are never turned to state
11        'started'. After a while, these records can be safely removed.
12        <br /><br />
13        <strong>Attention:</strong> When purging an applicants container, also
14        all unused pre-filled application records are being removed.
15        If necessary, the container must be pre-filled with empty
16        records again.
17    </p>
18    <br />
19    <div tal:condition="view/availableActions">
20      <input tal:repeat="action view/actions"
21             tal:replace="structure action/render"
22             />
23    </div>
24</form>
Note: See TracBrowser for help on using the repository browser.