121
120
Total exercises completed: ${exercises_done}/${exercises_total} (${exercises_pct}%)
125
124
<span style="font-weight: bold;">Mark:</span> ${worksheet_mark}/${worksheet_max_mark}
134
<py:when test="False">After this time, you can still submit, but it will not count towards your mark.</py:when>
137
127
<div class="horizontalactions" py:if="'edit_worksheets' in permissions">
138
128
<a class="manageaction" href="${req.publisher.generate(context, None, ('+worksheets', '+edit'))}"> Manage worksheets</a>
139
129
<a class="manageaction" href="/+exercises">Manage exercises</a>
142
<a class="marksaction" href="${req.publisher.generate(context, None, ('+worksheets', '+marks'))}">View worksheet marks</a>