{% extends 'wise_core/generic/parent_base_generic.html' %} {% comment %} The parent's own tab: the record's fields, under the same header and tab bar its children render. Pair with `wise_core.mixins.WiseParentDetailView`. Same block names as `detail_generic.html`, so a flat detail template becomes a tabbed one by swapping which template it extends. {% endcomment %} {% block parent_body %}

{% block detail_title %}{{ selected_tab.label|default:object }}{% endblock %}

{% block detail_actions %}{% endblock %}
{% block detail_content %} {% block detail_rows %}{% endblock %}
{% endblock %}
{% endblock %}