loops/integrator/collection_macros.pt

24 lines
No EOL
684 B
XML

<html i18n:domain="loops">
<metal:block define-macro="render_collection"
tal:define="dummy item/update">
<metal:block use-macro="view/concept_macros/conceptdata">
<metal:fill tal:condition="item/editable"
fill-slot="fields">
<div class="error"
tal:define="message view/message | request/message | nothing"
tal:condition="message"
tal:content="structure message" />
<metal:block use-macro="view/concept_macros/conceptfields" />
<form method="post">
<input type="submit" name="update" value="Update Collection" />
</form>
</metal:fill>
</metal:block>
</metal:block>
</html>