{% load trans blocktrans from i18n %} {% comment "rst" %} Remove button ============= Use in a list display to add a remove icon button. The remove icon button is responsible for activating a modal on click that will confirm the removal and submit the remove form to a view URL. This removes the need to have a separate view just for removal, or a removal hidden in the edit form. How this works is each list item would output the ``