{% 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 "Rating" %} {% include 'snippets/form_rate_stars.html' with book=book type=type|default:'summary' default_rating=draft.rating %}
{% endblock %} {% block content_label %} {% trans "Review:" %} {% endblock %}