{% extends 'wise_core/generic/parent_base_generic.html' %} {% load i18n %} {% comment %} One child model's rows, inside the parent's chrome - the body of one tab. Pair with `wise_core.mixins.WiseParentDetailChildListView`. Same block names as `list_generic.html`; the heading defaults to the selected tab's label, so a child list that only needs a table can leave every block but `card_item` (or `list_body`) alone. {% endcomment %} {% block parent_body %}
{% block list_count %}{{ paginator.count }} {% trans "record(s)" %}{% endblock %}