{% extends 'wise_core/generic/parent_base_generic.html' %} {% load wise_icons i18n %} {% comment %} One child record's fields, inside the parent's chrome. Pair with `wise_core.mixins.WiseParentDetailChildDetailView`. Same block names as `detail_generic.html`, with a back link to the child's own tab. {% endcomment %} {% block parent_body %} {% block child_back %} {% lucide "arrow-left" size=16 %} {% block child_back_label %}{% trans "Back" %}{% endblock %} {% endblock %}