<%! from django.utils.translation import ugettext as _ %> <% from random import randint %>
${_("Rubric")}

Select the criteria you feel best represents this submission in each category.

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