{% extends 'wise_core/generic/parent_base_generic.html' %} {% load wise_icons i18n %} {% comment %} Confirm deleting one child, inside the parent's chrome. Pair with `wise_core.mixins.WiseParentDetailChildDeleteView`. Same block names as `confirm_generic.html`; back and Cancel default to `child_list_url`, the tab this record belongs to. {% endcomment %} {% block parent_body %} {% block child_back %} {% lucide "arrow-left" size=16 %} {% block child_back_label %}{% trans "Back" %}{% endblock %} {% endblock %}

{% block confirm_title %}{% blocktrans %}Delete {{ object }}{% endblocktrans %}{% endblock %}

{% csrf_token %}
{% lucide "alert-triangle" size=16 cls="callout-icon" %}
{% block confirm_message %}{% trans "Are you sure you want to delete this record?" %}{% endblock %}
{% block confirm_content %} {% block confirm_rows %}{% endblock %}
{% endblock %}
{% endblock %}