Add breadcrumb support to inventory listing and update templates for improved navigation

This commit is contained in:
Yaro Kasear 2025-06-12 11:56:01 -05:00
parent 5df5f86fd2
commit 823bae7e65
3 changed files with 14 additions and 2 deletions

View file

@ -9,7 +9,8 @@
{% block content %}
{{ breadcrumbs.breadcrumb_header(
title=title
title=title,
breadcrumbs=breadcrumb
) }}
{{ tables.render_table(header, rows, entry_route) }}