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

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

Add UI components to purge applicants containers.

File size: 334 bytes
Line 
1<form action="." tal:attributes="action request/URL" method="post"
2      i18n:domain="waeup.kofa" enctype="multipart/form-data"
3      autocomplete="off">
4
5    <div tal:condition="view/availableActions">
6      <input tal:repeat="action view/actions"
7             tal:replace="structure action/render"
8             />
9    </div>
10</form>
Note: See TracBrowser for help on using the repository browser.