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