{% extends "brickwork/shell/app.html" %} {% comment %} A dashboard: a row of KPI tiles, a content region, and recent activity. COPY THIS FILE into your project and edit it. It is not on the template loader path, so you cannot extend it (ADR-056). What your view must supply: activity_rows / activity_columns the recent-activity table data nav_items / nav_active as in list.html The stat tiles below carry real values typed into the template so you can see the page; replace them with your own context variables. {% endcomment %} {% load brickwork_components brickwork_nav %} {% block page_title %}Overview - Northwind{% endblock %} {% block sidebar %}{% bw_nav nav_items nav_active %}{% endblock %} {% block sidebar_mobile %}{% bw_nav nav_items nav_active %}{% endblock %} {% block brand_wordmark %}Northwind{% endblock %} {% block page_header %} {% include "brickwork/components/_page_header.html" with title="Overview" description="How the last 30 days compare with the 30 before." %} {% endblock %} {% block page_actions %} {% bw_button "Export" variant="secondary" icon="download" href="/reports/export/" %} {% endblock %} {% block content %}