{% extends "page.html" %} {%- block page_layout -%} sidebar-end {%- endblock %} {% block subtitle %} {{ ui.subtitle_item(_("Confirm Delete")) }} {% endblock %} {% block primary_content_inner %} {%- call ui.util.call(ui.section, title=_('Confirm Delete'), level=1) -%}

{{ _(messages.confirm[ent_type]) }}

{%- call ui.util.call(ui.form, method="POST", action=h.url_for('admin.trash')) -%} {%- call ui.util.call(ui.form_actions) -%} {{ ui.button(_('Cancel'), style="dark", type="submit", attrs={"name": "cancel"}) }} {{ ui.button(_('Confirm Delete'), style="danger", type="submit", attrs={"name": "action", "value": ent_type}) }} {%- endcall %} {%- endcall %} {%- endcall %} {% endblock %}