{% load bookwyrm_tags %}
{% csrf_token %} {% if type == 'review' %}
{% endif %}
{% if not type == 'reply' %} {% endif %} {% if type == 'review' %}
Rating
{% for i in '12345'|make_list %} {% endfor %}
{% endif %} {% if type == 'quotation' %} {% else %} {% include 'snippets/content_warning_field.html' with parent_status=status %} {% endif %}
{% if type == 'quotation' %}
{% include 'snippets/content_warning_field.html' with parent_status=status %}
{% endif %} {# bottom bar #}
{% include 'snippets/toggle/toggle_button.html' with text="Include spoiler alert" icon="warning is-size-4" controls_text="spoilers" controls_uid=uuid focus="id_content_warning" checkbox="id_show_spoilers" class="toggle-button" pressed=status.content_warning %}
{% include 'snippets/privacy_select.html' with current=reply_parent.privacy%}