1 <html xmlns="http://www.w3.org/1999/xhtml"
2 metal:use-macro="here/main_template/macros/master"
6 <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
7 <title>Group data management</title>
10 <body metal:fill-slot="main_no_tabs"
11 tal:define="requestedGroup python:here.setAndGetSessionVar('requestedGroup', request.get('group', None), allowFalse=0)"
12 i18n:domain="plinn" tal:omit-tag="">
13 <table metal:use-macro="here/gruf_macros/macros/gruf_settings">
15 <td>Using gruf_settings macro</td>
18 <td metal:fill-slot="form" tal:omit-tag="">
21 <td tal:define="template_url python:'%s/%s' % (portal_url, template.id)" >
22 <div metal:use-macro="here/gruf_macros/macros/gruf_tree">Groups tree from gruf_macros</div>
25 <div tal:condition="requestedGroup" tal:omit-tag="">
26 <div metal:use-macro="here/gruf_macros/macros/change_group_data">change_group_data from gruf_macros</div>
27 <div metal:use-macro="here/gruf_macros/macros/assign_roles">assign_roles from gruf_macros</div>