{% captureas modal_id %}deleteFolder_{{folder.pk}}{% endcaptureas %}
{% captureas title %}{% trans "Delete folder" %}{% endcaptureas %}
{% captureas label %}{% trans "Do you really want to delete this folder and ALL folders and items it contains? This actions CANNOT be reversed!" %}{% endcaptureas %}
{% include "cosinnus/modal_box.html" with id=modal_id label=label title=title form_action=folder.get_delete_url %}