<html metal:use-macro="here/transition_form/macros/master"> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8"/> </head> <body> <div metal:fill-slot="main" i18n:domain="plinn"> <h2 i18n:translate="">Retract: "<span tal:replace="here/title_or_id" i18n:name="objectid">Item</span>"</h2> <div i18n:translate="retract_transition_explanations">retract_transition_explanations</div> </div> <form action="dummy"> <div metal:fill-slot="form" i18n:domain="plinn"> <input type="hidden" name="workflow_action" value="retract" /> <input type="submit" value="Retract" i18n:attributes="value" /> </div> </form> </body> </html>