Code

Fix (re)indexing & find in back_metakit.
[roundup.git] / roundup / templates / classic / html / query.item
1 <tal:block metal:use-macro="templates/page/macros/icing">
2 <title metal:fill-slot="head_title">Query editing</title>
3 <td class="page-header-top" metal:fill-slot="body_title">
4  <h2>Query editing</h2>
5 </td>
6 <td class="content" metal:fill-slot="content">
7 <span tal:condition="not:context/is_edit_ok">
8 You are not allowed to view this page.
9 </span>
11 <span tal:condition="context/is_edit_ok"
12       tal:content="structure context/renderQueryForm" />
14 </td>
16 </tal:block>