Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / custom_content / content_status_history.pt
1 <html metal:use-macro="here/main_template/macros/master">
2
3 <head>
4 <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
5 <title>content_status_history</title>
6 </head>
7
8 <body metal:fill-slot="main" tal:omit-tag="" i18n:domain="plinn">
9 <h2 i18n:translate="">Reviewing history</h2>
10 <table>
11 <tr>
12 <th i18n:translate="">Current state:</th>
13 <td tal:content="python:wtool.getInfoFor(here, 'review_state')" i18n:translate=""></td>
14 </tr>
15 </table>
16 <br />
17 <div metal:use-macro="here/wf_macros/macros/default_workflow">default_workflow history</div>
18 </body>
19
20 </html>