26 lines
573 B
XML
26 lines
573 B
XML
<div metal:use-macro="load: ../global_layout.pt">
|
|
<div metal:fill-slot="content">
|
|
|
|
<p>
|
|
<a href="${url_retour}">[ Fermer ]</a>
|
|
<a href="${request.application_url}/doc_edit/${topic}/${doc_id}" tal:condition="not layout.isAnonymous()">[ Modifier ]</a>
|
|
</p>
|
|
<hr>
|
|
<div tal:replace="structure texte">
|
|
Page text goes here.
|
|
</div>
|
|
<hr>
|
|
<p>
|
|
Dernière modification le ${doc.modif_le.strftime('%d/%m/%Y')}<br />
|
|
Tags : ${tags}
|
|
</p>
|
|
<p tal:condition="not layout.isAnonymous">
|
|
Status : ${doc.statut}
|
|
</p>
|
|
|
|
<br />
|
|
<br />
|
|
|
|
</div>
|
|
</div>
|