9
9
<p>You are submitting '${path}' from the repository for ${principal}.</p>
10
10
<p>Which project do you wish to submit this for?</p>
12
12
<ul style="list-style: none">
13
13
<li py:for="project in principal.get_projects()"
14
14
py:with="attrs = {'disabled': 'disabled'} if project.deadline < now else {}">
21
19
<p>You may resubmit this project again at any time until the deadline.</p>