{{extend 'layout.html'}}
{{if sa.completed:}}completed on {{=sa.modified_on}} {{else:}}incomplete, last accessed on {{=sa.modified_on}}{{pass}}
{{for q,a,c in answers:}}{{=XML(a)}}{{elif q.type=='multiple exclusive' and str(a):}}{{=chr(ord('A')+int(a))}} {{elif q.type=='multiple not exclusive' and a and a[0]:}} {{for i in a:}}{{=chr(ord('A')+int(i))}} {{pass}} {{else:}}{{=a}} {{pass}} {{if c:}}
Comments: {{=c}}
{{pass}} {{pass}}