diff --git a/InvenTree/report/templates/report/inventree_report_base.html b/InvenTree/report/templates/report/inventree_report_base.html new file mode 100644 index 0000000000..936a9758a9 --- /dev/null +++ b/InvenTree/report/templates/report/inventree_report_base.html @@ -0,0 +1,51 @@ +{% load report %} + + + + + + + + + +
+ {% block page_content %} + {% endblock %} +
+ + + + \ No newline at end of file