{% load i18n unfold %} {# Unfold-styled plugin submit row. #} {# Overrides cms/templates/admin/cms/page/plugin/submit_line.html: replaces the #} {# plain with an Unfold button, and drops the redundant #} {# Delete/Save-as-new buttons — the django CMS plugin modal already provides #} {# native save/cancel/delete controls, so repeating them inside the form is noise. #}
{% if show_save %} {% component "unfold/components/button.html" with submit=1 name="_save" class="w-full lg:w-auto" %} {% trans "Save" %} {% endcomponent %} {% endif %}