{% extends 'base.html' %} {% load i18n %} {% block subtitle %} {% trans 'Sort the criteria of the exercise' %} {% endblock %} {% block actions %} {% trans 'Back to the exercise' %} {% endblock %} {% block head %} {{ block.super }} {% include "cms/includes/orderable-head.html" %} {% endblock %} {% block main %}
| {% trans 'Type'%} | {% trans 'Description'%} | |
|---|---|---|
| {{ criterion.get_criterion_type_display }} | {{ criterion.description }} | {{ criterion.sort_order_display|safe }} |