- {% include 'snippets/privacy_select.html' with current=list.privacy %}
-
-
-
-
-
-
+
{% if list.id %}
-
+
{% trans "Delete list" as button_text %}
{% include 'snippets/toggle/toggle_button.html' with class="is-danger" text=button_text icon_with_text="x" controls_text="delete_list" controls_uid=list.id focus="modal_title_delete_list" %}
{% endif %}
+
+
+ {% include 'snippets/privacy_select.html' with current=list.privacy %}
+