{% load i18n %}
{% trans "Include spoiler alert" as button_text %} {% firstof draft.content_warning status.content_warning as pressed %} {% firstof local_uuid '' as local_uuid %} {% include 'snippets/toggle/toggle_button.html' with text=button_text icon="warning is-size-4" controls_text="spoilers" controls_uid=uuid|add:local_uuid focus="id_content_warning" checkbox="id_show_spoilers" class="toggle-button" pressed=pressed %}