% for i in range(len(categories)): <% category = categories[i] %> % for j in range(len(category['options'])): <% option = category['options'][j] %> % endfor % endfor
${category['description']} % if view_only:
${option['text']}
[${option['points']} points]
% else: % endif