{% extends "panel.html" %} {% load i18n %} {% load inventree_extras %} {% block label %}reporting{% endblock %} {% block heading %} {% trans "Report Settings" %} {% endblock %} {% block content %} {% include "InvenTree/settings/header.html" %} {% include "InvenTree/settings/setting.html" with key="REPORT_DEFAULT_PAGE_SIZE" %} {% include "InvenTree/settings/setting.html" with key="REPORT_DEBUG_MODE" %} {% include "InvenTree/settings/setting.html" with key="REPORT_ENABLE_TEST_REPORT" %}
{% endblock %}