{% if not type == 'reply' %}
{% endif %}
{% if type == 'review' %}
{% 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%}