65
65
<div py:if="project.project_set.assigned.count() == 0"
66
66
py:choose="project.project_set.is_group">
67
67
<py:when test="True">There are no groups assigned to submit this project. Do you want to <a href="${req.publisher.generate(project.project_set, GroupsView)}">create some</a>?</py:when>