<html metal:use-macro="here/transition_form/macros/master">

  <head>
    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
    <title>content_share_form</title>
  </head>

  <body i18n:domain="plinn">
		<div metal:fill-slot="main">
	  	<h2 i18n:translate="">Make private: "<span i18n:name="docTitle" tal:replace="here/title_or_id">document title</span>"</h2>
	  	<div i18n:translate="make_private_transition_explanations">share_transition_explanations</div>
	  </div>
  	<form action=".">
			<div metal:fill-slot="form">
	  		<input type="hidden" name="workflow_action" value="make_private" />
	  		<input type="submit" name="content_status_modify:method" value="Make private" i18n:attributes="value"  />
	  	</div>
  	</form>
  </body>

</html>