{% extends "snippets/create_status/layout.html" %} {% load utilities %} {% load status_display %} {% load i18n %} {% comment %} ----- Variables book: the Edition object this status is related to. Required unless the status is a reply draft: the content of an existing Status object to be edited (used in delete and redraft) uuid: a unique identifier used to make html "id" attributes unique and clarify javascript controls {% endcomment %} {% block pre_content_additions %}
{% trans "to" %}
{% endblock %}