<%! from django.utils.translation import ugettext as _ %>

${_("Rubric")}

${_("Select the criteria you feel best represents this submission in each category.")}

% for i in range(len(categories)): <% category = categories[i] %> ${category['description']}
% endfor