{% extends 'components/modal.html' %} {% load i18n %} {% block modal-title %}{% trans "Delete this list?" %}{% endblock %} {% block modal-body %} {% trans "This action cannot be un-done" %} {% endblock %} {% block modal-footer %}
{% csrf_token %} {% trans "Cancel" as button_text %} {% include 'snippets/toggle/toggle_button.html' with text=button_text controls_text="delete_list" controls_uid=list.id %}
{% endblock %}