120
121
Total exercises completed: ${exercises_done}/${exercises_total} (${exercises_pct}%)
124
125
<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>
127
137
<div class="horizontalactions" py:if="'edit_worksheets' in permissions">
128
138
<a class="manageaction" href="${req.publisher.generate(context, None, ('+worksheets', '+edit'))}"> Manage worksheets</a>
129
139
<a class="manageaction" href="/+exercises">Manage exercises</a>
142
<a class="marksaction" href="${req.publisher.generate(context, None, ('+worksheets', '+marks'))}">View worksheet marks</a>