{%- endblock %} {% block main_content %} {%- call ui.util.call(ui.column, size={"md": 6}, offset={"md": 3}) -%}
{%- block form -%}

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

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

{%- endblock -%}
{%- endcall %} {% endblock %}