1
<html xmlns="http://www.w3.org/1999/xhtml"
2
xmlns:py="http://genshi.edgewall.org/">
4
<title>Groups for ${projectset.offering.subject.name}</title>
7
<h1>Groups for ${projectset.offering.subject.name}</h1>
8
<div id="ivle_padding">
10
<li py:for="group in projectset.project_groups"
11
id="project_group_${group.id}">
13
<a onclick="manage_group(${projectset.offering.id}, ${group.id} ,'project_group_${group.id}')"
15
id="project_group_${group.id}_button">
19
<li><input value="New" type="button" onclick="create_new_group(${projectset.id})" /></li>