9
9
<p>You are submitting '${path}' from the repository for ${principal}.</p>
11
11
<form action="" method="post">
12
12
<ul style="list-style: none">
14
14
py:with="attrs = {'disabled': 'disabled'} if project.deadline < now else {}">
15
15
<input type="radio" name="project" id="project_${project.id}" value="${project.id}" py:attrs="attrs" />
16
16
<label for="project_${project.id}">${project.name} - <em>${project.synopsis}</em> - (due ${format_datetime(project.deadline)})</label>