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