{% load i18n unfold %} {% comment %} Unfold's delete_submit_line with the label/variant of the action at hand. `tooltip` renders filer's twin button for the "destination is the source folder" case: copy-move-files.js hides the real submit and reveals this one. {% endcomment %}
{% component "unfold/components/button.html" with href="#" variant="default" class="cancel-link w-full lg:mb-0 lg:w-auto" %} {% translate "No, take me back" %} {% endcomponent %}
{% component "unfold/components/button.html" with submit=1 variant=variant|default:"primary" icon=icon class=submit_class %} {{ label }} {% endcomponent %} {% if tooltip %} {% component "unfold/components/button.html" with href="#" variant=variant|default:"primary" class="cursor-not-allowed opacity-50 w-full lg:w-auto" %} {{ label }} {% endcomponent %} {% endif %}